mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #277] [BUG] Captcha request on every page #188
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#188
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 @federicotorrielli on GitHub (Apr 10, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/277
Describe the bug

This page is now showing every time.
Deployment Method
runexecutableVersion of Whoogle Search
@guneydoganer commented on GitHub (Apr 10, 2021):
I can confirm I'm seeing this now as well. Also deployed to Heroku and with the latest build.
@guneydoganer commented on GitHub (Apr 10, 2021):
@federicotorrielli you might want to edit your/server IP address out of the image ;).
@federicotorrielli commented on GitHub (Apr 10, 2021):
It's heroku, it's a public one ;)
@github-ronk commented on GitHub (Apr 10, 2021):
Yes, same behavior here.
Until this is resolved, we can try the other Heroku zone (EU vs US) or maybe Repl.it .
@benbusby commented on GitHub (Apr 11, 2021):
This isn’t a Whoogle bug. Whoogle isn’t guaranteed to always circumvent Google’s captcha flag. For Heroku, there’s this script to quickly regenerate your Heroku instance. I run that in a cronjob that checks for a captcha and rebuilds the image, and that’s always worked for me.
There’s #211 for adding support for anti-captcha services, but I believe that would only apply to public instances.