Bot is silent in voice
The bot has worked in voice for the last few years, had to restart tonight because of different reasons and suddenly, the bot connects and really believes it's playing in voice, but is completely silent.
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!tested on two machines, linux debian and windows 10
Versions:
+-- @discordjs/[email protected]
+-- @discordjs/[email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
node version 18.14.2
im getting the exact same issue. Even reverting my bot by a few commits isn't fixing which makes me think its not an issue on my end. I'm using play-dl for the stream
for anyone else that comes across this, it's youtube's fault yet again. They're doing A/B testing which sometimes requires users to login before watching videos. It seems to affect play-dl but not ytl-core. https://github.com/play-dl/play-dl/issues/370
GitHub
[=BUG=] Youtube requires sign in to confirm you are not a bot · Iss...
Describe the bug Node.js version: 18.14.0 OS & version: Linux Ubuntu 20.04.5 LTS A rejection while attempting to get a youtube stream from a url: "Sign in to confirm you're not a bot&q...