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

ImportError: No module named nzbget #48

Closed W13N3N closed 5 years ago

W13N3N commented 5 years ago

Recently my Notify.py script within NZBGET stopped working with the following error;

Notify: Traceback (most recent call last):
Notify: File "C:\Program Files (x86)\NZBGet\scripts\Notify.py", line 410, in <module>
Notify: from nzbget import SCRIPT_MODE
Notify: ImportError: No module named nzbget

I'm using the latest version of Notify.py and am on the Stable 20.0 version of NZBGET.

Any idea's on how to fix this?

W13N3N commented 5 years ago

Nevermind!

It seems one of the sub-directories was gone. Didn't notice this the first time. After a new git clone the issue was gone.