wtbenica / InfiniteLongbox

0 stars 0 forks source link

handle server errors #84

Open wtbenica opened 3 years ago

wtbenica commented 3 years ago

app should not crash on 500 or 404 errors (or any others, for that matter)

wtbenica commented 3 years ago

404, 414 have been taken care of. Just got a couple 500 errors (with exceptions), and not sure why. Might have been a fluke, but shows need for some more exception checks. Also, I looked into automatic crash reporting. there are open source libraries for that to look in to.