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
When running this code, a RequestError gets raised:
[...]
eodag.utils.exceptions.RequestError: ('Skipping error while searching for dedl StacSearch instance',
'400 Client Error: Bad Request for url: https://hda.data.destination-earth.eu/stac/search')
However this is missing details returned by the backend services.
[...]
2024-10-08 15:31:26,929 eodag.search.qssearch [DEBUG ] b'{"description":"1 error(s). datetime: Value error, Invalid datetime range, must match format (begin_date, end_date)"}'
[...]
This info should be included in the exception text.
The text was updated successfully, but these errors were encountered:
Example
When running this code, a
RequestError
gets raised:However this is missing details returned by the backend services.
If we run the same code with increased logging:
Then we can see useful details being logged:
This info should be included in the exception text.
The text was updated successfully, but these errors were encountered: