Page 1 of 1

Sabnzbd Broke after updating to 0.7.11..

Posted: April 8th, 2013, 8:46 pm
by tbird2340
Update to 0.7.11 today.. Now after a reboot Sabnzbd crashes.. The Sabnzbd.exe.log shows the content below.. Strange thing is I can launch it fine after the initial crash.. On W7 x64.. Thanks

Exception in thread HTTPServer Thread-10:
Traceback (most recent call last):
File "threading.pyo", line 488, in __bootstrap_inner
File "threading.pyo", line 448, in run
File "cherrypy\process\servers.pyo", line 75, in _start_http_thread
File "cherrypy\wsgiserver\__init__.pyo", line 1644, in start
error: (10049, "Can't assign requested address")

Exception in thread HTTPServer Thread-11:
Traceback (most recent call last):
File "threading.pyo", line 488, in __bootstrap_inner
File "threading.pyo", line 448, in run
File "cherrypy\process\servers.pyo", line 75, in _start_http_thread
File "cherrypy\wsgiserver\__init__.pyo", line 1644, in start
error: (10049, "Can't assign requested address")

Re: Sabnzbd Broke after updating to 0.7.11..

Posted: April 9th, 2013, 3:49 am
by sander
Cause: you've probably put an address other than 127.0.0.1, localhost or 0.0.0.0 (or :: or ::1) in your 'host' setting in SABnzbd / sabnzbd.ini. You should not do that, unless you really know what you're doing and know everything about multi-IP/multi-interface systems.

Solution:
1) find sabnzbd.ini, open it for editing, find first occurence of 'host', and change it to 0.0.0.0. Save and exit, and start sabnzbd
or
2) start sabnzbd with command parameter for listening host. "sabnzbd-console.exe -s 0.0.0.0:8080"