I am using SABnzb for years now, thanks for that!
I installed my new home server with CentOS 7, and 0.8.0Beta3.
I do not seem to get SABnzb running on both my external IP and LAN IP.
(When I configure it to use my internal IP directly or external IP directly it works on both individually.)
Using: 0.0.0.0 as host seemed to do the trick before, but now I get a CherryPy error:
Code: Select all
2015-12-22 15:47:44,321::INFO::[_cplogging:216] [22/Dec/2015:15:47:44] ENGINE Bus STARTING
2015-12-22 15:47:44,331::INFO::[_cplogging:216] [22/Dec/2015:15:47:44] ENGINE Started monitor thread '_TimeoutMonitor'.
2015-12-22 15:47:44,435::INFO::[_cplogging:216] [22/Dec/2015:15:47:44] ENGINE Serving on http://0.0.0.0:8080
2015-12-22 15:47:49,477::ERROR::[_cplogging:216] [22/Dec/2015:15:47:49] ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
File "/home/sabnzb/sabnzbd/cherrypy/process/wspbus.py", line 243, in start
self.publish('start')
File "/home/sabnzb/sabnzbd/cherrypy/process/wspbus.py", line 221, in publish
level=40, traceback=True)
File "/home/sabnzb/sabnzbd/cherrypy/process/wspbus.py", line 446, in log
self.publish('log', msg, level)
File "/home/sabnzb/sabnzbd/cherrypy/process/wspbus.py", line 223, in publish
raise exc
ChannelFailures: TypeError('not enough arguments for format string',)
2015-12-22 15:47:49,479::INFO::[_cplogging:216] [22/Dec/2015:15:47:49] ENGINE Bus STOPPING
2015-12-22 15:47:49,480::INFO::[_cplogging:216] [22/Dec/2015:15:47:49] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.106.254', 8080)) already shut down
2015-12-22 15:47:49,487::INFO::[_cplogging:216] [22/Dec/2015:15:47:49] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 8080)) shut down
2015-12-22 15:47:49,488::INFO::[_cplogging:216] [22/Dec/2015:15:47:49] ENGINE Stopped thread '_TimeoutMonitor'.
2015-12-22 15:47:49,489::INFO::[_cplogging:216] [22/Dec/2015:15:47:49] ENGINE Bus STOPPED
2015-12-22 15:47:49,490::INFO::[_cplogging:216] [22/Dec/2015:15:47:49] ENGINE Bus EXITING
2015-12-22 15:47:49,491::INFO::[_cplogging:216] [22/Dec/2015:15:47:49] ENGINE Bus EXITED
Code: Select all
/usr/bin/python SABnzbd.py -l 2 --config-file=/tmp/sabnzbd3.ini -s 0.0.0.0
Any help would be appreciated.
(Could it be 0.8.0Beta3 related? Have not tried 0.6.x yet.)
Regards,
Groentebroer