coronavirus-dashboard-api-python-sdk icon indicating copy to clipboard operation
coronavirus-dashboard-api-python-sdk copied to clipboard

latest_by="newCasesByPublishDate" not returning any data

Open keithellis74 opened this issue 3 years ago • 1 comments

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")

keithellis74 avatar Apr 22 '21 20:04 keithellis74

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.

jonathancychow avatar Apr 26 '21 14:04 jonathancychow