Page 1 of 1

SAB does not call nzbtosickbeard script

Posted: October 9th, 2015, 1:32 am
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

Re: SAB does not call nzbtosickbeard script

Posted: October 9th, 2015, 1:36 am
by shypike
Make sure the nzbtosickbeard script has the proper access wights, including having its X-bit set.

Re: SAB does not call nzbtosickbeard script

Posted: October 11th, 2015, 6:59 pm
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...