Argument of type 'NoneType' is not iterable

Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • 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.
Post Reply
chianti
Newbie
Newbie
Posts: 5
Joined: February 6th, 2012, 9:13 pm

Argument of type 'NoneType' is not iterable

Post by chianti »

This error has been creeping up every so often. I haven't been able to correlate it to a specific download or action. Perhaps the developers can give some insight.

I have Sab installed on my Synology NAS

[25/Jul/2015:00:36:54] ENGINE TypeError("argument of type 'NoneType' is not iterable",) Traceback (most recent call last): File "/usr/local/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/wsgiserver2.py", line 1312, in communicate req.parse_request() File "/usr/local/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/wsgiserver2.py", line 589, in parse_request success = self.read_request_line() File "/usr/local/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/wsgiserver2.py", line 653, in read_request_line if NUMBER_SIGN in path: TypeError: argument of type 'NoneType' is not iterable
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Argument of type 'NoneType' is not iterable

Post by shypike »

It's likely a bug in the CherryPy web framework that we use.
In 0.8.0 we will use an updated CherryPy, hopefully without this issue.
I assume what you see doesn't affect SABnzbd's functionality?
chianti
Newbie
Newbie
Posts: 5
Joined: February 6th, 2012, 9:13 pm

Re: Argument of type 'NoneType' is not iterable

Post by chianti »

Correct. I haven't seen any missing episodes nor failures; This error just appears in the log sporadically.
Post Reply