We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
TwoCaptcha::CaptchaUnsolvable: Captcha could not solve three different employee. Funds for this captcha not
The text was updated successfully, but these errors were encountered:
Turns out the enterprise is supposed to be a string but still the same response with enterprise: '1' sent in the request
enterprise: '1'
Sorry, something went wrong.
@razanjoshi Any chance you figured out what's up with the Enterprise support or found a better option?
No branches or pull requests
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,
I am getting this as the response.
TwoCaptcha::CaptchaUnsolvable: Captcha could not solve three different employee. Funds for this captcha not
The text was updated successfully, but these errors were encountered: