infosimples/deathbycaptcha

The captcha is empty or invalid for type=4

Closed this issue · 7 comments

dvaks commented

captcha = client.decode!(type: 4, token_params: {
googlekey: "6LdFNUwUAAAAAKsySNY-VieGpFDe572mZj4wBDLC",
pageurl: "https://resilienceacademy.com/free_month",
})

DeathByCaptcha::InvalidCaptcha:
The captcha is empty or invalid

This site has the Invisible ReCaptcha v2, not a regular ReCaptcha v2.

dvaks commented

any way to be able use library in my situation?

Can you use https://github.com/infosimples/two_captcha?

We are not fully testing/supporting reCAPTCHA V2 with DBC client yet.

Running into the same problem as the original poster. Is it the issue with DBC or this gem?

Hello, having this issue in May 2020.

To confirm, the issue is the site has the Invisible ReCaptcha v2, not a regular ReCaptcha v2.

And at least as of 2019, the gem did not support ReCaptcha v2? How about now?

Thanks in advance, everyone.

We recommend migrating to this: https://github.com/infosimples/two_captcha

Thanks, ended up migrating, and works great!