Page 1 of 1

0.5.x Windows 7 error everytime I start sabnzbd

Posted: December 1st, 2009, 8:18 pm
by alex1002
Exception in thread CPHTTPServer Thread-8:
Traceback (most recent call last):
  File "threading.pyo", line 488, in __bootstrap_inner
  File "threading.pyo", line 448, in run
  File "cherrypy\_cpserver.pyo", line 114, in _start_http
  File "cherrypy\_cpwsgiserver.pyo", line 376, in start
error: (10049, "Can't assign requested address")

Re: 0.5.x Windows 7 error everytime I start sabnzbd

Posted: December 2nd, 2009, 2:55 am
by switch
Probably an antivirus/firewall blocking SABnzbd from listening on localhost. Or you have entered the wrong Hostname under Config>General (do not enter your newserver hostname here!)

Try launching sabnzbd the following ways:
Start>Run, enter

Code: Select all

"C:\Program Files\SABnzbd\SABnzbd.exe" -s0.0.0.0:8080
or if that doesn't work:

Code: Select all

"C:\Program Files\SABnzbd\SABnzbd.exe" -s:8080