Hitcher wrote:
SABnzbd-Suite.py
Make sure you've got the latest version (2.1.2) released yesterday by refreshing the OE repo.
I've done that (did again just now to make sure!), still no joy. I have run the following in SSH:
python ./.xbmc/addons/service.downloadmanager.SABnzbd-Suite/bin/SABnzbd-Suite.py
And get the following error(s):
Traceback (most recent call last):
File "./.xbmc/addons/service.downloadmanager.SABnzbd-Suite/bin/SABnzbd-Suite.py", line 288, in <module>
couchPotatoConfig = ConfigObj(pCouchPotatoSettings,create_empty=True)
File "build/bdist.linux-i686/egg/configobj.py", line 1242, in __init__
File "build/bdist.linux-i686/egg/configobj.py", line 1332, in _load
configobj.ConfigObjError: Parsing failed with several errors.
First error at line 3.
root ~ # Exception in thread HTTPServer Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 504, in run
self.__target(*self.__args, **self.__kwargs)
File "/storage/.xbmc/addons/service.downloadmanager.SABnzbd-Suite/SickBeard/cherrypy/process/servers.py", line 75, in _start_http_thread
self.httpserver.start()
File "/storage/.xbmc/addons/service.downloadmanager.SABnzbd-Suite/SickBeard/cherrypy/wsgiserver/__init__.py", line 1634, in start
raise socket.error(msg)
error: [Errno 7] no address associated with hostname.
Is that something to do with why it won't start?