Page 1 of 1

long time users getting a error starting today

Posted: August 2nd, 2015, 9:46 pm
by Ironone
I have used SAB for a few years and never had a issue.. started getting this today and have even reinstalled

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


any help would be great..

Re: long time users getting a error starting today

Posted: August 3rd, 2015, 1:36 am
by shypike
Very likely you entered the IP address of your system in Config->General+>host
and now your router has assigned another address.
Try 0.0.0.0 for host.
If nothing works try 127.0.0.1, but then SABnzbd is only accessible from your system itself.
To set the host quickly on a Windows system:
Open and CMD.EXE prompt (use Start menu) and type (including quotes):
"c:\program files (x86)\sabnzbd\sabnzbd-console.exe" --server 0.0.0.0:8080
Enter
or
"c:\program files (x86)\sabnzbd\sabnzbd-console.exe" --server 0.0.0.0:8080

Use "c:\program files\..." if you're using a 32-bit system.

Re: long time users getting a error starting today

Posted: August 3rd, 2015, 3:59 am
by sander
I've created a FAQ for this: http://wiki.sabnzbd.org/faq#toc22

Re: long time users getting a error starting today

Posted: August 3rd, 2015, 4:26 am
by shypike
Good.
We also need to come up with a better solution for this problem.
I haven't found a reliable method yet.

Re: long time users getting a error starting today

Posted: August 3rd, 2015, 4:47 am
by sander
I have created a discussion thread: https://github.com/sabnzbd/sabnzbd/issues/268