gshs-ornl / wbstats

wbstats: An R package for searching and downloading data from the World Bank API
http://gshs-ornl.github.io/wbstats/
Other
127 stars 23 forks source link

wbstats::wbdatacatalog() triggers Error: API call executed successfully, but did not return expected json format #36

Open joachim-gassen opened 2 years ago

joachim-gassen commented 2 years ago

Hi all:

Thank you very much for this super useful package. It seems that since Tuesday (Feb, 8) the World Bank API acts up as at least for me calling wbdatactalog() yields

packageVersion("wbstats")
[1] ‘1.0.5.9000’
wbstats::wbdatacatalog()
Error: API call executed successfully, but did not return expected json format

For what it is worth the related API call (http://api.worldbank.org/v2/datacatalog?format=json) reports a data not found error (160) so it does not appear to return successfully.

Thanks for looking into this!

Joachim

jpiburn commented 2 years ago

Hi. Thank you for your patience. I will look into this and let you know what I find.