Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RemoteDisconnected: Remote end closed connection without response #25

Open
Pratichhya opened this issue Aug 29, 2023 · 1 comment
Open

Comments

@Pratichhya
Copy link
Contributor

Pratichhya commented Aug 29, 2023

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?

@soxofaan
Copy link
Contributor

soxofaan commented Sep 5, 2023

e.g. looking at run https://github.com/eu-cdse/notebook-samples/actions/runs/6008631404

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants