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

Issue when solving Recaptcha Enterprise #10

Open
razanjoshi opened this issue May 17, 2021 · 2 comments
Open

Issue when solving Recaptcha Enterprise #10

razanjoshi opened this issue May 17, 2021 · 2 comments

Comments

@razanjoshi
Copy link

Hello,

We are seeing a new version of recaptcha which is enterprise but looks exact same as V2 with the checkbox. As per the documentation https://2captcha.com/2captcha-api#solving_recaptcha_enterprise,

       def solved_captcha
          @solved_captcha ||= two_captcha_client.decode_recaptcha_v2!(two_captcha_payload)
        end
        
        def two_captcha_payload
          {
            googlekey: sitekey,
            pageurl: @browser.url,
            enterprise: 1,
          }
        end

I am getting this as the response.
TwoCaptcha::CaptchaUnsolvable: Captcha could not solve three different employee. Funds for this captcha not

image

@razanjoshi
Copy link
Author

Turns out the enterprise is supposed to be a string but still the same response with enterprise: '1' sent in the request
image

@MikhailSamolinov
Copy link

@razanjoshi Any chance you figured out what's up with the Enterprise support or found a better option?

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