You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
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'
The text was updated successfully, but these errors were encountered:
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)
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'
The text was updated successfully, but these errors were encountered: