Error in opening SABnzbd

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
ZOMGbirdy
Newbie
Newbie
Posts: 5
Joined: May 15th, 2011, 1:53 am

Error in opening SABnzbd

Post by ZOMGbirdy »

Hello, I just started using SABnzbd but I cannot get it to work on my home pc computer. I installed the windows version from the website and then when I opened it, this message came up:


SABnzbd.exe 0.6.0




SABnzbd needs a free tcp/ip port for its internal web server.
Port 8085 on localhost was tried , but it is not available.
Some other software uses the port or SABnzbd is already running.

Please restart SABnzbd with a different port number.

Press Startkey+R and type the line (example):
    "C:\Program Files\SABnzbd\SABnzbd.exe" --server localhost:8081

If you get this error message again, please try a different number.

Program did not start!


I tried doing what it said with different ports, but the same error comes up. Then it says "see the logfile 'C:\Program Files\SABnzbd\SABnzbd.exe' for details"
This is what the log file said:


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):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")


I don't much about this stuff but I have this working on my macbook on port 8080 localhost. But I can't get this to work on my home pc.
I also checked the firewall and gave full access to C:\Program Files\SABnzbd\SABnzbd.exe

Help would be greatly appreciated.
Thanks.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Error in opening SABnzbd

Post by shypike »

There's something odd with the way DNS is set up on your system.
SABnzbd gets an error from Windows when it asks for the value of "localhost".
Try to start it like this:

Press Startkey+R and type the line:
    "C:\Program Files\SABnzbd\SABnzbd.exe" --server 127.0.0.1:8080
Enter-key
ZOMGbirdy
Newbie
Newbie
Posts: 5
Joined: May 15th, 2011, 1:53 am

Re: Error in opening SABnzbd

Post by ZOMGbirdy »

Yes, that worked. Thank you so much!
I have no idea why it wasn't working before, but thanks!
Post Reply