Postprocessing doesn't work
Posted: February 18th, 2013, 3:50 pm
I'm having some trouble getting sabToSickbeard working on ubuntu 12.04.
Contents of autoProcessTV.cfg
Permissions of sabToSickbeard.py are
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:
...and it gave me this output:
Am I missing something obvious here?
Contents of autoProcessTV.cfg
Code: Select all
[SickBeard]
host=localhost
port=8700
username=USERNAME
password=PASSWORD
web_root=
ssl=0Code: Select all
-rwxr-xr-x 1 MYUSERNAME dialout 1048 Jan 21 16:52 sabToSickBeard.pyCode: Select all
python sabToSickBeard.py /media/cerberus/Downloads/Complete/sabnzbd/TV /media/cerberus/Video/TVCode: 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>