LXC-Web-Panel
LXC-Web-Panel copied to clipboard
Internal Server Error
hello,
I'm under ubuntu trusty + lxc1.0
I start the automatic installation of lwp .
After login in browser, I get the following error:
Internal Server Error
The server Encountered an internal error and Was Unable to complete your request . Either the server is overloaded or there is an error in the application.
in debug mode I have the following messages:
Traceback ( most recent call last ) :
File " / usr/local/lib/python2.7/dist-packages/flask/app.py " , line 1701 , in __ call__
return self.wsgi_app ( approximately start_response )
File " / usr/local/lib/python2.7/dist-packages/flask/app.py " , line 1689 , in wsgi_app
response = self.make_response ( self.handle_exception ( e) )
File " / usr/local/lib/python2.7/dist-packages/flask/app.py " , line 1687 , in wsgi_app
self.full_dispatch_request response = ()
File " / usr/local/lib/python2.7/dist-packages/flask/app.py " , line 1360, in full_dispatch_request
rv = self.handle_user_exception ( e)
"/ Usr/local/lib/python2.7/dist-packages/flask/app.py " file , line 1358 , in full_dispatch_request
rv = self.dispatch_request ()
File " / usr/local/lib/python2.7/dist-packages/flask/app.py " , line 1344 , in dispatch_request
return self.view_functions [ rule.endpoint ] ( req.view_args ** )
File " / srv / lwp / lwp.py " , line 63, in home
Listx lxc.listx = ()
File " / srv / lwp / lxclite / __init__.py " , line 117, in Listx
state = info ( container) [ 'state' ]
File " / srv / lwp / lxclite / __init__.py " , line 83, in info
_run output = (' lxc -info- qn { }'. file ( container) , output = True). splitlines ()
AttributeError : ' bool ' object Has No attribute ' splitlines '
currently it does a solution to this error ?
thank you
ok the problem is solved I just followed the instructions from post # 36
@philuser could you provide direct link to this instruction? I can't find post 36. I don't know if you mean pull request or something else.
https://github.com/lxc-webpanel/LXC-Web-Panel/issues/36
yes, i found it. Thanks. Although post 36 was for me a little redundant :) What is important it's fixed. Thanks ;)