+51

RESOLVE - Ajenti Blank screen on panel after log

gandolfi 8 років тому оновлено Josho 4 роки тому 6

Hello,


If you have a problem with python and a blank screen when after your are logging on ajenti.

Maybe is ti a problem with ("Access-Control-Max-Age", 3600),


Go to


usr/share/pyshared/socketio/transports.py

usr/share/pyshared/socketio/handler.py


change


("Access-Control-Max-Age", 3600),

changing it to

("Access-Control-Max-Age", "3600"),


restart ajenti and python


i hope, it works after