worldbank / pddcs

pddcs: fetch raw data from different sources and prepare datasets for upload to DCS.
https://worldbank.github.io/pddcs/
Other
1 stars 1 forks source link

Improve handling of web queries that fail #2

Open Aeilert opened 3 years ago

Aeilert commented 3 years ago

Consider adding more helpful error message when GET queries fail, e.g because of 400 or 500 type errors.

WHO's API is currently in maintenance mode and leading to this unhelpful message: Error in open.connection(con, "rb") : HTTP error 503.

image