SAB does not call nzbtosickbeard script

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
HiRsch
Newbie
Newbie
Posts: 2
Joined: October 9th, 2015, 1:15 am

SAB does not call nzbtosickbeard script

Post by HiRsch »

Hey there,

I am trying to switch my TVShow post processing from autoprocessTV to nzbtomedia, however for some reason SAB does not seem to call the scripts.

I have set up SAB as described here (https://github.com/clinton-hall/nzbToMedia/wiki). I have selected the nzbtosickbeard.py where i used to have sabtosickbeard.py, but after a download finishes nothing happens.

Here are some excerpts from the logfile.

autoprocessTV:

Code: Select all

INFO::[postproc:353] unpack_magic finished on How.to.Get.Away.with.Murder.S02E02.720p.HDTV.X264-DIMENSION-[cx86] 
INFO::[newsunpack:150] Running external script home/sicboy/.sickrage/autoProcessTV/sabToSickBeard.py
...
INFO::[__init__:919] Saving data for totals9.sab in /home/sicboy/.sabnzbd/admin/totals9.sab
INFO::[postproc:543] Cleaning up How.to.Get.Away.with.Murder.S02E02.720p.HDTV.X264-DIMENSION-[cx86] (keep_basic=False)
INFO::[__init__:919] Saving data for postproc1.sab in /home/sicboy/.sabnzbd/admin/postproc1.sab
INFO::[downloader:246] Post-processing finished, resuming download
And here with nzbtomedia:

Code: Select all

INFO::[postproc:353] unpack_magic finished on The.Last.Man.On.Earth.S02E02.INTERNAL.720p.HDTV.x264-BATV
INFO::[postproc:543] Cleaning up The.Last.Man.On.Earth.S02E02.INTERNAL.720p.HDTV.x264-BATV (keep_basic=False)
...
INFO::[__init__:919] Saving data for postproc1.sab in /home/sicboy/.sabnzbd/admin/postproc1.sab
INFO::[downloader:246] Post-processing finished, resuming download
As you can see, after unpacking SAB does not call the nzbtosickbeard script, however has no problems calling sabToSickBeard.py.

Any ideas?
Cheesrs
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: SAB does not call nzbtosickbeard script

Post by shypike »

Make sure the nzbtosickbeard script has the proper access wights, including having its X-bit set.
HiRsch
Newbie
Newbie
Posts: 2
Joined: October 9th, 2015, 1:15 am

Re: SAB does not call nzbtosickbeard script

Post by HiRsch »

I found the problem. I had to change "localhost" in the autoProcessMedia.cfg to the actual IP address, even though everything is running on the same machine...
Post Reply