I recently purchased a Synology DS1813 and I've moved my SABnzbd and SickBeard installs to this machine. Everything seems to be working fine but no matter what I do, I can't get the post processing to work properly. It seems the script is being executed, but the files aren't getting processed and I can't find anything illuminating in the logs.
I've got the SickBeard post-processing scripts in two locations (SickBeard and SABnzbd):
Dusts-NAS> find / -name autoProcessTV.cfg
/volume1/@appstore/sabnzbd/var/scripts/autoProcessTV.cfg
/volume1/@appstore/sickbeard/share/SickBeard/autoProcessTV/autoProcessTV.cfg
This is what I see in the SABnzbd log when a show is finished downloading:
2014-03-17 06:05:19,387::INFO::[postproc:278] Starting PostProcessing on myTVShowFile => Repair:True, Unpack:True, Delete:True, Script:sabToSickBeard.py, Cat:tv
2014-03-17 06:06:32,062::INFO::[newsunpack:144] Running external script /volume1/@appstore/sabnzbd/var/scripts/sabToSickBeard.py(/volume1/downloads/complete/tv/myTVShowFile, myTVShowFile.nzb, myTVShowFile, , tv, alt.binaries.teevee, 0)
And that's pretty much all I get. Here's what I have in both copies of autoProcessTV.cfg:
[SickBeard]
host = 192.168.1.20
port = 14725
username = husty
password = hLCYPAvW6n4Kxz
web_root = ""
ssl = 0
I can verify all of this is correct, as I can visit http://192.168.1.20:14725 and access Sick Beard without issue. What could be going wrong here??
Can't Get SickBeard Post-Processing to Work on Synology
-
- Newbie
- Posts: 2
- Joined: March 18th, 2014, 10:14 pm
-
- Newbie
- Posts: 2
- Joined: March 18th, 2014, 10:14 pm
Re: Can't Get SickBeard Post-Processing to Work on Synology
SOLVED.
It was a user permissions issue. I had to use chown to set the user/group on these files properly.
It was a user permissions issue. I had to use chown to set the user/group on these files properly.