austraits icon indicating copy to clipboard operation
austraits copied to clipboard

load_austraits broken

Open fontikar opened this issue 8 months ago • 4 comments

 at42 <- load_austraits(version = "4.2.0", path = "ignore/data", update = TRUE)
Error in open.connection(con, "rb") : 
  cannot open the connection to 'https://zenodo.org/api/records/?q=conceptrecid:3568417&all_versions=true'
In addition: Warning message:
In open.connection(con, "rb") :
  cannot open URL 'https://zenodo.org/api/records/?q=conceptrecid:3568417&all_versions=true': HTTP status was '404 Not Found'
>     res <- jsonlite::read_json("https://zenodo.org/api/records/?q=conceptrecid:3568417&all_versions=true",
+                                simplifyVector = T)
Error in open.connection(con, "rb") : 
  cannot open the connection to 'https://zenodo.org/api/records/?q=conceptrecid:3568417&all_versions=true'
In addition: Warning message:
In open.connection(con, "rb") :
  cannot open URL 'https://zenodo.org/api/records/?q=conceptrecid:3568417&all_versions=true': HTTP status was '404 Not Found'

Not sure what is going on, zenodo api had an upgrade, but their changelog doesn't seem to say anything that majorly affects us....

fontikar avatar Oct 16 '23 09:10 fontikar