Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

AttributeError #72

Closed
Tothstar opened this issue Aug 6, 2014 · 3 comments
Closed

AttributeError #72

Tothstar opened this issue Aug 6, 2014 · 3 comments

Comments

@Tothstar
Copy link

Tothstar commented Aug 6, 2014

after the login:

Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1701, in call
return self.wsgi_app(environ, 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
response = self.full_dispatch_request()
File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1360, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python2.7/dist-packages/flask/app.py", 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_functionsrule.endpoint
File "/srv/lwp/lwp.py", line 100, in home
listx = lxc.listx()
File "/srv/lwp/lxclite/init.py", line 172, in listx
state = info(container)['state']
File "/srv/lwp/lxclite/init.py", line 127, in info
output=True).splitlines()
AttributeError: 'bool' object has no attribute 'splitlines'

@ElieDeloumeau
Copy link
Member

LXC 1.x ?

@Tothstar
Copy link
Author

Tothstar commented Aug 6, 2014

dpkg -l|grep lxc

ii liblxc1 1.0.4-0ubuntu0.1 amd64 Linux Containers userspace tools (library)
ii lxc 1.0.4-0ubuntu0.1 amd64 Linux Containers userspace tools
ii lxc-templates 1.0.4-0ubuntu0.1 amd64 Linux Containers userspace tools (templates)
ii python3-lxc 1.0.4-0ubuntu0.1 amd64 Linux Containers userspace tools (Python 3.x bindings)

@ElieDeloumeau
Copy link
Member

On http://lxc-webpanel.github.io/ :
LXC Web Panel supports any Ubuntu after 12.04. (LXC 0.7 to 0.9)

For more information about LWP for LXC 1.x : #69

Or you can try a fork : http://claudyus.github.io/LXC-Web-Panel/

Regards,
Elie.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants