caronc / nzb-notify

Push Notifications to a large number of supported services for NZBGet and SABnzbd (based on Apprise)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: No module named nzbget

W13N3N opened this issue · comments

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?

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.