Stuck in 'Signaling'
I'm having an issue that started a few months ago, and I can't seem to figure out why.
Very long story short, after exactly 1 minute of being in a voice chat, the bot's voice chat status goes into "signaling". It worked fine initially (worked for months with no issues), and then this started. I'm not finding much about it in the DJS docs, and the Discord api docs mention it's part of the heartbeat stuff ... Any direction on what I need to look at in order to get this fixed? Not having our bot is starting to suck. Thanks!
There's not really any code to show, but here's the log output: It's always EXACTLY 1 minute after Ready.
[6:31:06] Logged in as (xxxxxx)
[6:31:06] Trying to join voice channel ... (joinVoice)
[6:31:06] Trying to make voice connection ...
[6:31:06] Members in voice chat: 2
[6:31:06] Status Update: connecting
[6:31:06] Status Update: ready
[6:32:06] Status Update: signaling
6 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!what version of
@discordjs/voice
are you using?9.6.5
That's your npm version
Please share the output of
npm ls @discordjs/voice
Apologies, it's been a long day :p 0.16.0
which intents do you have?