diff --git a/openeo/rest/connection.py b/openeo/rest/connection.py index 8aa95210c..7840e1f66 100644 --- a/openeo/rest/connection.py +++ b/openeo/rest/connection.py @@ -1371,7 +1371,7 @@ def load_stac( try: cube.metadata = metadata_from_stac(url) except Exception: - _log.warning("Python client could not read band metadata from URL.") + _log.warning(f"Failed to extract cube metadata from STAC URL {url}", exc_info=True) return cube def load_ml_model(self, id: Union[str, BatchJob]) -> MlModel: