SANnzbd 0.7.15 Config/Special -> 500 Internal Server Error
Posted: September 2nd, 2013, 2:37 pm
Hello,
I'm glad to see the fixes and new features in 0.7.15.
Unfortunately there seems to be a regression; when selecting Config/Special this errors out.
I tested - on NAS4Free/FreeBSD - with my 0.7.14 sabnzbd.ini file, and with a new one; same result:
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/mnt/intdata/SABnzbd-0.7.15/cherrypy/_cprequest.py", line 618, in respond
cherrypy.response.body = self.handler()
File "/mnt/intdata/SABnzbd-0.7.15/cherrypy/_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "/mnt/intdata/SABnzbd-0.7.15/sabnzbd/interface.py", line 1260, in index
conf['switches'] = [ (kw, config.get_config('misc', kw)(), config.get_config('misc', kw).default()) for kw in SPECIAL_BOOL_LIST]
TypeError: 'NoneType' object is not callable
Regards, Ids.
I'm glad to see the fixes and new features in 0.7.15.
Unfortunately there seems to be a regression; when selecting Config/Special this errors out.
I tested - on NAS4Free/FreeBSD - with my 0.7.14 sabnzbd.ini file, and with a new one; same result:
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/mnt/intdata/SABnzbd-0.7.15/cherrypy/_cprequest.py", line 618, in respond
cherrypy.response.body = self.handler()
File "/mnt/intdata/SABnzbd-0.7.15/cherrypy/_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "/mnt/intdata/SABnzbd-0.7.15/sabnzbd/interface.py", line 1260, in index
conf['switches'] = [ (kw, config.get_config('misc', kw)(), config.get_config('misc', kw).default()) for kw in SPECIAL_BOOL_LIST]
TypeError: 'NoneType' object is not callable
Regards, Ids.