ExpDev07 / coronavirus-tracker-api

🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!
https://coronavirus-tracker-api.herokuapp.com
GNU General Public License v3.0
1.59k stars 323 forks source link

Errors: 503: Service Unavailable, 404 Not Found #487

Closed Bost closed 2 years ago

Bost commented 2 years ago
$ wget https://coronavirus-tracker-api.herokuapp.com/all
--2021-11-21 13:53:50--  https://coronavirus-tracker-api.herokuapp.com/all
Resolving coronavirus-tracker-api.herokuapp.com (coronavirus-tracker-api.herokuapp.com)... 34.241.115.67, 54.228.42.199, 54.78.134.111
Connecting to coronavirus-tracker-api.herokuapp.com (coronavirus-tracker-api.herokuapp.com)|34.241.115.67|:443... connected.
HTTP request sent, awaiting response... 503 Service Unavailable
2021-11-21 13:54:20 ERROR 503: Service Unavailable.

$ wget https://covid-tracker-us.herokuapp.com/all 
--2021-11-21 13:57:37--  https://covid-tracker-us.herokuapp.com/all
Resolving covid-tracker-us.herokuapp.com (covid-tracker-us.herokuapp.com)... 54.209.11.85, 54.209.33.231, 52.55.40.16, ...
Connecting to covid-tracker-us.herokuapp.com (covid-tracker-us.herokuapp.com)|54.209.11.85|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-11-21 13:57:38 ERROR 404: Not Found.
Bost commented 2 years ago

The https://coronavirus-tracker-api.herokuapp.com/all works now. The https://covid-tracker-us.herokuapp.com/all still returns 404: Not Found.

gtress commented 2 years ago

No such APP There's nothing here, yet.

Bost commented 2 years ago

No such APP There's nothing here, yet.

??? Eeeh. Sorry, what do you mean by that?

Kilo59 commented 2 years ago

I'm going to chalk this one up to a Heroku issue.