Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SABnzbd error. #33

Closed
Mathurian opened this issue Nov 30, 2017 · 6 comments
Closed

SABnzbd error. #33

Mathurian opened this issue Nov 30, 2017 · 6 comments
Assignees
Labels

Comments

@Mathurian
Copy link

Mathurian commented Nov 30, 2017

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 caronc added the bug label Dec 1, 2017
@caronc caronc self-assigned this Dec 1, 2017
@caronc
Copy link
Owner

caronc commented Dec 1, 2017

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
Copy link
Author

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

nzb-notify importerror

@caronc
Copy link
Owner

caronc commented Dec 1, 2017

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
Copy link
Author

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
Copy link
Author

That got it! Thank you!

@caronc
Copy link
Owner

caronc commented Dec 1, 2017

glad to hear! 😄

@caronc caronc closed this as completed Dec 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants