-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
High number search queries on off #5355
Comments
Hypothesis: Hidden in dev mode, we have the offline mode, which could be doing such queries, but we have never advertised it |
Just had this issue: when you go to the "welcome monsieurtanuki" page, we automatically compute the number of products you added, you modified, you photographed, you need to complete:
<!DOCTYPE html><html><head><meta name="robots" content="noindex"></head><body>
<h1>TOO MANY REQUESTS</h1>
<p>You are sending too many requests to our servers.</p><p>To know more about the rate limits we enforce, please refer to the <a href="https://openfoodfacts.github.io/openfoodfacts-server/api/#rate-limits">rate-limit section in our documentation</a>.</p>
<p>If you need to download data about a large number of products, it's preferable to <a href="https://world.openfoodfacts.org/data">download a data dump</a>. If this is unexpected, contact us on Slack or write us an email at <a href="mailto:[email protected]">[email protected]</a>.</p>
</body></html> |
We have a project to redesign this tab and I think we should do it, even without the real concept of "For me". |
@raphael0202 could you put the search parameters ? It would help us pinpoint which part of the app is faulty. |
No it's a POST request, we don't have access from nginx logs to the content |
I found out in the logs that Smoothie app may send a high amount of search queries in a short timeframe:
There is probably a bug underneath.
The text was updated successfully, but these errors were encountered: