Page 1 of 1

sabnzb will not start

Posted: September 5th, 2011, 4:49 am
by alastair825
hi ya guy, i have a problem sabnzbd will not start when i try and open it it just say "errors occurred see logfile e.g sabzbd.exe.log

Version: SABnzbd 0.6.8
OS: window home server
Install-type: Windows Installer
Skin (if applicable): Default
Firewall Software: window home server one i think, it just the default one
Are you using IPV6? no
Is the issue reproducible? yes every time i try to open it

i have copy and pasted part of the log file

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

it is basic this repeats loads of time but change to Thread-10, Thread-9, Thread-8
how do upload the whole thing, if need

any idea im lost, thx ali

Re: sabnzb will not start

Posted: September 5th, 2011, 5:55 am
by shypike
Which IP address did you give SABnzbd?
Generally 0.0.0.0 should work, as this means that SABnzbd will find the IP address by itself.
Do you run SABnzbd as a service?

Re: sabnzb will not start

Posted: September 5th, 2011, 6:34 am
by alastair825
may have changed it, how would i go about changing it back, is there a config file or something, also it not run as a service

Re: sabnzb will not start

Posted: September 5th, 2011, 7:00 am
by shypike
The setting is in the sabnzbd.ini file.
The location depends on the user account you run it from.
See here for an overview: http://wiki.sabnzbd.org/configure-v2
The alternative is to start it once like this:
"c:\progam files\SABnzbd\sabnzbd.exe" -s 0.0.0.0:8080

Re: sabnzb will not start

Posted: September 5th, 2011, 7:27 am
by alastair825
works perfect, thank you for your help :)