-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Code not working #380
Comments
What do you mean by it's not running? If you go to http://127.0.0.1:5000 in your browser you should see the running app. |
I ran the app but after above 3 messages in above image. Code is not working there after. Can you suggest what could be the reason? |
Can you send a screenshot of the behavior you're seeing in the app at http://127.0.0.1:5000/ ? |
![]() Note - I have not entered parameters for Cosmo DB |
@sarah-widder any thoughts |
There are many possible reasons why it would not work, it is hard to pinpoint without more details on how you setup up your environment for running the app. In your browser, you may diagnose the issue using 'Developer Tools' and looking into the console for any reported errors. I also see that you have the 'Debug mode: off' in your first screenshot. It may help to enable the debug mode to nail down the potential causes of your issue, but that may require adding some logging to the app.py and you may not have to go that far. Check online how to add logging to a Flask app. |
you can enable debug on Flask adding app.debug = True |
This issue is stale because it has been open for 30 days with no activity. |
I have ran the code but it is not running after this. What could be the reason for the error. Anyone can pls help
The text was updated successfully, but these errors were encountered: