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

500 error loading /list_plugins #98

Open
thaeli opened this issue Dec 7, 2017 · 0 comments
Open

500 error loading /list_plugins #98

thaeli opened this issue Dec 7, 2017 · 0 comments

Comments

@thaeli
Copy link
Contributor

thaeli commented Dec 7, 2017

Running master branch, out of the box:

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
  File "/app/env/lib/python3.4/site-packages/cherrypy/_cprequest.py", line 631, in respond
    self._do_respond(path_info)
  File "/app/env/lib/python3.4/site-packages/cherrypy/_cprequest.py", line 690, in _do_respond
    response.body = self.handler()
  File "/app/env/lib/python3.4/site-packages/cherrypy/lib/encoding.py", line 221, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/app/env/lib/python3.4/site-packages/cherrypy/_cpdispatch.py", line 60, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/app/sideboard/lib/_cp.py", line 162, in renderer
    output = method(self, *args, **kwargs)
  File "/app/sideboard/server.py", line 75, in list_plugins
    plugin_info[plugin]['paths'].append(path)
KeyError: 'sideboard'
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