Postprocessing doesn't work

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
daemonfish
Newbie
Newbie
Posts: 1
Joined: February 18th, 2013, 3:41 pm

Postprocessing doesn't work

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