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 can see that line 705 isn't 100% crash-proof.
I'll investigate some more and at the least make a patch that will make the symptom go away.
Too bad that I do not have a scenario that reproduces it.
@.maxx: are there any specific circumstances under which this occurs?
ERROR 07/01/2016 12:52 [07/Jan/2016:12:52:41] ENGINE TypeError('expected string or buffer',)
Traceback (most recent call last):
File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/wsgiserver2.py", line 1358, in communicate
req.parse_request()
File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/wsgiserver2.py", line 618, in parse_request
success = self.read_request_line()
File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/wsgiserver2.py", line 705, in read_request_line
atoms = [unquote(x) for x in quoted_slash.split(path)]
TypeError: expected string or buffer