SABnzdb on unRAID
Posted: May 25th, 2014, 7:01 am
I have installed this on a new unRAID server and have set everything up, tested my servers connect etc, but when I try to add an nzb file to start a download I am getting errors!
The errors I am getting are:-
The errors I am getting are:-
Don't know if this is a SABnzdb issue or a unRAID plugin issue, but hope someone can help[25/May/2014:12:38:46] HTTP Traceback (most recent call last): File "/boot/config/plugins/cherrypy/_cprequest.py", line 660, in respond response.body = self.handler() File "/boot/config/plugins/cherrypy/lib/encoding.py", line 193, in __call__ self.body = self.oldhandler(*args, **kwargs) File "/boot/config/plugins/cherrypy/_cpdispatch.py", line 25, in __call__ return self.callable(*self.args, **self.kwargs) File "/boot/config/plugins/sabnzbd/interface.py", line 413, in tapi return api_handler(kwargs) File "/boot/config/plugins/sabnzbd/api.py", line 101, in api_handler response = _api_table.get(mode, _api_undefined)(name, output, kwargs) File "/boot/config/plugins/sabnzbd/api.py", line 317, in _api_addfile size = len(name.value) TypeError: object of type 'NoneType' has no len()