node-ytdl-core
node-ytdl-core copied to clipboard
UnhandledPromiseRejectionWarning: Error: Can't cut unsupported JSON (no matching closing bracket found)
Everything worked well, but today i get this error:
at Object.exports.cutAfterJS (/app/node_modules/ytdl-core/lib/utils.js:139:9)
: at extractNCode (/app/node_modules/ytdl-core/lib/sig.js:65:59)
: at Object.exports.extractFunctions (/app/node_modules/ytdl-core/lib/sig.js:71:3)
: at /app/node_modules/ytdl-core/lib/sig.js:18:29
: at runMicrotasks (--unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
Experienced the same issue
I saw this issue for "ytdl-core": "4.11.1"
But after updating to "ytdl-core": "4.11.2"
I don't see it anymore