instedd / oasis

UCSD Oasis platform
5 stars 4 forks source link

World API data retrieval needs to include KeyError in exceptions for bad data #341

Closed alex-wenzel closed 3 years ago

alex-wenzel commented 3 years ago

It looks like it's possible for https://api.covid19api.com/summary to return a valid JSON error message, so a KeyError needs to be added to the current requests exceptions.

image