-
Notifications
You must be signed in to change notification settings - Fork 62
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
Internal server error #4
Comments
Hello @Jimmykimpo, Please specify the commands and python version. Before running the commands listed in the README please double-check the Python version: python --version On a Windows testbed this command shows |
I am on python 3.9.1. As for the commands, I copied and pasted the commands you have listed (making sure I chose the Windows options for the ones that apply). |
Hello,
We've re-test the kit (fresh install) on Windows and Linux (Ubuntu
18.04LTS). The codebase is ok.
Try to start the app in DEBUG mode:
Let us know your progress.
$ # Set up the DEBUG environment
$ # (Unix/Mac) export FLASK_ENV=development
$ # (Windows) set FLASK_ENV=development
$ # (Powershell) $env:FLASK_ENV = "development"
…On Mon, 11 Jan 2021 at 01:09, Jimmykimpo ***@***.***> wrote:
I am on python 3.9.1. As for the commands, I copied and pasted the
commands you have listed (making sure I chose the Windows options for the
ones that apply).
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMFUJGDBGVT7NN5VV42CDF3SZIXUNANCNFSM4V4VI33A>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I cloned this project and followed your YouTube video step by step however when I run it I get an Internal Server Error 500 on the browser. I followed all Windows commands required for setup.
The text was updated successfully, but these errors were encountered: