lxc-webpanel / LXC-Web-Panel

LXC Web Panel repository
http://lxc-webpanel.github.io/
MIT License
573 stars 206 forks source link

Problem internal server error #108

Open lakstick opened 7 years ago

lakstick commented 7 years ago

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.

ElieDeloumeau commented 7 years ago

Need versions of :

cayetano commented 7 years ago

I have same issue

Reagards

ecapuano commented 7 years ago

Same here. 500 Internal Server Error

The very first access, I arrived on actual login screen. Submitted credentials and it's been 500'ing every since, even after restarting lwp multiple times and even restarting the entire system.

lwp: 0.2 - installed today lxc: 2.0.10 os: Ubuntu 16.04 x64 minimal

ecapuano commented 7 years ago

FWIW, I killed the service and ran lwp.py manually to see if I could get any useful output to stdout, but nothing useful except confirmation of the 500s...

root@lxd-host:/srv/lwp# python lwp.py
 * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
10.10.0.112 - - [17/Jul/2017 17:13:41] "GET / HTTP/1.1" 500 -
10.10.0.112 - - [17/Jul/2017 17:13:43] "GET / HTTP/1.1" 500 -
ghost commented 7 years ago

Same for me: LWP fresh from github LXC 2.0.8 Ubu 16.04.2 LTS server error occurs upon Apply in a Container's settings.

ElieDeloumeau commented 7 years ago

LWP 0.2 doesn't support LXC after 0.9 you need to wait or test for the new version (only rest for the moment https://github.com/lxc-webpanel/lxc-rest)

iamra commented 7 years ago

bummer man, looks so good!

dagelf commented 7 years ago

Theres also a fork that puports to run on Ubuntu 14.04... but doesn't on 16.04. https://github.com/claudyus/LXC-Web-Panel ... The irony here is that docker will probably be your best bet, but if you can run docker you probably don't need lxc.

helmi-selmi commented 6 years ago

The solution is the following : git clone --recursive https://github.com/lxc-webpanel/lxc-rest.git apt install python3-lxc cd lxc-rest pip install -r requirements.txt