You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 11, 2025. It is now read-only.
Error [VOICE_CONNECTION_TIMEOUT]: Connection not established within 15 seconds.
at VoiceConnection.authenticateFailed (C:\Users\User\Desktop\discord.js-selfbot-v13-main\src\client\voice\VoiceConnection.js:415:27)
at Timeout. (C:\Users\User\Desktop\discord.js-selfbot-v13-main\src\client\voice\VoiceConnection.js:444:49)
at listOnTimeout (node:internal/timers:588:17)
at process.processTimers (node:internal/timers:523:7)
Emitted 'error' event on Client instance at:
at emitUnhandledRejectionOrErr (node:events:401:10)
at process.processTicksAndRejections (node:internal/process/task_queues:92:21) {
[Symbol(code)]: 'VOICE_CONNECTION_TIMEOUT'
}
Code sample
Package version
3.7.0
Node.js version
22.17.0
Operating system
Win11
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).
Which package has the bugs?
WebEmbed x Shorten API
Issue description
node:events:496
throw er; // Unhandled 'error' event
^
Error [VOICE_CONNECTION_TIMEOUT]: Connection not established within 15 seconds.
at VoiceConnection.authenticateFailed (C:\Users\User\Desktop\discord.js-selfbot-v13-main\src\client\voice\VoiceConnection.js:415:27)
at Timeout. (C:\Users\User\Desktop\discord.js-selfbot-v13-main\src\client\voice\VoiceConnection.js:444:49)
at listOnTimeout (node:internal/timers:588:17)
at process.processTimers (node:internal/timers:523:7)
Emitted 'error' event on Client instance at:
at emitUnhandledRejectionOrErr (node:events:401:10)
at process.processTicksAndRejections (node:internal/process/task_queues:92:21) {
[Symbol(code)]: 'VOICE_CONNECTION_TIMEOUT'
}
Code sample
Package version
3.7.0
Node.js version
22.17.0
Operating system
Win11
Priority this issue should have
Low (slightly annoying)
Checklist
Additional Information
No response