-
Notifications
You must be signed in to change notification settings - Fork 2
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
404 error at download attempt #52
Comments
Hello, is there any other output you get before this error? Does "~/icews_data/" contain anything you did not put there, i.e. something Also, what is the output when you do this?: library(icews)
library(dplyr)
plan <- icews:::plan_file_changes("~/icews_data/")
plan %>% filter(action!="none") %>% head() %>% dput() |
Hi @tamirlibel, did you get it working? |
Going to close this since it seems it's not an issue anymore. |
Sorry for the late response!
The script you suggested gives the same error message. |
Congrats! Hope you are getting some sleep.
(EDIT: wups, didn't realize it would copy your email)
|
There have been some recent changes to the dataverse repo, this might be related to the new error. I just tried to update/download and also had an error because of a non-standard file name and non-ISO dates in one of the data files. In any case, could you try these and let me know what the output is? Also if you are still unable to download the data after this? remotes::install_github("andybega/icews")
packageVersion("dataverse")
packageVersion("icews")
packageVersion("dplyr")
foo = download_data("~/icews_data/", dryrun = TRUE)
foo
download_data("~/icews_data/") If that doesn't work, could you verify that you have a dataverse API key setup (see https://github.com/IQSS/dataverse-client-r)? I'm not sure if it's actually required as the dataverse documentation is not super clear on this, but if so I'll add it to the README here.
|
Thanks and sorry for the delay! I still don't have a dataverse API key but will try to get one over the next phase. |
Hi @tamirlibel,
|
I am running the following code in order to download the ICEWS data, drawing on the great answer for #51:
library("icews") library("dataverse") Sys.setenv("DATAVERSE_SERVER" = "dataverse.harvard.edu") download_data("~/icews_data/")
I receive the following error message:
I'll be grateful for any advice how to solve this.
The text was updated successfully, but these errors were encountered: