Sabnzbd Broke after updating to 0.7.11..

Get help with all aspects of SABnzbd
Forum rules
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.
Post Reply
tbird2340
Newbie
Newbie
Posts: 20
Joined: December 19th, 2008, 3:10 pm

Sabnzbd Broke after updating to 0.7.11..

Post 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")
User avatar
sander
Release Testers
Release Testers
Posts: 9061
Joined: January 22nd, 2008, 2:22 pm

Re: Sabnzbd Broke after updating to 0.7.11..

Post 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"
Post Reply