Page 1 of 1

[solved] 500 internal server error after installing

Posted: February 22nd, 2010, 4:39 pm
by chriss
hello forum ;)

i´ve installed today sabnzbd on a ubuntu server (in real its a ubuntu-based complete server from http://www.ebox-platform.com/)
this server haves no gui and no local web server - so that the first config cannot be made like in the description

the installation from jcfp worked very well - thank you for this work!

well - after installing and configuring (~/.sabnzbd/sabnzbd.ini and /etc/default/sabnzbdplus) sabnzbdplus starts whitout an error
when i´m trying to open the website http://192.168.0.11:8880/sabnzb i get this error:

Code: Select all

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.5/Cookie.py", line 619, in load
    self.__ParseString(rawdata)
  File "/usr/lib/python2.5/Cookie.py", line 650, in __ParseString
    self.__set(K, rval, cval)
  File "/usr/lib/python2.5/Cookie.py", line 572, in __set
    M.set(key, real_value, coded_value)
  File "/usr/lib/python2.5/Cookie.py", line 451, in set
    raise CookieError("Illegal key value: %s" % key)
CookieError: Illegal key value: EBox::Auth_EBox
Powered by CherryPy 3.2.0
can someone tell me whats wrong?

Re: 500 internal server error after installing

Posted: February 22nd, 2010, 6:48 pm
by shypike
Clean your browser cache and remove any SABnzbd session cookies.
Other than that I wouldn't know.

Re: 500 internal server error after installing

Posted: February 23rd, 2010, 3:09 am
by chriss
shypike wrote: Clean your browser cache and remove any SABnzbd session cookies.
hi

it worked.
i had under the cookies on ebox-cookie. after deleting it i could open sabnzbd.

thx four your hint!

chriss