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

Recaptcha score not being fetched for large number of instances #451

Open
Apurva-Nagar opened this issue Sep 2, 2024 · 3 comments
Open

Comments

@Apurva-Nagar
Copy link

A lot of my users are getting blocked due to recaptcha failure. I was try to debug this, and found that for a large number of failures the recaptcha_reply value and score is null. It also isn't like no one is able to login, there is around a 75%+ login success rate.

@grosser
Copy link
Collaborator

grosser commented Sep 2, 2024

try to dump the recaptcha server response, maybe it's something specific we can retry on

@Apurva-Nagar
Copy link
Author

@grosser How would I do that? I assume recaptcha_reply is the response, which itself is null.

@grosser
Copy link
Collaborator

grosser commented Sep 10, 2024

override the method the gem adds with a copy that has more logging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants