0.5.x Windows 7 error everytime I start sabnzbd

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
alex1002
Release Testers
Release Testers
Posts: 11
Joined: November 23rd, 2009, 1:17 am

0.5.x Windows 7 error everytime I start sabnzbd

Post 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")
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

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

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