FREAC / LABINS

A web mapping application created for the Florida Department of Environmental Protection to provide survey data for the state of Florida.
https://labins.org/map
0 stars 0 forks source link

more graceful error handling of services after 10PM #230

Open clintonlunn opened 2 years ago

clintonlunn commented 2 years ago

currently the user is able to see these errors after 10PM when they shut off

image

I am proposing we find a way to handle these errors more gracefully so that the user does not get exposed to this

@shodge17 thoughts?

shodge17 commented 2 years ago

when you get to working on this I want to talk about it first. As you have noted, its low priority, but I want to better understand the issue before we tackle it.

clintonlunn commented 2 years ago

What I mean is wrapping things in a try/catch block, where we catch this error in the catch block and silence it so the user doesn't see it. It might be more complicated than that, I haven't done much research into it yet, just always bothered me to see that.

You can also see a favicon error in there, that just means the icon isn't on the server (or in the wrong spot) where it can be found.