Problems with sabToSickbeard postprocessing 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
v_the_boss_v
Newbie
Newbie
Posts: 2
Joined: May 9th, 2012, 12:44 am

Problems with sabToSickbeard postprocessing script

Post by v_the_boss_v »

Running SABnzbd 0.6.15 on linux-based hardware. On the sickbeard side, it's able to automatically push the latest nzb files to sabnzbd, which seems to kick off a download correctly. The issue is that once the download is complete, it looks like SABnzbd is calling the sabToSickbeard.py postprocessing script (as I've hopefully configured it to do), but after that nothing seems to happen. I don't believe the script actually communicates with sickbeard at all. Perhaps this will end up being a question that's better answered on the sickbeard forums; I though I should start here since I can't even determine if the script is actually being called, or see anything meaningful in the sabnzbd log-file.

Here's the relevant part of my sabnzbd log file, does anyone see any issues with how the sabToSickbeard.py script is being called? Is there any way for me to get more verbose information?

2012-05-09 03:44:02,894::INFO::[newsunpack:201] Unrar finished on /mnt/usenet/incomplete/New.Girl.S01E24.720p.HDTV.X264-DIMENSION
2012-05-09 03:44:02,930::INFO::[postproc:319] unpack_magic finished on New.Girl.S01E24.720p.HDTV.X264-DIMENSION
2012-05-09 03:44:03,243::INFO::[newsunpack:133] Running external script /opt/share/SABnzbd-0.6.15/scripts/sabToSickBeard.py(/mnt/usenet/complete_tv/New.Girl.S01E24.720p.HDTV.X264-DIMENSION, New.Girl.S01E24.720p.HDTV.X264-DIMENSION.nzb, New.Girl.S01E24.720p.HDTV.X264-DIMENSION, , tv, alt.binaries.multimedia, 0)
2012-05-09 03:44:03,620::INFO::[urlgrabber:110] Removing nzbmatrix bookmark 1271137
2012-05-09 03:44:04,368::INFO::[postproc:482] Cleaning up New.Girl.S01E24.720p.HDTV.X264-DIMENSION (keep_basic=False)
2012-05-09 03:44:04,411::INFO::[__init__:835] /mnt/usenet/incomplete/New.Girl.S01E24.720p.HDTV.X264-DIMENSION/__ADMIN__/SABnzbd_nzf_AwLo89 removed
2012-05-09 03:44:04,419::INFO::[__init__:835] /mnt/usenet/incomplete/New.Girl.S01E24.720p.HDTV.X264-DIMENSION/__ADMIN__/SABnzbd_nzf_ltMba7 removed
2012-05-09 03:44:04,427::INFO::[__init__:835] /mnt/usenet/incomplete/New.Girl.S01E24.720p.HDTV.X264-DIMENSION/__ADMIN__/SABnzbd_nzf_P28tsS removed
2012-05-09 03:44:04,434::INFO::[__init__:835] /mnt/usenet/incomplete/New.Girl.S01E24.720p.HDTV.X264-DIMENSION/__ADMIN__/SABnzbd_nzf_C2yOos removed
2012-05-09 03:44:04,441::INFO::[__init__:835] /mnt/usenet/incomplete/New.Girl.S01E24.720p.HDTV.X264-DIMENSION/__ADMIN__/SABnzbd_nzf_bTZHWt removed
2012-05-09 03:44:04,637::INFO::[postproc:83] Saving postproc queue
2012-05-09 03:44:04,645::INFO::[__init__:846] Saving data for postproc1.sab in /mnt/usenet/admin/postproc1.sab
2012-05-09 03:44:04,657::INFO::[downloader:229] Post-processing finished, resuming download
v_the_boss_v
Newbie
Newbie
Posts: 2
Joined: May 9th, 2012, 12:44 am

Re: Problems with sabToSickbeard postprocessing script

Post by v_the_boss_v »

If I look at what's inside the parenthesis in the logfile, are those the exact parameters that sabnzbd is passing to the script? Maybe each comma separates one argument?

Running external script /opt/share/SABnzbd-0.6.15/scripts/sabToSickBeard.py(/mnt/usenet/complete_tv/New.Girl.S01E24.720p.HDTV.X264-DIMENSION, New.Girl.S01E24.720p.HDTV.X264-DIMENSION.nzb, New.Girl.S01E24.720p.HDTV.X264-DIMENSION, , tv, alt.binaries.multimedia, 0)
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Problems with sabToSickbeard postprocessing script

Post by shypike »

There's something wrong with your SickBeard setup.
SABnzbd has been passing the same parameters in the same way for years.
Post Reply