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
At the moment, the underlying service used by the elevation service is down. There is nothing we can do about that, but we should return clean error message.
It seems like wget.download in the request_map function throws an HTTPError exception that is not handled. It seems in this particular case, I guess we should propagate a 502 error becasue that is the appropriate error. If we could display a somewhat clearer message, that would be good too.
The text was updated successfully, but these errors were encountered:
At the moment, the underlying service used by the elevation service is down. There is nothing we can do about that, but we should return clean error message.
It seems like wget.download in the request_map function throws an HTTPError exception that is not handled. It seems in this particular case, I guess we should propagate a 502 error becasue that is the appropriate error. If we could display a somewhat clearer message, that would be good too.
The text was updated successfully, but these errors were encountered: