Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recovered Cases are empty #198

Closed
haxzie opened this issue Mar 26, 2020 · 2 comments
Closed

Recovered Cases are empty #198

haxzie opened this issue Mar 26, 2020 · 2 comments
Labels
question Further information is requested

Comments

@haxzie
Copy link

haxzie commented Mar 26, 2020

API response for Recovered cases are empty.
Checked in both

https://coronavirus-tracker-api.herokuapp.com/recovered

and

https://coronavirus-tracker-api.herokuapp.com/all

both returns empty array.

Sample response

{
   "last_updated":"2020-03-26T08:04:25.856718Z",
   "latest":0,
   "locations":[

   ],
   "source":"https://github.com/ExpDev07/coronavirus-tracker-api"
}
@ExpDev07
Copy link
Owner

This is due to a bug in JHU’s (our data provider) file that lists data for recoveries. Once it gets fixed it should start working again.

@ExpDev07 ExpDev07 added the question Further information is requested label Mar 26, 2020
@ExpDev07
Copy link
Owner

#161

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants