mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #225] [BUG] <brief bug description> #158
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#158
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 @Rekulous on GitHub (Mar 17, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/225
Whoogle is telling me that unusual traffic is coming from my PC (I'm using a VPN) and I'm not getting a captcha to fix this. I am using Docker and this just started happening to me now.
Steps to reproduce the behavior:
My Deployment method was using Docker.
Version of Whoogle Search
Latest build from GitHub I think, I'm not so sure.
Additional context
I was using Whoogle but then re-installed it.
Screenshot:

@ghost commented on GitHub (Mar 18, 2021):
the IP your VPN is using is most likely blacklisted, so google's ratelimiting/blocking requests from it. this isn't a bug, this is just google being shit.
@benbusby commented on GitHub (Mar 18, 2021):
Yeah, Google has gotten pretty aggressive with blocking VPNs lately it seems. Unfortunately the only foreseeable solution will be either #211 (which will mostly apply to publicly deployed instances) or deploying to an external server with lower traffic. The Heroku deployments seem to generally do pretty well with avoiding captchas, same with Repl.it, and I've had good luck with Whoogle instances running on Digital Ocean servers.
Alternatively if your VPN provider allows it, you could try selecting a lower traffic server, since these occasionally are able to fly under the radar a bit better. Not ideal, but there's not a lot of other options.