Page 1 of 1

Post-Processing Scripts Folder = Nothing

Posted: July 19th, 2011, 12:42 am
by NoodleMaps
I'm running Sickbeard on an UnRaid server with SABnzbd+. Everything had been working GREAT for a long time...and then...."Cannot run script /mnt/user/.custom/sickbeard/autoProcessTV/sabToSickBeard.py"

I've tried reinstalling both SABnzbd+ and Sickbeard and I still get the same error. I moved the Script folder to a new location, nothing. The scripts themselves don't even show up anymore in SABnzbd+ I use the dropdown after putting in the folder location and there is nothing there.

Please help...I don't know what else to do.

INFO SABnzbd+ 0.6.5
Sickbeard - I think it is the latest (Not sure where to look to find the version number)

Again...please help.

Re: Post-Processing Scripts Folder = Nothing

Posted: July 19th, 2011, 12:58 am
by shypike
Did your scripts lose their X bit?
Can they still be executed from a shell?

Re: Post-Processing Scripts Folder = Nothing

Posted: July 19th, 2011, 12:59 am
by NoodleMaps
So sorry...I don't even know what that means.

Re: Post-Processing Scripts Folder = Nothing

Posted: July 19th, 2011, 1:04 am
by shypike
On Linux, scripts need their eXecute bit set.
You can force that with:
chmod +x scriptname.py
from a shell session.

Re: Post-Processing Scripts Folder = Nothing

Posted: July 19th, 2011, 1:16 am
by NoodleMaps
I'm sorry ignorant...VERY VERY ignorant...I tried this from a telnet session... received nothing.

Again...I apologize for my lack of knowledge. I followed many tutorials online to get this setup.

Re: Post-Processing Scripts Folder = Nothing

Posted: July 19th, 2011, 1:18 am
by NoodleMaps
Oh wait...The script just showed back up in SAB dropdown.

Re: Post-Processing Scripts Folder = Nothing

Posted: July 19th, 2011, 8:20 am
by NoodleMaps
This worked!!! Thank you!