-
Notifications
You must be signed in to change notification settings - Fork 185
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
Wrong token returned from DiscordAuthWebsocket #267
Comments
each time you do RemoteAuth you have generated a random RSA key. So the hash of the token will be different every time it is used. Please save the token after scanning the QR code, it will always work |
I saved the token and try to login with it, however, everytime I log in with the token, it keeps saying the token is invalid. |
I will check again (will fix if there is an error in the next 1 hour) |
ohhhhh i found the problem: v Discord changed the way remote authentication works by adding a new endpoint (I omitted it) |
@Naozumi520 ok latest :)) |
Sadly, when I login with the token this error was shown 🥲:
|
fixed v2.6.6 |
Thanks! It's now working. 😋 |
Which package has the bugs?
The core library
Issue description
Scan the QR code to log in then token is logged, but the token is different each time and it is wrong. (Tried it twice and the token is highlighted below:)
![token_tem](https://user-images.githubusercontent.com/52615455/185745186-ee55913c-805d-4da6-90e0-02773e982e80.png)
Code sample
Package version
discord.js-selfbot-v13@2.6.4
Node.js version
v18.3.0
Operating system
macOS 13.0 Beta (22A5311f)
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: