-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Voice receiver stream error #8778
Labels
Comments
@discordjs/[email protected] and node v19.6.1, still got the error.
Could someone take a look at this please ? I don't think it is hard to fix, but I don't have enough knowledge to do it. I am sorry if I am wrong. |
Looks like it's related to the subscribing to the user, not listening to 'finish' (this doesn't exist on Readable btw, it's "end") or destroying the connection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which package is this bug report for?
voice
Issue description
When i susbcribe to the receiver, and add an event listener to the "finish" event of the opusStream, the bot crashes with the follow:
Code sample
Package version
@discordjs/[email protected]
Node.js version
v16.17.1
Operating system
Ubuntu 20.04
Priority this issue should have
Low (slightly annoying)
Which partials do you have configured?
Not applicable (subpackage bug)
Which gateway intents are you subscribing to?
Guilds, GuildVoiceStates, GuildMessages, MessageContent
I have tested this issue on a development release
No response
The text was updated successfully, but these errors were encountered: