-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Stream ends immediately for some music #250
Comments
I just tested with the original |
@North-West-Wind is this still occurring with the latest version (v1.2.5)? |
I actually stopped using this package and instead use the original one, so that I can play livestream with my bot. I don't know if I should close this issue. |
Yes, I have the same problem and I am using v1.2.5, where the music just stops abruptly. |
@taroshg Which Node version are you using? I had the similar problem at Node v15 (In my case, music stopped after 7 min). I downgraded to Node v14 and then problem solved. |
This scares me because I currently have an issue with what I think is the original ytdl-core in which the music sometimes ends and the bot instantly leaves the channel with no explanation. I have yet to find a fix and was hoping using this module would fix it. |
@North-West-Wind The same thing happens to me, but when I remove or increase the 'highWaterMark', the song plays normally. This appears to happen only when the value of 'highWaterMark' is 1 << 25. |
I was testing with my bot by playing some music with it and I discovered some videos are not working. When the bot download these videos and play it in the
VoiceConnection
, they end immediately. There are no errors emitted.This is the url I found to be not working.
I don't know if this is a
ytdl-core
problem.Edit: As I just posted this issue, I found another link that isn't working, right here
Any idea?
The text was updated successfully, but these errors were encountered: