Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sermon-Processor Bug: Incorrect Media File Generation #10

Open
ellisPae opened this issue May 27, 2024 · 0 comments · May be fixed by #12
Open

Sermon-Processor Bug: Incorrect Media File Generation #10

ellisPae opened this issue May 27, 2024 · 0 comments · May be fixed by #12
Labels
bug Something isn't working

Comments

@ellisPae
Copy link
Contributor

Description:

When generating a new media file using the sermon-processor, if a previous media file (e.g., last week’s) was been created and the .env file has been updated, the processor creates the previous media file instead of the current one.

Steps to Reproduce:

1.	Generate a media file using the sermon-processor.
2.	Update the .env file.
3.	Generate another media file.

Observed Behavior:

The sermon-processor generates the previous media file instead of the current one.

Workaround:

To ensure the correct media file is generated, delete the tmp directory after each media file is successfully created.

@paulhchoi paulhchoi added the bug Something isn't working label May 29, 2024
@paulhchoi paulhchoi linked a pull request Jun 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants