Page 1 of 1
Email Notification On Job Completion always set to NEVER
Posted: November 19th, 2021, 1:41 pm
by pops_c
I finally got past the gmail two factor roadblock to get sabnzbd to send notifications again, and although the test emails work fine, I can't set the Email Notification On Job Completion setting to anything but NEVER. Every time I switch to "ALWAYS" and save changes, it reverts back "NEVER" as soon as I click to another tab in the Config menu. I tried stopping and restarting, trying to set each of the affected categories individually - but nothing works. Not matter what, the program goes back to NEVER and I don't get my email notifications. Please help!
Re: Email Notification On Job Completion always set to NEVER
Posted: November 19th, 2021, 4:04 pm
by sander
I can reproduce ... weird ...
Re: Email Notification On Job Completion always set to NEVER
Posted: November 19th, 2021, 7:19 pm
by Puzzled
I fixed it here:
https://github.com/sabnzbd/sabnzbd/pull/1981
It should be saved correctly, though, so if you save it as always and don't save again on that page then you should get notifications. If not then I think something else is wrong.
Re: Email Notification On Job Completion always set to NEVER
Posted: November 22nd, 2021, 1:29 pm
by pops_c
Is there something I'm supposed to do with the github link? I tried to save it again as you described and it didn't work for me. My current work-around is keeping the notification page open at all times with ALWAYS selected, since closing the page seems to be problematic.
Re: Email Notification On Job Completion always set to NEVER
Posted: November 22nd, 2021, 1:46 pm
by sander
You could.
But you can also try out SAB 3.5.0 Beta 1 from
https://sabnzbd.org/downloads , which has that fix too. But be warned: this Beta has some strange stuff with less-than-perfect newsserver.
Re: Email Notification On Job Completion always set to NEVER
Posted: November 23rd, 2021, 6:42 am
by Puzzled
pops_c wrote: ↑November 22nd, 2021, 1:29 pmMy current work-around is keeping the notification page open at all times with ALWAYS selected, since closing the page seems to be problematic.
If it's working then it's because you saved it correctly and didn't edit afterwards, not because you keep the config page open. It's the config that is saved in sabnzbd.ini when you click save that determines what it does, not what it says on the web page.
Re: Email Notification On Job Completion always set to NEVER
Posted: November 24th, 2021, 11:18 am
by pops_c
Yeah, seems to be working now. Appreciate the help.