Closed RodionQNX closed 7 years ago
Could you send a reproducible example? That would help a lot.
This is actually standard request: library(imfr) packageVersion("imfr") [1] ‘0.1.4’
rates <- imf_data(database_id = 'IFS', indicator = c('PCPI_IX', 'FPOLM_PA','LUR_PT'), freq = 'M', start = 2010, print_url=TRUE)
Downloading: 190 B
Show Traceback
Error: lexical error: invalid char in json text.
Hi there, same problem here!
Loading required package: imfr
packageVersion("imfr") [1] ‘0.1.4’
real_ex <- imf_data(database_id = 'IFS', indicator = 'EREER_IX', country = c('CN', 'GB'), freq = 'A') Downloading: 170 B
Error: lexical error: invalid char in json text.Request Reje (right here) ------^
Is it still a problem?
Sometimes the IMF end goes down, but I am now able to successfully complete these requests.
I'll close this issue, but feel free to reopen if still a problem.
Probably I'm doing something wrong, but I started to get the same error discussed in the previous issue: Error: lexical error: invalid char in json text.