long time users getting a error starting today

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
Ironone
Newbie
Newbie
Posts: 1
Joined: August 2nd, 2015, 9:42 pm

long time users getting a error starting today

Post 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..
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: long time users getting a error starting today

Post 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.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: long time users getting a error starting today

Post by sander »

I've created a FAQ for this: http://wiki.sabnzbd.org/faq#toc22
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: long time users getting a error starting today

Post by shypike »

Good.
We also need to come up with a better solution for this problem.
I haven't found a reliable method yet.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: long time users getting a error starting today

Post by sander »

I have created a discussion thread: https://github.com/sabnzbd/sabnzbd/issues/268
Post Reply