using 0.7.3Beta1
I am unable to change the server retention time.
I enter ANY number in the [Retention time] field, then press [Save Changes], the button then changes to [Failed]. If I exit this screen, then navigate to this field again, it shows the old value.
here's /var/logs/sabnzbd.log
Code: Select all
2012-07-28 10:24:05,434::DEBUG::[_cplogging:55] [28/Jul/2012:10:24:05] HTTP Traceback (most recent call last):
File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 618, in respond
cherrypy.response.body = self.handler()
File "/usr/share/sabnzbdplus/cherrypy/_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 1484, in saveServer
return handle_server(kwargs, self.__root)
File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 1583, in handle_server
svr.set_dict(kwargs)
File "/usr/share/sabnzbdplus/sabnzbd/config.py", line 360, in set_dict
exec 'self.%s.set(value)' % kw
File "<string>", line 1, in <module>
File "/usr/share/sabnzbdplus/sabnzbd/config.py", line 164, in set
self._Option__set(int(value))
TypeError: int() argument must be a string or a number, not 'list'