issues with music playing from Youtube #284
youwereout
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just wanted to post I was able to get the music bot working again using an alternate Youtube downloader. While ytdl-core gets updated I was able to swap to @distube/ytdl-core. Will swap back when the default loader works again. This workaround comes from the underlying discord-player module.
npm install @distube/ytdl-core
Add to .env
DP_FORCE_YTDL_MOD="@distube/ytdl-core"
Beta Was this translation helpful? Give feedback.
All reactions