Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config['api']['token'] exception on first run #10

Open
rkkoszewski opened this issue Jan 4, 2019 · 0 comments
Open

config['api']['token'] exception on first run #10

rkkoszewski opened this issue Jan 4, 2019 · 0 comments

Comments

@rkkoszewski
Copy link

(gantryenv) pi@retropie:~/gantry/LXC-Web-Panel $ ./bin/lwp

  • 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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant