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 16 forks source link

Notify: NZBParse - NZB-File is missing #50

Closed W13N3N closed 5 years ago

W13N3N commented 5 years ago

I recently did a clean setup of Notify.py. Since i'm getting the following Warning Message in NZBGET "Notify: NZBParse - NZB-File is missing"

Before i never saw this message. Does someone have an idea how to get rid of this warning message?

Some history; I'm using NZBTOMEDIA and Notify in combination with NZBGET. Lately NZBTOMEDIA added a cleanup script within there process which also deleted the Notify folders/files. Therefore i created subfolders within the scripts folder of NZBGET and so split both scripts. Since i'm having the above issue (more a warning messange ;-))

caronc commented 5 years ago

Did you change/upgrade any other scripts recently? Also what order are you processing this specific Post Process script (NZB-Notify)? Try bumping the order it gets used to the front of the processing queue; more importantly make sure you run this script before NZBToMedia kicks in and does it's thing. You can control this from the NZBGet settings page.

In your situation, the NZB-File or the RSS Feed reference for your download was removed (or became inaccessible) prior to this script execution. At the end of the day it's really not a big deal; but I can respect that it might be annoying you, especially if it never did it before. :slightly_smiling_face:

W13N3N commented 5 years ago

@caronc thanks for your quick reply!

After updating my NZBToMedia scripts I ran into some different issues. After troubleshooting i also found out the notify.py script i was using was old and therefore also updated that one. So to exactly find out which update exactly is causing the new warning message is hard to find out. (it's possible but takes to much time ;-) )

I've did some testing and when i move the Notify script before NZBToMedia then the warning doesn't appear. So i guess maybe NZBToMedia removes the nzb file and therefor Notify gave the warning.

The warning is gone so i'm happy now!! Thanks for the tip!

caronc commented 5 years ago

I'm going to close this ticket; but feel free to re-open it (or another one) if the problem comes back!