0

Error after login

Mark Partridge 9 lat temu Ostatnio zmodyfikowane przez Hayley Houghton 4 lat temu 3
Hi,

I have just installed Ajenti on Ubuntu Server 15.04. I get the login page, but after I login the page hangs with the following error. Any suggestions what is wrong?....


File "/usr/local/lib/python2.7/dist-packages/gevent-1.1b5-py2.7-linux-x86_64.egg/gevent/pywsgi.py", line 690, in start_response
raise UnicodeError("The value must be a native string", header, value)
UnicodeError: ('The value must be a native string', 'Access-Control-Max-Age', 3600)
<Greenlet at 0x7f4abe22d870: _close_when_done(<socket at 0x7f4abdd9fd90 fileno=[Errno 9] Bad fil, ('127.0.0.1', 48458))> failed with UnicodeError


+3
getting blank screen after login?
have you tryed this one: http://support.ajenti.org/topic/201136-cannot-access-ajenti-on-port-8000/#comment-1608983

you are using gevent version 1.1b5, downgrade it to b3

# easy_install -U gevent==1.1b3
# sudo service ajenti restart

any better?

Nice blog. I would like to share it with my friends. I hope you will continue your works like this. Keep up the excellent work. You have a magical talent of holding readers mind. rospher It is something special which cant be given to everyone.

you are using gevent version 1.1b5, downgrade it to b3# easy_install -U gevent==1.1b3# sudo service ajenti restart