About TimeoutNegativeWarning
recently my bot keep getting this warning when using @discordjs/voice
it's not an error, but when that warning is present, any audio activities randomly got freeze(?) for seconds and then proceed to continue playing the audio in 2x speed and back to normal speed eventually
what i tried :
1. adding a padding frame to the stream process
2. custom timeout before streaming the audio
i want to know if this is known issue?
1 Reply
- What are your intents?
GuildVoiceStates
is required to receive voice data!
- Show what dependencies you are using -- generateDependencyReport()
is exported from @discordjs/voice
.
- Try looking at common examples: https://github.com/discordjs/voice-examples.
- 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!