Page 1 of 1

Postprocessing doesn't work

Posted: February 18th, 2013, 3:50 pm
by daemonfish
I'm having some trouble getting sabToSickbeard working on ubuntu 12.04.

Contents of autoProcessTV.cfg

Code: Select all

[SickBeard]
host=localhost
port=8700
username=USERNAME
password=PASSWORD
web_root=
ssl=0
Permissions of sabToSickbeard.py are

Code: Select all

-rwxr-xr-x  1 MYUSERNAME dialout 1048 Jan 21 16:52 sabToSickBeard.py
Everything is enabled in sabnzbd and the new downloads properly match the category I set up. I tried running sabToSickbeard.py from the commandline as follows:

Code: Select all

python sabToSickBeard.py /media/cerberus/Downloads/Complete/sabnzbd/TV /media/cerberus/Video/TV
...and it gave me this output:

Code: Select all

Loading config from autoProcessTV.cfg
Opening URL: http://localhost:8700/home/postprocess/processEpisode?nzbName=%2Fmedia%2Fcerberus%2FVideo%2FTV&quiet=1&dir=%2Fmedia%2Fcerberus%2FDownloads%2FComplete%2Fsabnzbd%2FTV


<html>

    <head>

      <script type="text/javascript">

      <!--

      location.href = "http://localhost:8700/sabnzbd"

      //-->

      </script>

    </head>

    <body><br/></body>

</html>
Am I missing something obvious here?