Closed vanatteveldt closed 1 year ago
Are we sure that that dataset had a CC0 step before this? I would have thought the CC0 setup would prevent downloading (unless we set a API key).
May be related to #131
@vanatteveldt your code is working on my end now. Can you verify?
get_dataframe_by_name("countypres_2000-2020.tab",
dataset = "10.7910/DVN/VOQCHQ",
server = "dataverse.harvard.edu")
Yes, it works, thanks/sorry!
I'm trying to download the
countypres_2000-2020.tab
file from https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/VOQCHQ&version=9.0, but since last week I'm getting HTTP 503 errors even though manual downloading does work.Note that you need to 'accept' the CC0 license before downloading, but this never caused an issue with dataverse before until last week (I use this in a classroom example, so I regularly have people download it).
Is there a way to solve this?
Please specify whether your issue is about:
If you are reporting (1) a bug or (2) a question about code, please supply:
traceback()
run immediately after the error occurssessionInfo()
Put your code here: