-
Notifications
You must be signed in to change notification settings - Fork 276
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
Email notifier is not saving emails to db #7459
Comments
You need to click on the |
Yes, I know this. It is only saving on the frontend and not in db. |
What do you mean by that? The settings are saved in |
Are you sure the individual show notification emails are saved in config.ini? I know the rest of the email settings are saved there and those work fine. |
I believe those are saved in a table. But I have to double check |
notify_list in tv_shows table |
Yes. Like prowl and email is stored there |
Can anyone confirm this bug or is there something wrong with my install? |
I am also seeing the issue, the individual show's email addresses are being sent correctly in a separate payload but they aren't persisted to the db. I am clicking the plus after adding the show. |
What more info is needed on this? I'm now running this in a docker in unraid and it's still not fixed. In fact now the "Select a show" drop down is missing now. |
Fixed in #8535 |
Describe the bug
Show notification list in email notifier is not saving emails to database.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Emails should save to db
Screenshots
Medusa (please complete the following information):
Debug logs (at least 50 lines):
General > Advanced Settings > Enable debug
Additional context
When saving an email, the above message appears in the debug log. I have checked the main.db file and confirmed notify_list is empty for all shows in the tv_shows table after saving. Also, the highlighted text in the image is wrong but unrelated to this issue I think.
The text was updated successfully, but these errors were encountered: