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

geetest v4 missing #47

Open
ohnnnooo opened this issue Dec 22, 2023 · 6 comments
Open

geetest v4 missing #47

ohnnnooo opened this issue Dec 22, 2023 · 6 comments

Comments

@ohnnnooo
Copy link

geetest v4 seems to be missing on the library

@dumbasPL
Copy link

any updates on this?

@Furry
Copy link
Owner

Furry commented Mar 28, 2024

any updates on this?

Hey there, the main branch is on api v1 and a bit dated;

https://github.com/Furry/2captcha/tree/next contains the new version, as well as support for geetest v4 and all other captcha types. Still testing it out and need to write it's docs before I push it to NPM which will be this weekend. It can be used with GitHub as source though.

@dumbasPL
Copy link

Still testing it out and need to write it's docs before I push it to NPM which will be this weekend

Nice, you can push to NPM using a different tag for example @next to give people an easy way to test without affecting anyone.

@Furry
Copy link
Owner

Furry commented Mar 28, 2024

Still testing it out and need to write it's docs before I push it to NPM which will be this weekend

Nice, you can push to NPM using a different tag for example @next to give people an easy way to test without affecting anyone.

Completely forgot that was a thing, thank you!

published the next branch to NPM, npm i 2captcha@4.0.0

@dumbasPL
Copy link

things that are broken in v4 regarding geetest:

  • geetest v4 doesn't have gt nor challenge
  • there is a proxied argument but there is no way to specify the proxy (there is, but it's missing the necessary type definitions)

@Furry
Copy link
Owner

Furry commented Mar 29, 2024

things that are broken in v4 regarding geetest:

  • geetest v4 doesn't have gt nor challenge
  • there is a proxied argument but there is no way to specify the proxy (there is, but it's missing the necessary type definitions)

Ah, hadn't even realized my bad. I do appreciate the info, and I'm sure there's some more bugs or inaccuracies other places that I've still gotta weed out.

https://www.npmjs.com/package/2captcha/v/4.0.0-1
825fe92

Added a new method under geetestV4 with proper inputs, and both have had they're typings for the proxy in extras fixed

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