[solved] 500 internal server error after installing

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
chriss
Newbie
Newbie
Posts: 6
Joined: February 22nd, 2010, 4:26 pm

[solved] 500 internal server error after installing

Post 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?
Last edited by chriss on February 23rd, 2010, 3:09 am, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: 500 internal server error after installing

Post by shypike »

Clean your browser cache and remove any SABnzbd session cookies.
Other than that I wouldn't know.
chriss
Newbie
Newbie
Posts: 6
Joined: February 22nd, 2010, 4:26 pm

Re: 500 internal server error after installing

Post 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
Post Reply