-
Notifications
You must be signed in to change notification settings - Fork 175
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
captcha solver 'you need to update your app to perform this action' #1121
Comments
I'm going to be straight with you, I really hope you changed the password before you send this because It's written in plain text in the error |
this is normal with Discord, just pass it to the 2captcha API or whatever, all you need is sitekey and rqdata, you can set the URL in the 2captcha request just as https://discord.com/channels/@me |
The 2captcha instance is first initialized and then passed in as ClientOptions when initializing the Client object, so I think the captcha sitekey and rqdata will be handled by the library itself. Plus there's no event/method for me to catch or handle the captchas manually besides from the previous method:( |
fixed (maybe) |
Tyvm ely been waiting for a fix 💞 |
Which package has the bugs?
The core library
Issue description
I implemented 2captcha solver to solve captchas from client.user.setUsername(), but it says
You need to update your app before to perform this action.
. Probably a problem with the User agent? idkCode sample
Package version
[email protected]
Node.js version
20.11.1
Operating system
Windows 10
Priority this issue should have
Medium (should be fixed soon)
Checklist
Additional Information
No response
The text was updated successfully, but these errors were encountered: