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

Captcha solver error Evaluation failed: TypeError: Cannot read property 'getAttribute' of null #46

Open
Kohlsen opened this issue Aug 5, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@Kohlsen
Copy link

Kohlsen commented Aug 5, 2021

Getting this error back when the captcha solver runs on footlocker.com

This error occurs in captcha.js ->
const googleKey = await context.evaluate(({ captchaSelector: captchaDivSelectorStr, captchaIframeSelector: captchaIframeSelectorStr }) => { const captchaDiv = captchaDivSelectorStr && document.querySelector(captchaDivSelectorStr); const iframe = captchaDiv ? captchaDiv.querySelector('iframe') : document.querySelector(captchaIframeSelectorStr); const iframeSrc = iframe.getAttribute('src');

maybe someone can shed some light on this? I confused how it was able to target the iframe but the src attribute of the
iframe it found was null..

@samc621
Copy link
Owner

samc621 commented Aug 8, 2021

@Kohlsen thanks for opening this Issue, please see #47 for the latest on this issue.

@samc621 samc621 added the bug Something isn't working label Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants