-
Notifications
You must be signed in to change notification settings - Fork 172
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
Join Guild not working #1309
Comments
code: 10008,
httpStatus: 403
happens because of the browser replication failure, try adding more headers or clone the request headers from the browser. |
I have problems with this too, I have tried everything, all headers directly from the browser, randomly generated user-agents, x-super-properties, several different proxies, no proxies and different tokens and many more |
maybe it's the cloudflare issue, happens to the most and discord uses cloudflare so it's pretty self explanatory |
I found this in response{"captcha_key":["You need to update your app to join this server."] |
fixed |
Which package has the bugs?
The core library
Issue description
node test.js
Ready! *****
node:events:497
throw er; // Unhandled 'error' event
^
DiscordAPIError: Unknown Message
at RequestHandler.execute (/root/node_modules/discord.js-selfbot-v13/src/rest/RequestHandler.js:415:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async RequestHandler.push (/root/node_modules/discord.js-selfbot-v13/src/rest/RequestHandler.js:63:14)
at async Client.acceptInvite (/root/node_modules/discord.js-selfbot-v13/src/client/Client.js:574:18)
at async Client. (/root/joiner/test.js:23:3)
Emitted 'error' event on Client instance at:
at emitUnhandledRejectionOrErr (node:events:402:10)
at process.processTicksAndRejections (node:internal/process/task_queues:84:21) {
method: 'post',
path: '/invites/*****',
code: 10008,
httpStatus: 403,
requestData: {
json: { session_id: '*******' },
files: [],
headers: undefined
},
retries: 1,
captcha: null
}
Node.js v20.15.1
Code sample
Package version
discord.js-selfbot-v13@3.4.0
Node.js version
v20.15.1
Operating system
Linux
Priority this issue should have
High (immediate attention needed)
Checklist
Additional Information
No response
The text was updated successfully, but these errors were encountered: