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

Latest push broke MM support with Sabnzbd: "No module named decorator " #24

Closed seanvree closed 7 years ago

seanvree commented 7 years ago

Hey brother,

Looks like the latest update broke something with MatterMost integration.

Here's the error in SABnzbd UI, the same when run from CLI DEBUG.


Notification script returned exit code 1 and output "Traceback (most recent call last):   File "C:\Program Files\SABnzbd\scripts\Notify.py", line 315, in      from pnotify import *   File "C:\Program Files\SABnzbd\scripts\Notify\pnotify\__init__.py", line 43, in      from NotifyPushjet import NotifyPushjet   File "C:\Program Files\SABnzbd\scripts\Notify\pnotify\NotifyPushjet.py", line 22, in      import pushjet   File "C:\Program Files\SABnzbd\scripts\Notify\pushjet\__init__.py", line 5, in      from .pushjet import Service, Device, Subscription, Message, Api   File "C:\Program Files\SABnzbd\scripts\Notify\pushjet\pushjet.py", line 8, in      from .utilities import (   File "C:\Program Files\SABnzbd\scripts\Notify\pushjet\utilities.py", line 7, in      from decorator import decorator ImportError: No module named decorator "

ScreenShot:

image

caronc commented 7 years ago

Doh, that's what I get for accepting a pull request without testing it first. You should be good to go now; I apologize for the inconvenience!

seanvree commented 7 years ago

@caronc thanks! DOPE!