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
d.js toolkit
d.js toolkit2y ago
- 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!
duck
duck2y ago
what version of @discordjs/voice are you using?
Raum
RaumOP2y ago
9.6.5
No description
duck
duck2y ago
That's your npm version Please share the output of npm ls @discordjs/voice
Raum
RaumOP2y ago
Apologies, it's been a long day :p 0.16.0
No description
ShompiFlen
ShompiFlen2y ago
which intents do you have?

Did you find this page helpful?