auto process error (Sickbeard)

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
killver
Newbie
Newbie
Posts: 3
Joined: August 24th, 2013, 5:15 am

auto process error (Sickbeard)

Post 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?
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: auto process error (Sickbeard)

Post by shypike »

That script is quite sensitive to its environment.
Try running it manually from a bash shell.
killver
Newbie
Newbie
Posts: 3
Joined: August 24th, 2013, 5:15 am

Re: auto process error (Sickbeard)

Post 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.
killver
Newbie
Newbie
Posts: 3
Joined: August 24th, 2013, 5:15 am

Re: auto process error (Sickbeard)

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