Page 1 of 1

I/O Error on cherrypy

Posted: September 5th, 2012, 6:31 am
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

Re: I/O Error on cherrypy

Posted: September 5th, 2012, 10:03 am
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?

Re: I/O Error on cherrypy

Posted: September 5th, 2012, 2:04 pm
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

Re: I/O Error on cherrypy

Posted: September 5th, 2012, 2:15 pm
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.