chebro / discord-voice-recorder

A nifty script that can pipe out audio from a discord voice channel to your local storage. A discord voice recorder!
MIT License
113 stars 38 forks source link

VOICE_CONNECTION_TIMEOUT #25

Open RiverTeacher opened 1 year ago

RiverTeacher commented 1 year ago

an error message appears. /workspace/discord-voice-recorder/node_modules/discord.js/src/client/voice/VoiceConnection.js:303 this.emit('error', new Error(reason)); ^

Error [VOICE_CONNECTION_TIMEOUT]: Connection not established within 15 seconds. at VoiceConnection.authenticateFailed (/workspace/discord-voice-recorder/node_modules/discord.js/src/client/voice/VoiceConnection.js:303:26) at /workspace/discord-voice-recorder/node_modules/discord.js/src/client/voice/VoiceConnection.js:324:61 at Timeout. (/workspace/discord-voice-recorder/node_modules/discord.js/src/client/BaseClient.js:82:7) at listOnTimeout (node:internal/timers:569:17) at process.processTimers (node:internal/timers:512:7) {

} how can I fix it?

AlexR1712 commented 1 year ago

Same problem here