Post Processing help [Sickbeard]

Get help with all aspects of SABnzbd
Forum rules
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.
Post Reply
emp19e
Newbie
Newbie
Posts: 3
Joined: November 4th, 2015, 12:17 pm

Post Processing help [Sickbeard]

Post 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
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Post Processing help

Post 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
emp19e
Newbie
Newbie
Posts: 3
Joined: November 4th, 2015, 12:17 pm

Re: Post Processing help

Post by emp19e »

Thanks that did it should have seen that myself.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Post Processing help

Post by sander »

OK, good. Which port did you have to use?
emp19e
Newbie
Newbie
Posts: 3
Joined: November 4th, 2015, 12:17 pm

Re: Post Processing help

Post 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)
Post Reply