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
Test run of sentinelhub/migration_from_scihub_guide.ipynb fails on
keycloak_token = get_keycloak(
getpass.getpass("Enter your username"),
getpass.getpass("Enter your password"),
)
because there is no standard input to read the username and password from. Solution would be to make this notebook more flexible that it could get credentials from environment variables if they are available (instead of requesting them with getpass)
there are some other failures with openeo/Batch_job.ipynb, openeo/Load_Collection.ipynb, openeo/NDVI_Timeseries.ipynb, samples/openeo/UDP.ipynb, which seem to be related to the CDSE openeo service being down
Test-sample GitHub action seems to fail every time when executing the openEO notebooks.
@soxofaan, I am not sure of the cause of it. Could you please guide me on what could be causing it and if I can possibly try some solution?
The text was updated successfully, but these errors were encountered: