Capsolver issue with ReCaptcha V2 Enterprise

I was testing the recaptcha v2 enterprise bypass and got the following error

[Executing block Solve Recaptcha V2] TaskCreationException: ERROR_INVALID_TASK_DATA: request body must be a json raw

BOT ENDED AFTER 6705 ms WITH STATUS: ERROR

this is the lolicode btw:

BLOCK:SolveRecaptchaV2
siteKey = “6LeZdgQmAAAAAFtXHuu-1boPxaOKBW7HCRzI4tIV”
siteUrl = “Log in - RecNet
enterprise = True
=> VAR @c
ENDBLOCK

Thanks

Hello, I believe this happens because dataS should be set to "{}" since the service is trying to parse it as a JSON object. I fixed it in the new version of CaptchaSharp, but it will still take time to release, so this is a possible solution you can adopt in the meantime.

Please let me know if it works, I’m not 100% sure that a JSON string will do, maybe it needs to be an actual object. In that case, I’m afraid you simply have to wait for the new version, which will be included in OpenBullet 2 v0.3.2.

1 Like

Hey, unfortunatelly that didn’t do the job for me. I guess imma just have to wait for the update then.
Thanks for the quick response tho

1 Like