Solve ReCaptcha V2 Error 404

hey community
i need help with the recaptcha solver
somehow im getting a 404 Error eventho the url seems to be correct
could anyone help ?


1 Like

I guess there is a problem with ob2 finding the path to chrome.exe

Im running ob2 on a debian linux VS

Do i have to install chrome on my linux system. And take this path for openbullet puppeteer ?

Thx in advance.

yes u need chrome puppeteer works whith chrome.

1 Like

Puppeteer is now working still im somehow gettimg a 404 Error

What could be wrong with the URL ?

yes i think is wrong url.

maybe have an idea where i can find the right site url to a recaptcha v2

BLOCK:PuppeteerOpenBrowser
ENDBLOCK

BLOCK:PuppeteerNavigateTo
  url = "https://recaptcha-demo.appspot.com/recaptcha-v2-checkbox.php"
ENDBLOCK

BLOCK:SolveRecaptchaV2
  siteKey = "6LfW6wATAAAAAHLqO2pb8bDBahxlMxNdo9g947u9"
  siteUrl = "https://recaptcha-demo.appspot.com/recaptcha-v2-checkbox.php"
  => VAR @SOLUTION
ENDBLOCK

BLOCK:PuppeteerExecuteJs
  expression = $"document.getElementById('g-recaptcha-response').innerHTML = '<SOLUTION>';"
  => VAR @puppeteerExecuteJsOutput
ENDBLOCK

BLOCK:PuppeteerSubmit
  findBy = Selector
  identifier = "form"
ENDBLOCK