Sabnzbd not accessible after hibernation

Report & discuss bugs found in 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
Nick123
Newbie
Newbie
Posts: 20
Joined: April 4th, 2010, 8:14 am

Sabnzbd not accessible after hibernation

Post by Nick123 »

Hi, I've found that Sabnzbd often is not accessible after hibernation, It is visible in Task Manager however is not accessible via web interface, It seems it is unable to get assign the port number. Log below

Code: Select all

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

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

Exception in thread CP WSGIServer Thread-26:
Traceback (most recent call last):
  File "threading.pyo", line 488, in __bootstrap_inner
  File "cherrypy\wsgiserver\__init__.pyo", line 1295, in run
  File "cherrypy\wsgiserver\__init__.pyo", line 1212, in communicate
  File "cherrypy\wsgiserver\__init__.pyo", line 612, in simple_response
  File "cherrypy\wsgiserver\__init__.pyo", line 1126, in sendall
  File "cherrypy\wsgiserver\__init__.pyo", line 1078, in _safe_call
  File "cherrypy\wsgiserver\__init__.pyo", line 748, in sendall
  File "cherrypy\wsgiserver\__init__.pyo", line 1129, in send
  File "cherrypy\wsgiserver\__init__.pyo", line 1108, in _safe_call
FatalSSLAlert: [('SSL routines', 'SSL23_WRITE', 'ssl handshake failure')]
Version: 0.7.4 - Issue present in older versions
OS: Windows Server R2
Install-type: Windows Zip
Skin (if applicable): Default
Firewall Software: Windows Firewall
Are you using IPV6?: No
Is the issue reproducible?: For me yes
Using Port: 8181

Any recommendations would be great

Thanks
User avatar
sander
Release Testers
Release Testers
Posts: 8879
Joined: January 22nd, 2008, 2:22 pm

Re: Sabnzbd not accessible after hibernation

Post by sander »

What is filled at "SABnzbd Host" in Config -> General?
Nick123
Newbie
Newbie
Posts: 20
Joined: April 4th, 2010, 8:14 am

Re: Sabnzbd not accessible after hibernation

Post by Nick123 »

Changed it from the computer IP address to 0.0.0.0 (localhost) yesterday to see if that would solve the issue however it hasnt.
User avatar
sander
Release Testers
Release Testers
Posts: 8879
Joined: January 22nd, 2008, 2:22 pm

Re: Sabnzbd not accessible after hibernation

Post by sander »

Nick123 wrote:Changed it from the computer IP address to 0.0.0.0 (localhost) yesterday to see if that would solve the issue however it hasnt.
And what if you change it to 127.0.0.1 (just for the sake of testing)?
Nick123
Newbie
Newbie
Posts: 20
Joined: April 4th, 2010, 8:14 am

Re: Sabnzbd not accessible after hibernation

Post by Nick123 »

Hi, unfortunately when set to 127.0.0.1 it become inaccessible by other systems on LAN even with firewall disabled.
User avatar
sander
Release Testers
Release Testers
Posts: 8879
Joined: January 22nd, 2008, 2:22 pm

Re: Sabnzbd not accessible after hibernation

Post by sander »

Nick123 wrote:Hi, unfortunately when set to 127.0.0.1 it become inaccessible by other systems on LAN even with firewall disabled.
Yes. That's why I said "(just for the sake of testing)"

If that works, it might be your network interface that has not yet a LAN IP address.
Nick123
Newbie
Newbie
Posts: 20
Joined: April 4th, 2010, 8:14 am

Re: Sabnzbd not accessible after hibernation

Post by Nick123 »

Yep, I tested and when set to 127.0.0.1 the web interface is only accessible on the localhost. Network Interface has a valid IP and is accessible also other web based programs such as sickbeard also have no problem when coming out of hibernation.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Sabnzbd not accessible after hibernation

Post by shypike »

Is SABnzbd still running when you go into hibernate?
Post Reply