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
Auth type: database
Traceback (most recent call last):
File "./bin/lwp", line 22, in
from lwp.app import app, DEBUG
File "/home/pi/gantry/gantryenv/lib/python3.5/site-packages/lwp-0.11b1-py3.5.egg/lwp/app.py", line 12, in
from lwp.views import main, auth, api
File "/home/pi/gantry/gantryenv/lib/python3.5/site-packages/lwp-0.11b1-py3.5.egg/lwp/views/main.py", line 26, in
private_token = config['api']['token']
File "/usr/lib/python3.5/configparser.py", line 956, in getitem
raise KeyError(key)
KeyError: 'api'
The text was updated successfully, but these errors were encountered:
(gantryenv) pi@retropie:~/gantry/LXC-Web-Panel $ ./bin/lwp
Traceback (most recent call last):
File "./bin/lwp", line 22, in
from lwp.app import app, DEBUG
File "/home/pi/gantry/gantryenv/lib/python3.5/site-packages/lwp-0.11b1-py3.5.egg/lwp/app.py", line 12, in
from lwp.views import main, auth, api
File "/home/pi/gantry/gantryenv/lib/python3.5/site-packages/lwp-0.11b1-py3.5.egg/lwp/views/main.py", line 26, in
private_token = config['api']['token']
File "/usr/lib/python3.5/configparser.py", line 956, in getitem
raise KeyError(key)
KeyError: 'api'
The text was updated successfully, but these errors were encountered: