Page 1 of 1

SabNZBD to SickBeard https port

Posted: September 8th, 2012, 7:54 pm
by raphnguyen
Recently switched my SickBeard configuration to run in https on the localhost port 8082. I've updated my autoProcessTV.cfg to reflect these changes (supplying host, port, username, and password), but SabNZBD seems to be having trouble post-processing. Here is an example of the error log:

Code: Select all

Loading config from C:\Program Files (x86)\SABnzbd\scripts\autoProcessTV.cfg
Opening URL: http://localhost:8082/home/postprocess/processEpisode?nzbName=Hard.Knocks.S07E05.720p.HDTV.x264-SYS.nzb&quiet=1&dir=D%3A%5CShows%5CHard+Knocks+S07E05+720p+HDTV+x264-SYS
Traceback (most recent call last):
  File "sabToSickbeard.py", line 29, in <module>
  File "autoProcessTV.pyc", line 86, in processEpisode
  File "socket.pyc", line 465, in readlines
  File "socket.pyc", line 397, in readline
socket.error: [Errno 10054] An existing connection was forcibly closed by the remote host
Can anyone help me troubleshoot how I might fix this?

Re: SabNZBD to SickBeard https port

Posted: September 9th, 2012, 7:25 am
by shypike
raphnguyen wrote: but SabNZBD seems to be having trouble post-processing.
That's not SABnzbd, but SickBeard's error message.
Don't blame the messenger, in this case SABnzbd.
There is something wrong with your SickBeard setup.