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

Code not working #380

Open
dnsynoptek opened this issue Nov 12, 2023 · 8 comments
Open

Code not working #380

dnsynoptek opened this issue Nov 12, 2023 · 8 comments
Labels

Comments

@dnsynoptek
Copy link

image
I have ran the code but it is not running after this. What could be the reason for the error. Anyone can pls help
image

@sarah-widder
Copy link
Contributor

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.

@dnsynoptek
Copy link
Author

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?

@sarah-widder
Copy link
Contributor

Can you send a screenshot of the behavior you're seeing in the app at http://127.0.0.1:5000/ ?

@dnsynoptek
Copy link
Author

Can you send a screenshot of the behavior you're seeing in the app at http://127.0.0.1:5000/ ?

image

Note - I have not entered parameters for Cosmo DB

@dnsynoptek
Copy link
Author

@sarah-widder any thoughts

@QuentinAd
Copy link

@dnsynoptek ,

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.

@ernestoguimaraes
Copy link

you can enable debug on Flask adding app.debug = True

Copy link

github-actions bot commented Feb 9, 2025

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants