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

All query's return fail #8

Open
shlomo20 opened this issue Jun 15, 2022 · 7 comments
Open

All query's return fail #8

shlomo20 opened this issue Jun 15, 2022 · 7 comments
Labels
possible-bug The issue is possibly a bug but needs either more information or additional investigation.

Comments

@shlomo20
Copy link

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 shlomo20 added the possible-bug The issue is possibly a bug but needs either more information or additional investigation. label Jun 15, 2022
@shlomo20 shlomo20 changed the title All query return fail All query's return fail Jun 15, 2022
@DB-db-dron
Copy link
Owner

Checked just now. Working...

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

@shlomo20
Copy link
Author

shlomo20 commented Jun 15, 2022

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.

@DB-db-dron
Copy link
Owner

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.

@shlomo20
Copy link
Author

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

@DB-db-dron
Copy link
Owner

DB-db-dron commented Jun 16, 2022

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

not able to access application logs.

@shlomo20
Copy link
Author

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

@DB-db-dron
Copy link
Owner

happening due traffic spikes....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible-bug The issue is possibly a bug but needs either more information or additional investigation.
Projects
None yet
Development

No branches or pull requests

2 participants