weatherDB icon indicating copy to clipboard operation
weatherDB copied to clipboard

All query's return fail

Open shlomo20 opened this issue 3 years ago • 7 comments
trafficstars

hi, it seems that a bug or something else has caused your API to always return with "Status" : failed.

examples: https://weatherdbi.herokuapp.com/data/weather/brooklyn https://weatherdbi.herokuapp.com/data/weather/miami { "status": "fail", "message": "invalid query", "query": "brooklyn", // or "miami" "code": 0, "visit": "https://weatherdbi.herokuapp.com/documentation/v1" }

can you please look into this thank you

shlomo20 avatar Jun 15 '22 11:06 shlomo20

Checked just now. Working...

It will be great if you can mention the time (keep in mind time zone) when this happened.

DB-db-dron avatar Jun 15 '22 22:06 DB-db-dron

thank for the quick response.

yes, it is working now .....

the error's happened on 06/15/2022 around 7:25 AM Eastern Daylight Time zone (in New York, NY)

thanks for looking into this and maintaining such a good API for free.

shlomo20 avatar Jun 15 '22 23:06 shlomo20

There are one or two exceptions that occur during the period of high rate of requests to the API like in this case. These unhandled exceptions returns a "invalid query" response. But this can be a server side error. The error handling will be improved soon.

I am working on some major features, which will be rolled out once most of them are ready. This also includes better error handling.

Thanks for informing about the incident.

DB-db-dron avatar Jun 16 '22 03:06 DB-db-dron

hi, this just happened now again

// 2022 06/16/ 11:59:26 // https://weatherdbi.herokuapp.com/data/weather/london

{ "status": "fail", "message": "invalid query", "query": "london", "code": 0, "visit": "https://weatherdbi.herokuapp.com/documentation/v1" }

shlomo20 avatar Jun 16 '22 16:06 shlomo20

https://status.heroku.com/incidents/2439

not able to access application logs.

DB-db-dron avatar Jun 16 '22 16:06 DB-db-dron

Still ongoing Tha huroko issue should be resolved now

// 2022/06/16 14:51:25 // https://weatherdbi.herokuapp.com/data/weather/london { "status": "fail", "message": "invalid query", "query": "london", "code": 0, "visit": "https://weatherdbi.herokuapp.com/documentation/v1" }

shlomo20 avatar Jun 16 '22 18:06 shlomo20

happening due traffic spikes....

DB-db-dron avatar Jun 17 '22 06:06 DB-db-dron