zyrouge / node-youtube-ext

A simple YouTube scraper.
https://youtube-ext.js.org
MIT License
20 stars 5 forks source link

Could not extract stream for this track: TypeError: value.matchAll is not a function or its return value is not iterable #16

Closed XCraftTM closed 8 months ago

XCraftTM commented 8 months ago

So i just updated to the newest version of youtube-ext and it showed me this error, any idea why that could happen?

Could not extract stream for this track

TypeError: value.matchAll is not a function or its return value is not iterable
    at parseYoutubeKeywords (C:\Users\XXX\XXX\TestBot2\node_modules\youtube-ext\dist\utils\youtube.js:31:27)
    at C:\Users\XXX\XXX\TestBot2\node_modules\youtube-ext\dist\videoInfo.js:139:52
    at Generator.next (<anonymous>)
    at fulfilled (C:\Users\XXX\XXX\TestBot2\node_modules\youtube-ext\dist\videoInfo.js:5:58)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

I am using it in combination with discord-player. youtube-ext: "1.1.15"

XCraftTM commented 8 months ago

Adding to this Issue, downgrading to "1.1.14" it works just fine...

XCraftTM commented 8 months ago

Fixed with 1.1.16