Page 1 of 1

auto process error (Sickbeard)

Posted: August 24th, 2013, 5:22 am
by killver
Hi!

I am currently running Sabnzbd on my Raspberry PI and I am feeding it with Sickbeard. However, the post processing script somehow does not want to work. I always get this error:

Cannot run script /usr/local/sickbeard/autoProcessTV/autoProcessTV.py

I checked the sab logs, but the only thing I can find there is:

Running external script /usr/local/sickbeard/autoProcessTV/autoProcessTV.py(/xx/xx.nzb, xx, , cat, alt.binaries.xx, 0)

But no error or something.

Has anyone an idea?

Re: auto process error (Sickbeard)

Posted: August 24th, 2013, 10:46 am
by shypike
That script is quite sensitive to its environment.
Try running it manually from a bash shell.

Re: auto process error (Sickbeard)

Posted: August 24th, 2013, 11:10 am
by killver
shypike wrote:That script is quite sensitive to its environment.
Try running it manually from a bash shell.
Do you have an example of how to call it? I have tried it, but I do not get any output or any results. To me it seems as there are just functions inside the script and no behavior when I simply call the python file.

I could think of adding a main routine or sth, but that sounds odd.

Re: auto process error (Sickbeard)

Posted: August 24th, 2013, 11:24 am
by killver
Oh cheez. I think I just picked the wrong script. I guess it should be sabtosickbeard.py :)

Hope it will work now, I will report back if any problems occur! Thanks!