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

Unknown Message #1168

Open
3 tasks done
jikesgonzalez opened this issue May 11, 2024 · 1 comment
Open
3 tasks done

Unknown Message #1168

jikesgonzalez opened this issue May 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jikesgonzalez
Copy link

Which package has the bugs?

The core library

Issue description

When i try to join a server, i recive the following error:

  error: DiscordAPIError: Unknown Message
      at RequestHandler.execute (/root/joiner/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/joiner/node_modules/discord.js-selfbot-v13/src/rest/RequestHandler.js:63:14)
      at async Client.acceptInvite (/root/joiner/node_modules/discord.js-selfbot-v13/src/client/Client.js:547:18)
      at async joinGuildAndCreateInvite (file:///root/joiner/index.mjs:165:17)
      at async joinGuild (file:///root/joiner/index.mjs:121:19)
      at async Promise.all (index 0)
      at async processSession (file:///root/joiner/index.mjs:99:4)
      at async file:///root/joiner/index.mjs:73:4 {
    method: 'post',
    path: '/invites/JGmcSEgX',
    code: 10008,
    httpStatus: 403,
    requestData: { json: [Object], files: [], headers: undefined },
    retries: 1,
    captcha: null
  }

Code sample

No response

Package version

^3.1.3

Node.js version

v20.10.0

Operating system

No response

Priority this issue should have

Low (slightly annoying)

Checklist

  • I have searched the open issues for duplicates.
  • I have shared the entire traceback.
  • I am using a user token (and it isn't visible in the code).

Additional Information

No response

@jikesgonzalez jikesgonzalez added the bug Something isn't working label May 11, 2024
@TheUntraceable
Copy link

I have also encountered this issue. Was there a fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants