christophergandrud / christophergandrud/imfr

problem with imf_ids

Open
#39 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
R
Stars
48
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Hey!

I first tried to get data via the IMFData package and few days ago it worked perfectly fine but now I have a error message when trying to request the data.
That is why I then tried the 'imfr' package. I downloaded it from the CRAN archive by using

library(devtools)
install_url('https://cran.r-project.org/src/contrib/Archive/imfr/imfr_0.1.9.1.tar.gz')

When requesting the list of database_IDs with

library(imfr)
imf_ids(return_raw = FALSE, times = 3)

Error in curl::curl_fetch_memory(url, handle = handle): Recv failure: Connection was reset
Request failed [ERROR]. Retrying in 1.9 seconds...
Error in curl::curl_fetch_memory(url, handle = handle): Recv failure: Connection was reset
Request failed [ERROR]. Retrying in 2.8 seconds...
Error in curl::curl_fetch_memory(url, handle = handle) :
Recv failure: Connection was reset

then a very similar error message appears as when using the IMFData package.

Any advise on how to fix this or comment is appreciated a lot!

Best regards

Julian

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.