mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #580] Ratelimited #370
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#370
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gaditano66 on GitHub (Dec 15, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/580
Hello, I still don't know how to solve this problem, all was working ok until today that I received this message when trying to use Whoogle.
Thanks
@xaabi6 commented on GitHub (Dec 15, 2021):
Hi, are you deploying Whoogle or using any of the available public instances?
@gaditano66 commented on GitHub (Dec 15, 2021):
Yes, of course, installed but only to some friends and myself in a limited server
@xaabi6 commented on GitHub (Dec 15, 2021):
Because your server is beeing shared between you and your friends, it's probably generating lots of requests from the same IP address and this may lead to a rate-limited instance.
I would say that any instance should be able to handle "big groups" (that's why public instances are for) but I'm sorry to say that I can't help you solving this problem because I'm not sure how could I do it.
@gaditano66 commented on GitHub (Dec 15, 2021):
Thank you anyway.
@DUOLabs333 commented on GitHub (Dec 16, 2021):
You could try
@gaditano66 commented on GitHub (Dec 16, 2021):
No, it doesn't work. I suppose Google has to take part on it.
Thanks
@nakoo commented on GitHub (Dec 20, 2021):
#558 Same issue.
@arunsathiya commented on GitHub (Dec 20, 2021):
I ran into the same issue on replit. Stopped that instance and spun a new one, all good now.
@gaditano66 commented on GitHub (Dec 20, 2021):
I did it in the same domain but different subdomain and the result is the same: not working.
I think Google block my IP or entire domain.
@benbusby commented on GitHub (Dec 24, 2021):
A potential fix has been pushed for #558, which is the same issue as this one. Some users have experienced increased rate-limiting when the country param is set (which it previously was set by default). The default value has been removed, and the param will no longer be sent.
This may or may not be related to your issue. Ultimately getting ratelimited isn't really something Whoogle can help with, since there's an enormous number of possibilities for getting blocked. I can address issues like the country param one, but that'll never be a guarantee that you won't get ratelimited.