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.
Traceback (most recent call last):
File "...\SABnzbd\main\cherrypy\_cprequest.py", line 606, in respond
cherrypy.response.body = self.handler()
File "...\SABnzbd\main\cherrypy\_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "...\SABnzbd\main\sabnzbd\interface.py", line 350, in api
return self.api_handler(kwargs)
File "...\SABnzbd\main\sabnzbd\interface.py", line 650, in api_handler
return str(int(downloader.get_limit(value)))
TypeError: get_limit() takes no arguments (1 given)
Removing the parameter "value" fixed the problem for me.