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.
Having an odd error, runnign sab on wheezy and it will randomly crash. If i log on and try to start it again it will run but only in my current console window. if i close my putty session sab stops.
Exception in thread HTTPServer Thread-9:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 504, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 75, in _start_http_thread
self.httpserver.start()
File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/__init__.py", line 1644, in start
raise socket.error, msg
error: [Errno 99] Cannot assign requested address
SABnzbd is supposed to stop when you disconnect your putty session,
that's just the way Unix systems work.
You should use the -d (daemon) parameter and -f <ini-file> to run SABnzbd as a permanent service.
Oh yes I understand that, but sab installs as a service by default on wheezy, i figured that i wouldn't have to use the -d when starting it again. Of course, i'm noob for not trying that straight away.
Having said that though, it is still randomly stopping . . .