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

httr Error in curl::curl_fetch_memory(url, handle = handle) #757

Open
analyzer79 opened this issue Nov 20, 2024 · 0 comments
Open

httr Error in curl::curl_fetch_memory(url, handle = handle) #757

analyzer79 opened this issue Nov 20, 2024 · 0 comments

Comments

@analyzer79
Copy link

analyzer79 commented Nov 20, 2024

I was using httr until recently to connect to a Workday report. However, yesterday I started running into the following error:

Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached [wd3-services1.myworkday.com]: Operation too slow. Less than 1 bytes/sec transferred the last 600 seconds

I believe that the curl package has had some update recently that can be the cause of the issue. The report takes around 20 minutes to give a response, and it was working fine just until a week ago. According to cran curl package was updated as of November 14th 2024. Before that the script was working fine, however this error started appearing yesterday (November 19th 2024)

Using httr2, generates the same problem:

! Failed to perform HTTP request.
Caused by error in curl::curl_fetch_memory():
! Timeout was reached [wd3-services1.myworkday.com]: Operation too slow. Less than 1 bytes/sec transferred the last 600 seconds

UPDATE ----

Downgrading from curl versions (6.0.0 or 6.0.1) to curl version 5.2.3 fixes the issue

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

1 participant