worldbank / dkanr

General purpose R client to the DKAN Open Data platform
Other
7 stars 3 forks source link

Html along with json #9

Closed drkarthi closed 6 years ago

drkarthi commented 7 years ago

The create_node() sometimes returns some html along with the json output.

tonyfujs commented 7 years ago

Yes, I know about this issue. You are getting a parsing error when this happens, no? I think this might be an issue on the API side, but I'm not sure... And this is a tricky one because it happens randomly. Did you capture the error message you are getting when this happens?

drkarthi commented 7 years ago

Yes, it is happening randomly on several functions and does look like an error from the API side. Below is a screenshot of the error:

json_error

drkarthi commented 6 years ago

Error seems to be on the WB Data Catalog API side and is no longer occurring.