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

Not accepting requests, throwing 500 error. #26

Open
romeojulietthotel opened this issue Nov 12, 2018 · 1 comment
Open

Not accepting requests, throwing 500 error. #26

romeojulietthotel opened this issue Nov 12, 2018 · 1 comment

Comments

@romeojulietthotel
Copy link

Running in develop mode.

AKAMATSU_CONFIG_FILE=./development.py akamatsu run

Request returns a 500 error.

[2018-11-12 14:18:27,221] ERROR in app: Exception on / [GET]
Traceback (most recent call last):
  File "/home/py/lib/python3.7/site-packages/flask/app.py", line 1813, in full_dispatch_request
    rv = self.dispatch_request()
  File "/home/py/lib/python3.7/site-packages/flask/app.py", line 1799, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
@rmed
Copy link
Owner

rmed commented Nov 17, 2018

Hi, I haven't updated the setup.py in a while, so some things may have broken over time. Try this:

AKAMATSU_CONFIG=development.py FLASK_APP=akamatsu:init_app flask run

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

2 participants