Jakub Zvolánek

Results 4 comments of Jakub Zvolánek

Just upgrade ytdl-core to latest.

This error has nothing to do with ytdl-core. Because according to package.json: '"discord.js": "14.11.0"' ( While resolving: [email protected] Found: [email protected] node_modules/discord.js discord.js@"14.11.0" from the root project ), but '[email protected]' needs:...

Here is my package.json which works with the 2.11.1 release. If you use some older release it could be different and upgrading can cause issues of course. ```javascript { "name":...

For example according to release 2.11.0 changelog > [Release v2.11.0](https://github.com/museofficial/muse/releases/tag/v2.11.0) Updated ytdl-core to 4.16.5 distubejs/[email protected] which includes https://github.com/distubejs/ytdl-core/commit/1f57d78 fixing the sig parsing ytdl-core dropped node 18 support https://github.com/distubejs/ytdl-core/commit/60f0ab1 so updated...