Post processing scripts

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
romeoz
Newbie
Newbie
Posts: 2
Joined: July 20th, 2013, 1:26 pm

Post processing scripts

Post by romeoz »

I have the same setup on my synology and my brothers. However he is getting an error when processing sabtosick

Code: Select all

           Loading config from /volume1/@appstore/sabnzbd/var/scripts/autoProcessTV.cfg

Traceback (most recent call last):
  File "/volume1/@appstore/sabnzbd/var/scripts/sabToSickBeard.py", line 60, in <module>
    autoProcessTV.processEpisode(download_final_dir, org_NZB_name)
  File "/volume1/@appstore/sabnzbd/var/scripts/autoProcessTV.py", line 82, in processEpisode
    config.readfp(fp)
  File "/usr/local/python/lib/python2.7/ConfigParser.py", line 324, in readfp
    self._read(fp, filename)
  File "/usr/local/python/lib/python2.7/ConfigParser.py", line 512, in _read
    raise MissingSectionHeaderError(fpname, lineno, line)
ConfigParser.MissingSectionHeaderError: File contains no section headers.
file: /volume1/@appstore/sabnzbd/var/scripts/autoProcessTV.cfg, line: 2
'/# Used in combination with scripts like sabToSi
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Post processing scripts

Post by shypike »

The error comes from SickBeard, its configuration is incorrect.
Post Reply