ZerioDev / Music-bot

A complete code to download for a cool Discord music bot !
https://discord.gg/5cGSYV8ZZj
GNU General Public License v3.0
880 stars 1.08k forks source link

Bot not playing age restricted content from youtube #282

Closed Zal-com closed 9 months ago

Zal-com commented 1 year ago

Bot crashes when trying to read music from age-restricted youtube URL

/home/pi/bot/node_modules/discord-player/dist/index.js:985
        const error = new Error("Could not extract stream for this track");
                      ^

Error: Could not extract stream for this track
    at GuildQueuePlayerNode.play (/home/pi/bot/node_modules/discord-player/dist/index.js:985:23)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Object.execute (/home/pi/bot/commands/music/play.js:50:33)
itsjustyryr commented 1 year ago

Hey! Are you sure did you do yarn install?