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

SABnzbd error. #33

Closed Mathurian closed 6 years ago

Mathurian commented 6 years ago

I'm getting an error when trying to run sabnxbd-notify.py, either using SAB itself or attempting to test using CLI. The error is actually in Notify.py, on line 1055. "except TypeError, e:" at the comma apparently. It is showing an invalid syntax. ~I'll attach a screenshot as well~.

caronc commented 6 years ago

This is a silly mistake on my part. Thank you for reporting it! Try checking out the master branch and you should be good to go.

Edit: I updated your original post to remove your screenshot. I just didn't want others reading this ticket to see any of your slack api information associated with your account.

Mathurian commented 6 years ago

That worked...but now I'm getting another one...an ImportError on line 345.

nzb-notify importerror

caronc commented 6 years ago

That's a weird one, urllib is part of python.

What version of python are you running? Make sure you're using v2.7 (3.x won't work).

You could type python -V to find out.

Mathurian commented 6 years ago

That's probably going to be the issue then. I'm running the latest 3.x. I'll get 2.7 installed and go from there. Thanks for the help so far!

Mathurian commented 6 years ago

That got it! Thank you!

caronc commented 6 years ago

glad to hear! 😄