SAB Sickbeard Scripting Problem

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
bulldog79
Newbie
Newbie
Posts: 1
Joined: July 12th, 2015, 6:25 pm

SAB Sickbeard Scripting Problem

Post by bulldog79 »

I am following instructions on intergrating SABnzbd and SickBeard. I am stuck on the last step. In SAB, I have selected the proper scripting folder. I changed the sample file and edited with my SickBeard server info. When I go to SAB, select categories, it allows me to select the script but only offers Default or None as options and not the sabtosickbeard option that most of the guides tell me should be there.
I have gone through the steps 15 times and can't get it to work. I am a rookie with scripts and stuff so it could be something simple. Anything I should check that might be a common rookie mistake?
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: SAB Sickbeard Scripting Problem

Post by shypike »

There are a few conditions.
- A script folder must be set (and exist and be accessible)
- The script must be in that folder
- The script needs to be executable

The latter means that on Unix/Linux/Mac it needs to have its X-bit set.
(chmod +x script
On Windows it needs to have an extension like .exe .com .cmd
or .py (but for .py you need properly installed Python software).
Post Reply