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
Post Processing help [Sickbeard]
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: Post Processing help
I've never used Sickbeard, but my guess:
That's look double and/or confusing.
I would change 'host' to something like:
and port to
or
or
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
Code: Select all
host=http://localhost:8081
port=9090I would change 'host' to something like:
Code: Select all
host=localhostCode: Select all
port=9090Code: Select all
port=8081Code: Select all
port=8080HTH
Re: Post Processing help
Thanks that did it should have seen that myself.
Re: Post Processing help
OK, good. Which port did you have to use?
Re: Post Processing help
8081sander wrote:OK, good. Which port did you have to use?
I had the sabnzbd info (9090) mixed in with sickbeard (8080)
