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

NotImplementedError: AWS WAF captchas not supported for 2Captcha #656

Open
MehrAmoonCraft opened this issue Dec 16, 2024 · 4 comments
Open

Comments

@MehrAmoonCraft
Copy link

I pulled changes today and for immobilienscout24 Im getting :
File "flathunter/captcha/twocaptcha_solver.py", line 60, in solve_awswaf
raise NotImplementedError("AWS WAF captchas not supported for 2Captcha")
NotImplementedError: AWS WAF captchas not supported for 2Captcha

What should I do?

@codders
Copy link

codders commented Dec 16, 2024

hi @MehrAmoonCraft ,

Thanks for pulling the latest software. That message indicates that the software has detected an AWS WAF captcha. So far support for that in 2captcha has not been implemented (though there is a pull request for it that maybe needs a bit of polish #631). So you can either try the patch in #631 and see if that resolves your issue, or you can switch to Capmonster where AWS WAF is implemented (though obviously that might mean buying more credit, and I can't promise that will solve the problem for you).

@MehrAmoonCraft
Copy link
Author

Thanks for the answer, I tried #631 but still getting same error.

@codders
Copy link

codders commented Dec 16, 2024

Yeah - I wasn't expecting it to work without a bit of hacking. Otherwise it would already be merged. But I'll see if I get around to it over the holidays.

@codders
Copy link

codders commented Dec 17, 2024

I had a look today and refactored the original pr in #662 . You're welcome to try again with that patch, but for me it wasn't successful. In the meantime, Capmonster appears to be working fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants