skick1234 / DisTube

A powerful Discord.js module for simplifying music commands and effortless playback of various sources with integrated audio filters.
https://distube.js.org
MIT License
422 stars 94 forks source link

discord.js DisTube Error: 'CANNOT_RESOLVE_SONG' #335

Closed orinn2k7 closed 1 week ago

orinn2k7 commented 1 month ago

Discussed in https://github.com/skick1234/DisTube/discussions/334

Originally posted by **orinn2k7** September 8, 2024 Bạn ơi mình hỏi xíu là mình có làm command /play dựa vào code example của bạn, khi thử với 1 số từ khóa ví dụ như "id t41104" thì của mình bị lỗi ``` DisTubeError [CANNOT_RESOLVE_SONG]: Cannot resolve 'id t41104' to a Song at _DisTubeHandler.resolve (D:\Orinn2k7\TEST\DiscordBot\node_modules\distube\src\core\DisTubeHandler.ts:46:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at async _DisTube.play (D:\Orinn2k7\TEST\DiscordBot\node_modules\distube\src\DisTube.ts:228:24) at async Object.run (D:\Orinn2k7\TEST\DiscordBot\src\commands\music\play.ts:53:13) at async BotClient. (D:\Orinn2k7\TEST\DiscordBot\src\index.ts:59:11) { errorCode: 'CANNOT_RESOLVE_SONG' } ``` trong khi mình thử với con bot Distube của bạn thì không sao, mình dùng plugin SoundCloud th á
skick1234 commented 1 week ago

Please check the plugins option again. Also distube.plugins array.