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

Send failure: Connection was reset #42

Closed
dominicroye opened this issue Sep 11, 2019 · 1 comment
Closed

Send failure: Connection was reset #42

dominicroye opened this issue Sep 11, 2019 · 1 comment

Comments

@dominicroye
Copy link

I'm trying to get a request but each time I only get this message (after a short time).

- timeout set to 1.0 hours
Error in curl::curl_fetch_memory(url, handle = handle) : 
  Timeout was reached: Send failure: Connection was reset

The thing is that on cds.climate.copernicus the request is still in progress. Any idea what to do?

@khufkens
Copy link
Member

This is normal behaviour, the process will wait for 1 hour and then quit (as indicated by the error). This prevents the process from hogging a session or terminal. You can change the time out value in wf_request() to your own setting if your data is larger, or CDS is slow for this data or day.

See the documentation on on wf_request() here: https://khufkens.github.io/ecmwfr/reference/wf_request.html

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