You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently encountered this error while using OpenStreetMaps (OSM) reverse geocoding. OSM was down at the time and as a result I saw the following in my console:
=> Meteor server restarted
=> Exited with code: 1
=> Meteor server restarted
=> Exited with code: 1
=> Meteor server restarted
=> Exited with code: 1
=> Meteor server restarted
=> Exited with code: 1
=> Meteor server restarted
=> Exited with code: 1
=> Meteor server restarted
=> Exited with code: 1
=> Meteor server restarted
The UI appeared to be hanging. Digging deeper I saw this in the logs:
There doesn't seem to be a way to gracefully handle an uncaughtException error. It seems like the geocoder my not be properly handling errors thrown by a geocoder provider.
Thanks.
The text was updated successfully, but these errors were encountered:
I recently encountered this error while using OpenStreetMaps (OSM) reverse geocoding. OSM was down at the time and as a result I saw the following in my console:
The UI appeared to be hanging. Digging deeper I saw this in the logs:
There doesn't seem to be a way to gracefully handle an uncaughtException error. It seems like the geocoder my not be properly handling errors thrown by a geocoder provider.
Thanks.
The text was updated successfully, but these errors were encountered: