Problems with autoProcess on NAS (qnap)
Posted: March 25th, 2014, 12:15 pm
I installed SABnzbd (0.7.16) and Sick Beard (v130805) on my QNAP TS-269L yesterday and everything went well, or so I thought...
When a file is downloaded (with SAB) the files gets extracted. When this is done the script (SabToSickBeard.py) is called and then I get an error.
The error I got is:
I did some research without any luck. Found a thread on qnaps forum http://forum.qnap.com/viewtopic.php?f=223&t=35015 where they suggested to use other script-files which I then tried. Now another error pops up:
My autoProcessTV.cfg file looks like this:
can someone please give me a hint or a clue where or what the problem can be?
//W
When a file is downloaded (with SAB) the files gets extracted. When this is done the script (SabToSickBeard.py) is called and then I get an error.
The error I got is:
Code: Select all
Can't import autoProcessTV.py, make sure it's in the same folder as /share/Download/script/sabToSickBeard.pyCode: Select all
Traceback (most recent call last):
File "/share/Download/script/sabToSickBeard.py", line 23, in <module>
import autoProcessTV
File "/share/CACHEDEV1_DATA/Download/script/autoProcessTV.py", line 23, in <module>
import ConfigParser
ImportError: No module named ConfigParserMy autoProcessTV.cfg file looks like this:
Code: Select all
# Sick Beard autoProcessTV configuration file
# Used in combination with scripts like sabToSickBeard that call autoProcessTV
#
# Rename (or copy) autoProcessTV.cfg.sample to autoProcessTV.cfg
# Change the host, port, username, and password values
# to the appropriate settings for your Sick Beard server.
#
# Example: Sick Beard can be accessed on http://localhost:8081
# without username/password
#
# host= # Sick Beard host (localhost or IP address)
# port= # Sick Beard port
# username= # Credentials for logging into Sick Beard
# password= # Credentials for logging into Sick Beard (don't use special characters)
# web_root= # Sick Beard web_root
# ssl=0 # http (ssl=0) (for https use ssl=1)
[SickBeard]
host=0.0.0.0
port=7071
username=admin
password=*****
web_root=/
ssl=0can someone please give me a hint or a clue where or what the problem can be?
//W