Page 1 of 1

Error on QNAP NAS

Posted: January 28th, 2017, 1:30 pm
by henningdalgaard
Running lastest firmware on qnap 259 nas (x86). I installed python and GIT - I get the following error trying to access sabnzb page on port 8800:

400 Bad Request

Illegal cookie name plushHistPerPage

Traceback (most recent call last):
File "/share/HDA_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cprequest.py", line 635, in respond
self.process_headers()
File "/share/HDA_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cprequest.py", line 737, in process_headers
raise cherrypy.HTTPError(400, msg)
HTTPError: (400, 'Illegal cookie name plushHistPerPage')
Powered by CherryPy 8.1.2


What am I doing wrong?

Re: Error on QNAP NAS

Posted: January 28th, 2017, 3:39 pm
by safihre
You should clear all your cookies for your sabnzbd URL in your browser.

Re: Error on QNAP NAS

Posted: January 29th, 2017, 5:36 am
by henningdalgaard
perfect - that helped