The bot is stuck at the "connecting" state and not going to the "ready" state
Hello, I am not really sure why the bot is staying in the connecting state and not moving to the "ready state"
How do I solve this? If there is any additional info I need to provide, please let me know
4 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!
- ✅
Marked as resolved by OPThe firewall is turned off and I am not using any proxies or vpns 🥲
To debug your voice connection and player:
- Use
debug: true
when creating your VoiceConnection
and AudioPlayer
- Add an event listener to the <VoiceConnection> and the <AudioPlayer>:
- Add an error
listener to the stream you are passing to the resource:
Note: The <>
represents classes that need to be adapted to their respective name in your code
Thank you!! I was able to fix it, I appreciate your help a lot 😄