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

Connection to https://www.datos.gov.co/api/... times out #1

Open
Bisaloo opened this issue Oct 24, 2024 · 0 comments
Open

Connection to https://www.datos.gov.co/api/... times out #1

Bisaloo opened this issue Oct 24, 2024 · 0 comments

Comments

@Bisaloo
Copy link

Bisaloo commented Oct 24, 2024

As reported by a PETs collaborator, and as confirmed on my side, this step:

url <- "https://www.datos.gov.co/api/views/gt2j-8ykr/rows.csv?accessType=DOWNLOAD"
df_covid19_col_full <- fread(url)

fails because of a time out, at least on connections from the EU. I have tried increasing the time out limit to 10 minutes but to no avail.

trying URL 'https://www.datos.gov.co/api/views/gt2j-8ykr/rows.csv?accessType=DOWNLOAD'
downloaded 240.0 MB

Error in download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress) :
download from 'https://www.datos.gov.co/api/views/gt2j-8ykr/rows.csv?accessType=DOWNLOAD' failed
In addition: Warning message:
In download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress) :
URL 'https://www.datos.gov.co/api/views/gt2j-8ykr/rows.csv?accessType=DOWNLOAD': Timeout of 600 seconds was reached

Because this is the first step in the pipeline, this means participants aren't able to run the pipelines presented here.

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