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
Implement more sophisticated error handling when 3rd-party remote servers are down or are responding with error instead of query results. Include links to server status page so user can investigate and be informed when the issue is going to be resolved. For example for CMR https://status.earthdata.nasa.gov
This is mainly python client issue. If the server side gets request from the python client and is not able to open appropriate rasters it generates an exception which is propagated to the python client and the user.
The text was updated successfully, but these errors were encountered:
Implement more sophisticated error handling when 3rd-party remote servers are down or are responding with error instead of query results. Include links to server status page so user can investigate and be informed when the issue is going to be resolved. For example for CMR https://status.earthdata.nasa.gov
This is mainly python client issue. If the server side gets request from the python client and is not able to open appropriate rasters it generates an exception which is propagated to the python client and the user.
The text was updated successfully, but these errors were encountered: