Hi, I've noticed something quite strange. I'm running Ubuntu 10.10, with Zabbix 1.8.2. I also have sabnzbd installed. If I go to the web interface of sabnzbd whilst I have Zabbix open in another tab, looking at any of the pages in 'configuration', I get this error:
In this case I was looking at the host groups page, and I see "cb_/zabbix/hostgroups.php_parts" at the bottom. If I'm on the items page, that hostgroups is replaced by 'items'. If I go back to the Zabbix dashboard and reload the sabnzbd page, it loads fine.
Is this a problem with sabnzbd, or with Zabbix? I presume it's Zabbix setting cookies incorrectly. What can I do about this?
Code:
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 593, in respond
self.process_headers()
File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 661, in process_headers
self.cookie.load(value)
File "/usr/lib/python2.6/Cookie.py", line 627, in load
self.__ParseString(rawdata)
File "/usr/lib/python2.6/Cookie.py", line 660, in __ParseString
self.__set(K, rval, cval)
File "/usr/lib/python2.6/Cookie.py", line 580, in __set
M.set(key, real_value, coded_value)
File "/usr/lib/python2.6/Cookie.py", line 455, in set
raise CookieError("Illegal key value: %s" % key)
CookieError: Illegal key value: cb_/zabbix/hostgroups.php_parts
Is this a problem with sabnzbd, or with Zabbix? I presume it's Zabbix setting cookies incorrectly. What can I do about this?
Comment