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
423 stars 94 forks source link

Getting an error on cookie. #5

Closed folliejester closed 4 years ago

folliejester commented 4 years ago

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

skick1234 commented 4 years ago

Your cookie in DisTubeOptions is not valid. If you use document.cookie, it won't return some HttpOnly cookies are sent with the request.

Solution: Read the documentation to know how to get it correctly.