question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] Recaptcha plugin is only retrieving some of the recaptchas on the site

See original GitHub issue

Describe the bug

Hello,

I’m using the plugin puppeteer-extra-plugin-recaptcha, but the method page.findRecaptchas() its only finding 1 of 4 recaptchas on the site. This site uses reCAPTCHA v2. I also tried to wait for more time until the page fully reloads, and i also try to find recaptchas frame by frame.

Any feedback?

Code Snippet


Versions

“puppeteer”: “^9.0.0”, “puppeteer-extra-plugin-recaptcha”: “^3.3.10”, “puppeteer-extra-plugin-stealth”: “^2.7.7”

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
berstendcommented, Apr 28, 2021

(the issue from @saimfd is resolved - the site in question switched to recaptcha.net which requires the latest recaptcha plugin to be used)

I could confirm the issue @notsofunctional reported and found a bug in the deduplication code that can result in not all recaptchas being detected when multiple are present and a couple of other things to optimize, new version with fixes will be ready soon.

0reactions
berstendcommented, May 7, 2021

@notsofunctional apologies for the slight delay, #496 has just landed and released as puppeteer-extra-plugin-recaptcha@3.4.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

Recaptcha V3 causing form to not work on 5.2 update
So it is NOT a theme or plugin conflict. If I disable the V3 captcha, the form sends. With it enabled, I get...
Read more >
reCAPTCHA Help
reCAPTCHA is a free service from Google that helps protect websites from spam and abuse. A “CAPTCHA” is a turing test to tell...
Read more >
Google ReCaptcha - Joomla! Documentation
Set up Captcha - reCAPTCHA Plugin (V2 Only). Log into your Website's Administrator. Go to Extensions → Plugins → CAPTCHA - reCAPTCHA; Edit...
Read more >
Troubleshooting | reCAPTCHA
It's hard to generalize about what this code looks like but here are some clues that may help you: if your form can...
Read more >
How do I show multiple recaptchas on a single page?
There is no need to clone the Recaptcha nor try to workaround the problem. ... But how can you retrieve the widget id...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found