You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
npm install play-dl
Set DP_FORCE_YTDL_MOD="play-dl" environment variable
Version Information:
Node.js: 18.14.2
Discord.js: 14.7.1
Music-Disc: 1.3.0
Dependency modules
discord-player: 6.0.0
ytdl-core: 4.11.3
ffmpeg-static: 5.1.0
opusscript: 0.0.8
The text was updated successfully, but these errors were encountered:
This is an error caused by
ytdl-core
, changing the stream toplay-dl
can solve this problem.npm install play-dl
DP_FORCE_YTDL_MOD="play-dl"
environment variableVersion Information:
The text was updated successfully, but these errors were encountered: