Page 1 of 1

Post Processing help [Sickbeard]

Posted: November 4th, 2015, 12:34 pm
by emp19e
I thought I setup SAB and Sickbeard up correctly to automatically fetch and sort shows for me but once the download completes I get the following error in
SAB

Opening URL: http://http://localhost:8081:9090/home/ ... Obfuscated
Traceback (most recent call last):
File "sabToSickbeard.py", line 60, in <module>
File "autoProcessTV.pyc", line 137, in processEpisode
File "urllib2.pyc", line 391, in open
File "urllib2.pyc", line 409, in _open
File "urllib2.pyc", line 369, in _call_chain
File "urllib2.pyc", line 1170, in http_open
File "urllib2.pyc", line 1116, in do_open
File "httplib.pyc", line 661, in __init__
File "httplib.pyc", line 686, in _set_hostport
httplib.InvalidURL: nonnumeric port: ''

My Sickbeard Autoprocess is setup as follows

[SickBeard]
host=http://localhost:8081
port=9090
username=XXXXXXXX
password=XXXXXXXX
web_root=/
ssl=0

Any help would be much appreciated.


Version: 0.7.20
OS:Windows 10
Install-type: Windows Installer
Skin: Plush
Firewall Software:No
Are you using IPV6? No
Is the issue reproducible? Yes

Re: Post Processing help

Posted: November 4th, 2015, 3:23 pm
by sander
I've never used Sickbeard, but my guess:

Code: Select all

host=http://localhost:8081
port=9090
That's look double and/or confusing.

I would change 'host' to something like:

Code: Select all

host=localhost
and port to

Code: Select all

port=9090
or

Code: Select all

port=8081
or

Code: Select all

port=8080
depending on if you want to talk to Sickbeard (on port 8081) or SABnzbd (on port 9090 or 8080); I don't how that works with Sickbeard / autoProcessTV.py / sabToSickBeard.py

HTH

Re: Post Processing help

Posted: November 4th, 2015, 4:02 pm
by emp19e
Thanks that did it should have seen that myself.

Re: Post Processing help

Posted: November 4th, 2015, 4:13 pm
by sander
OK, good. Which port did you have to use?

Re: Post Processing help

Posted: November 4th, 2015, 4:56 pm
by emp19e
sander wrote:OK, good. Which port did you have to use?
8081

I had the sabnzbd info (9090) mixed in with sickbeard (8080)