You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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).
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.
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.
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?
The text was updated successfully, but these errors were encountered: