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

Error: INTERACTION_TIMEOUT #1125

Open
3 tasks done
r8z opened this issue Apr 3, 2024 · 0 comments
Open
3 tasks done

Error: INTERACTION_TIMEOUT #1125

r8z opened this issue Apr 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@r8z
Copy link

r8z commented Apr 3, 2024

Which package has the bugs?

The core library

Issue description

I have tried everything to stop this from exiting the program. I even used your solution of trying to .catch() the error. It still exits. How can I stop the program from exiting due to INTERACTION_TIMEOUT?

Code sample

/home/container/node_modules/discord.js-selfbot-v13/src/structures/MessageButton.js:220
          new Error('INTERACTION_TIMEOUT', {
          ^
Error: INTERACTION_TIMEOUT
    at Timeout._onTimeout (/home/container/node_modules/discord.js-selfbot-v13/src/structures/MessageButton.js:220:11)
    at listOnTimeout (node:internal/timers:559:17)
    at processTimers (node:internal/timers:502:7) {
  [cause]: {
    type: 3,
    nonce: '1173007758849605632',
    guild_id: '921991104914669578',
    channel_id: '947374213935800350',
    message_id: '1173007757926989854',
    application_id: '853629533855809596',
    session_id: 'bb316b11e984c97064d170316ed94cdd',
    message_flags: 0,
    data: { component_type: 2, custom_id: 'drop_1173007756391886919_2' }
  }
}

Package version

discord.js-selfbot-v13@2.15.1

Node.js version

20.11.1

Operating system

No response

Priority this issue should have

Medium (should be fixed soon)

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

@r8z r8z added the bug Something isn't working label Apr 3, 2024
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

1 participant