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

hCaptcha seems to fail? #34

Open
Mmalherbe opened this issue Dec 21, 2021 · 8 comments
Open

hCaptcha seems to fail? #34

Mmalherbe opened this issue Dec 21, 2021 · 8 comments

Comments

@Mmalherbe
Copy link

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

@Mmalherbe
Copy link
Author

at PuppeteerExtraSharp.Plugins.Recaptcha.Recaptcha.<GetKeyAsync>d__4.MoveNext() at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter1.GetResult()
at PuppeteerExtraSharp.Plugins.Recaptcha.Recaptcha.d__3.MoveNext()`

"Recaptcha key not found!" ( Sorry just found the actual exception)

@Overmiind
Copy link
Owner

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

@Mmalherbe
Copy link
Author

Awesome! 🤞

@Mmalherbe
Copy link
Author

Merry xmas!

Any chance you can give an ETA when it will be updated?

@Velka-DEV
Copy link

@Overmiind Hi buddy, there is any chances of seing the hcaptcha support soon or absolutly not ?

Thanks for your work

@Mmalherbe
Copy link
Author

@Overmiind Any update on if you'll do this? Or should I go check a diff plugin

@Overmiind
Copy link
Owner

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.

@Mmalherbe
Copy link
Author

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 🤞

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

3 participants