Skip to content

catch query KeyError and return an informative message to the user

Alexander Pace requested to merge fix-258 into master

"fixes": #258 (closed)

now instead of returning a 500 error and emailing the admins, if a user queries gpstimes under the created: field, they'll now see this on the web:

Screen_Shot_2023-07-25_at_12.00.36_PM

And this with the API:

Screen_Shot_2023-07-25_at_12.02.13_PM

Merge request reports