This is what i did :
const distube = new DisTube(client, {emitNewSongOnly: true, leaveOnStop: false, youtubeCookie:"XXXX", youtubeIdentityToken:"XXXX" });
And it's returning this error when i try to play any song :
DisTube: Downloaded youtube-dl 2020.09.20 (node:9760) UnhandledPromiseRejectionWarning: Error: Error parsing info: Cookie header used in request, but unable to retrieve video metadata
This is what i did :
const distube = new DisTube(client, {emitNewSongOnly: true, leaveOnStop: false, youtubeCookie:"XXXX", youtubeIdentityToken:"XXXX" });
And it's returning this error when i try to play any song :
DisTube: Downloaded youtube-dl 2020.09.20 (node:9760) UnhandledPromiseRejectionWarning: Error: Error parsing info: Cookie header used in request, but unable to retrieve video metadata