I/O Error on cherrypy

Support for the Debian/Ubuntu package, created by JCFP.
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
Bullcase
Newbie
Newbie
Posts: 2
Joined: September 5th, 2012, 6:08 am

I/O Error on cherrypy

Post by Bullcase »

Hello ans Sorry for my bad English : )

I Have a Dockstar with running Sabnzbdplus .Its Work Propper properly for a Long Time .
I Have Change my Network Router with a New IP Range and Now ist don´t work anymore.
The Issues: No Downloads are Starting from Nzb Folder or from Manual
I Have Same Error´s

Code: Select all

1970-01-04 03:14:33,618 FEHLER: [04/Jan/1970:03:14:33] ENGINE Error in 'start' listener <bound method Server.start of <cherrypy._cpserver.Server object at 0x4c1cd0>> Traceback (most recent call last): File "/usr/share/sabnzbdplus/cherrypy/process/wspbus.py", line 147, in publish output.append(listener(*args, **kwargs)) File "/usr/share/sabnzbdplus/cherrypy/_cpserver.py", line 90, in start ServerAdapter.start(self) File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 62, in start self.wait() File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 103, in wait wait_for_occupied_port(host, port) File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 275, in wait_for_occupied_port raise IOError("Port %r not bound on %r" % (port, host)) IOError: Port 8080 not bound on '0.0.0.0'
 1970-01-04 03:14:33,632 FEHLER: [04/Jan/1970:03:14:33] ENGINE Shutting down due to error in start listener: Traceback (most recent call last): File "/usr/share/sabnzbdplus/cherrypy/process/wspbus.py", line 184, in start self.publish('start') File "/usr/share/sabnzbdplus/cherrypy/process/wspbus.py", line 147, in publish output.append(listener(*args, **kwargs)) File "/usr/share/sabnzbdplus/cherrypy/_cpserver.py", line 90, in start ServerAdapter.start(self) File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 62, in start self.wait() File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 103, in wait wait_for_occupied_port(host, port) File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 275, in wait_for_occupied_port raise IOError("Port %r not bound on %r" % (port, host)) IOError: Port 8080 not bound on '0.0.0.0'
 1970-01-04 03:14:33,687 FEHLER: Fehler beim Starten der Weboberfläche.
I Have Try to Reinstal the Package or Start/Stop Sabnzb
How can i Fix it´s

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

Re: I/O Error on cherrypy

Post by sander »

I can't explain it completely, but I would do this:

Stop sabnzbd
find sabnzbd.ini, and move or rename it
Start sabnzbd: that should start the wizard. Fill it out.
(Re)start SABnzbd


... what's the result of that?
Bullcase
Newbie
Newbie
Posts: 2
Joined: September 5th, 2012, 6:08 am

Re: I/O Error on cherrypy

Post by Bullcase »

Last Step in the Wizard become i this error´s

Code: Select all

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
  File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 618, in respond
    cherrypy.response.body = self.handler()
  File "/usr/share/sabnzbdplus/cherrypy/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/usr/share/sabnzbdplus/sabnzbd/wizard.py", line 192, in five
    info['access_url'], info['urls'] = self.get_access_info()
  File "/usr/share/sabnzbdplus/sabnzbd/wizard.py", line 209, in get_access_info
    addresses = socket.getaddrinfo(host, None)
gaierror: [Errno -2] Name or service not known
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: I/O Error on cherrypy

Post by shypike »

There's something not OK with the resolution of your system's host name.
Assuming it has a fixed IP address, use that numerical IP address as a host name for SABnzbd.
Post Reply