coronavirus-dashboard-api-python-sdk
coronavirus-dashboard-api-python-sdk copied to clipboard
latest_by="newCasesByPublishDate" not returning any data
I've had a script running for a while now, pulling down the latest data. However in the last couple of days the script has been hanging. I have tracked it down to the latest_by="newCasesByPublishDate"
portion. If I remove this, it returns all the data, but I am no longer able to just pull in the latest data. Any idea what is going on?
The api call looks like
api = Cov19API(
filters=filter,
structure=structure,
latest_by="newCasesByPublishDate")
Same here. It happened since 19/4. It stopped my dashboard from working, it would be nice if we know such change of behaviour in advance.