hmes98318 / Music-Disc

A Discord music bot, supports YouTube, Spotify, SoundCloud, Deezer streams and web dashboard.
https://musicdisc.ggwp.tw
MIT License
107 stars 105 forks source link

Error when playing a song #16

Closed hmes98318 closed 1 year ago

hmes98318 commented 1 year ago

C:\Users\usr\Documents\GitHub\Music-Disc\node_modules\discord-player\dist\index.js:949 const error = new Error("Could not extract stream for this track"); ^

Error: Could not extract stream for this track at GuildQueuePlayerNode.play (C:\Users\usr\Documents\GitHub\Music-Disc\node_modules\discord-player\dist\index.js:949:23) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Object.execute (C:\Users\usr\Documents\GitHub\Music-Disc\src\commands\play.js:77:13)

Node.js v18.14.2

This is an error caused by ytdl-core, changing the stream to play-dl can solve this problem.

  1. npm install play-dl
  2. Set DP_FORCE_YTDL_MOD="play-dl" environment variable

Version Information: