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.
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?
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'",)