Page 1 of 1

SABnzdb on unRAID

Posted: May 25th, 2014, 7:01 am
by Bikerznet
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:-
[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()
Don't know if this is a SABnzdb issue or a unRAID plugin issue, but hope someone can help

Re: SABnzdb on unRAID

Posted: May 25th, 2014, 10:58 am
by shypike
It looks like the program code and the web-ui templates don't match with each other.
Where did you get the package from?
How did you install?

Re: SABnzdb on unRAID

Posted: May 25th, 2014, 12:17 pm
by Bikerznet
Using the unRAID Control Panel plugin.

Re: SABnzdb on unRAID

Posted: May 25th, 2014, 12:40 pm
by shypike
OK, in that case you should check with whoever created that plugin.
It's wasn't created by us.

Re: SABnzdb on unRAID

Posted: May 25th, 2014, 1:19 pm
by Bikerznet
Sorted, just installed from the cli and works ok

Re: SABnzdb on unRAID

Posted: May 26th, 2014, 12:49 pm
by shypike
Great