caronc / nzb-notify

Push Notifications to a large number of supported services for NZBGet and SABnzbd (based on Apprise)
GNU General Public License v3.0
129 stars 15 forks source link

Notify on bad download #12

Closed elmero1 closed 7 years ago

elmero1 commented 7 years ago

I use NZBGet and the nzbToMedia Scripts. With this my failed download handling works, but when a download failed, then the status is not failed, rather bad. It's possible to send a notification on bad status?

caronc commented 7 years ago

What type of notification are you using (email, slack, Kodi, Telegram, etc)?

On a side note: Make sure you have the OnFailure option turned on (in Notify Scripts settings through NZBGet).

Are any notifications working at all?

elmero1 commented 7 years ago

I use the prowl notification. The OnFailure options is enabled. Before I added the nzbToMedia scripts. i was notified about the failed downloads. The failed downloads had the status failed. Now with the nzbToMedia script, the status is not failed, it's bad. And with this status i don't receive a notification.

caronc commented 7 years ago

You can change the order to which the scripts are called in. Try processing the Notify script 'before' the nzbToMedia scripts to see if that makes a difference.

Another thing you can optionally do too if you like is turn on Debug mode with the NZB-Notify script and send me the logs (lead2gold@gmail.com). Maybe there is something in there i can spot and help determine if it's a bug or not.

elmero1 commented 7 years ago

I changed the order and now it works! Great. Thank you for your help.