Sab crashes on startup

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • 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
gers1978
Jr. Member
Jr. Member
Posts: 58
Joined: March 7th, 2009, 3:59 pm

Sab crashes on startup

Post by gers1978 »

Sab 0.5 beta was working great on my Windows 7 x64 install, but now it crashes every time I startup.

Here's the log:

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 1623, 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 1623, in start
error: (10049, "Can't assign requested address")

Exception in thread Thread-8 (most likely raised during interpreter shutdown):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 1629, 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 1629, in start
error: (10049, "Can't assign requested address")

Exception in thread Thread-8 (most likely raised during interpreter shutdown):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 1629, in start
error: (10049, "Can't assign requested address")

Exception in thread Thread-8 (most likely raised during interpreter shutdown):
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Sab crashes on startup

Post by shypike »

Something is blocking your selected port.
Firewall ?
Other application already using the same port?

Are you running the Win32 binary?
gers1978
Jr. Member
Jr. Member
Posts: 58
Joined: March 7th, 2009, 3:59 pm

Re: Sab crashes on startup

Post by gers1978 »

Windows Firewall was the culprit, I always have it Off, but it somehow got turned back on.

Cheers
Post Reply