We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As reported by a PETs collaborator, and as confirmed on my side, this step:
pet-epi-notebooks/scripts/download_covid19_data.R
Lines 10 to 12 in de1e1c9
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As reported by a PETs collaborator, and as confirmed on my side, this step:
pet-epi-notebooks/scripts/download_covid19_data.R
Lines 10 to 12 in de1e1c9
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.
Because this is the first step in the pipeline, this means participants aren't able to run the pipelines presented here.
The text was updated successfully, but these errors were encountered: