imfr icon indicating copy to clipboard operation
imfr copied to clipboard

Error: Recv failure: Connection was reset

Open MislavSag opened this issue 2 years ago • 0 comments

I am trying to retrieve DOT data from IMF using:

imf_app_name("imf")
dot_raw <- imf_dataset(
  database_id = "DOT",
  freq = "A",
  ref_area = c("US", "CN", "B0"),
  indicator = c("TXG_FOB_USD", "TMG_CIF_USD"),
  counterpart_area = c("US", "CN", "B0")
)

but for 3 days now I am getting an error:

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

Does anybody know what this error means? It semms like IMF problem but I am not sure.

MislavSag avatar Nov 13 '23 09:11 MislavSag