-
Notifications
You must be signed in to change notification settings - Fork 55
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
hCaptcha seems to fail? #34
Comments
"Recaptcha key not found!" ( Sorry just found the actual exception) |
Hi, Recaptcha plugin hasn't been updated for a long time. It is still able to solve V2 ReCaptcha, but doesn't support other versions of captcha. I saw that the original plugin was updated and now can solve a lot of captchas, so I will try to update c# plugin this weekend |
Awesome! 🤞 |
Merry xmas! Any chance you can give an ETA when it will be updated? |
@Overmiind Hi buddy, there is any chances of seing the hcaptcha support soon or absolutly not ? Thanks for your work |
@Overmiind Any update on if you'll do this? Or should I go check a diff plugin |
Hi, I'm sorry to keep you waiting, I started to rewrite Recaptcha and Hcaptcha plugin about a month ago, but now a don't have enough time for this. I can't give you any prediction, I have almost done with Recaptcha, but I should also write Hcaptcha handler and tests. |
Awesome! cant wait for the HCaptcha one 🤞 |
Hey!
I'm wondering if I did something wrong or if the captcha plugin isn't able to do hCaptcha.
I set it up with TwoCaptcha ( With API KEY of course).
` var recaptchaPlugin = new RecaptchaPlugin(new TwoCaptcha("35cc0db466ebea493d132aca44b0e745"));
extra.Use(recaptchaPlugin);
var browser = await extra.LaunchAsync(new LaunchOptions()
{
Headless = false,}
var captchaResult = recaptchaPlugin.SolveCaptchaAsync(page);
`
Where the SolveCaptchaAsync throws an innerexception
The text was updated successfully, but these errors were encountered: