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 á
Discussed in https://github.com/skick1234/DisTube/discussions/334