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

Improve error handling #15

Open
jeremyd2019 opened this issue Dec 30, 2022 · 0 comments
Open

Improve error handling #15

jeremyd2019 opened this issue Dec 30, 2022 · 0 comments

Comments

@jeremyd2019
Copy link
Contributor

Right now, basically no errors are caught, leaving them to be caught by flask. When debug is turned off (which it should be in production), a generic 500 error page will be returned, and the stack trace will go to a server log somewhere.

This project was mostly a proof-of-concept from my standpoint. I am no web developer and was not pretending to be, I just picked a python web framework pretty arbitrarily, grabbed some tutorial code for it, and grafted the github api calls I was actually interested in onto it. As such, this is missing all of the spit-and-polish that a real live web app ought to have, like proper error handling and reporting.

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