TimeForANinja / node-ytsr

Do anonymous YouTube search requests.
MIT License
284 stars 66 forks source link

It doesn't result now #208

Closed KENLIEPLAYSPH closed 6 months ago

KENLIEPLAYSPH commented 11 months ago

It doesn't give response now

YuriVivaldi commented 11 months ago

Same here

the getFilters function gives back an empty map, with a simple call like:

getFilters(query, {}).then((first_fils: any) => {
   console.log("FILTERS", first_fils);
}

outputs:

Aug 02 17:19:31 P80S node[691]: FILTERS Map(0) {}
Michal-Szczepaniak commented 11 months ago

I am getting

TypeError: filterWrapper is not iterable
    at Object.exports.parseFilters (node_modules/ytsr/lib/utils.js:23:29)
    at module.exports (node_modules/ytsr/lib/main.js:60:24)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
stale[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.