Page 1 of 1

Unable to start sabnzbd

Posted: July 2nd, 2016, 4:41 pm
by uglistix
I've been using Sabnzbd for several years and never had any problems, However today I found that I was unable to start sab. I'm running it on Windows Server 2012R2 and if I run it from the console I see an IOError whilst trying to bind to port 8080? The message says the port is in use, yet if I run resmon at the same time i don't see anything listening on 8080 - and in fact when I start trying running sabnzbd I can see it listed on port 8080? I've tried starting with different ports - but get the same error everytime. Any ideas?

Code: Select all

2016-07-02 22:35:52,118::ERROR::[_cplogging:216] [02/Jul/2016:22:35:52] ENGINE E
rror in 'start' listener <bound method Server.start of <cherrypy._cpserver.Serve
r object at 0x022E0250>>
Traceback (most recent call last):
  File "cherrypy\process\wspbus.pyo", line 205, in publish
  File "cherrypy\_cpserver.pyo", line 168, in start
  File "cherrypy\process\servers.pyo", line 177, in start
  File "cherrypy\process\servers.pyo", line 233, in wait
  File "cherrypy\process\servers.pyo", line 459, in wait_for_occupied_port
IOError: Port 8080 not bound on '192.168.1.131'

2016-07-02 22:35:52,150::ERROR::[_cplogging:216] [02/Jul/2016:22:35:52] ENGINE S
hutting down due to error in start listener:
Traceback (most recent call last):
  File "cherrypy\process\wspbus.pyo", line 243, in start
  File "cherrypy\process\wspbus.pyo", line 223, in publish
ChannelFailures: IOError("Port 8080 not bound on '192.168.1.131'",)

Re: Unable to start sabnzbd

Posted: July 2nd, 2016, 4:45 pm
by sander
And what does "ipconfig" show you as the IP address of the Windows machine?

Re: Unable to start sabnzbd

Posted: July 2nd, 2016, 4:49 pm
by uglistix
It shows 192.168.1.131 as the IPv4 address.

Hmmm - I just got it to start with this:

Code: Select all

SABnzbd-console.exe --server 0.0.0.0:8080
I'm not sure why that works, but using the local server IP (192.168.1.131) doesn't?