Running Sickbeard on: NAS (Zyxel NSA325)
Sickbeard version: Latest via GIT
SABnzbd version: Latest via GIT
Hi!
Have a real frustrating error which I and a helpful fellow have been trying to sort out for ever.
Own a Zyxel NSA325 and have used this guide here:
http://forum.nas-central.org/viewtopic. ... 881#p68765
to install SABnzbd, Sickbeard and Couchpotato.
!!! Using this version of the script NOT the one that is on the website:
https://www.dropbox.com/s/sqze8rh7qqwslu0/scriptv0.6.sh
!!!
Couch works fully i.e. it downloads and moves files to a specified folder but Sick fails at the post-processing script "sabToSickBeard.py" in SABnzbd.
Unsure this is a SAB error or an error with Sickbeard so I'll try to get information at both ends (i.e. Sickbeards-forum and this forum).
Error from SAB:
CODE: SELECT ALL
2013-10-02 02:05:52,921::DEBUG::[newsunpack:151] Failed script /ffp/bin/sickbeard/autoProcessTV/sabToSickBeard.py, Traceback:
Traceback (most recent call last):
File "/usr/local/zy-pkgs/ffproot/ffp/bin/sabnzbd/sabnzbd/newsunpack.py", line 149, in external_processing
startupinfo=stup, env=env, creationflags=creationflags)
File "/ffp/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/ffp/lib/python2.7/subprocess.py", line 1228, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Checked and there is a file called "newsunpack.py" in the path specified and also made that file "777" but it does not help.
The owner of that file is "root".
The same goes for "subprocess.py", it is in the specified path above and have made the file "777" but it does not help.
Earlier permissions for both files were "644".
The entire scriptfolder (autoProcessTV) is residing in "/ffp/bin/sickbeard" and that scriptfolder is "777" and also owned by "root".
Renamed "autoProcessTV.cfg.sample" to "autoProcessTV.cfg" and made it "777" and didn't change it otherwise.
Would be most grateful for any assistance, tried multiple versions of the script as well as have spent a lot of time with the friendly guy who made the script but we can't seem to get it to work.
Best Regards / TheSwede86
Failed script - sabToSickBeard.py (SABnzbd on a NAS)
Forum rules
Help us help you:
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.
-
TheSwede86
- Newbie

- Posts: 2
- Joined: August 31st, 2013, 1:07 pm
Re: Failed script - sabToSickBeard.py (SABnzbd on a NAS)
It looks that there is a standard Python library file missing.
/ffp/lib/python2.7/subprocess.py
/ffp/lib/python2.7/subprocess.py
-
TheSwede86
- Newbie

- Posts: 2
- Joined: August 31st, 2013, 1:07 pm
Re: Failed script - sabToSickBeard.py (SABnzbd on a NAS)
As I wrote above I checked and there IS a file called "subprocess.py" located in "/ffp/lib/python2.7/".shypike wrote:It looks that there is a standard Python library file missing.
/ffp/lib/python2.7/subprocess.py
Any other ideas?
EDIT:
Solved, modified "sabToSickBeard.py", the 1st line reading:
#!/usr/bin/env python
to
#!/usr/bin/python
and now it works
