You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2024. It is now read-only.
/<project_dir>/node_modules/ytsr/lib/utils.js:23
for (const filterGroup of filterWrapper) {
^
TypeError: filterWrapper is not iterable
at Object.exports.parseFilters (/<project_dir>/node_modules/ytsr/lib/utils.js:23:29)
at module.exports (/<project_dir>/node_modules/ytsr/lib/main.js:60:24)
at runMicrotasks (<anonymous>)
...
Error
Details
For some reason, the value of
searchSubMenuRendereris sometimes returned as this:{ "trackingParams": "CDIQkXUiEwjSt4yGr4T9AhU2O_EFHQmlCT8=" }Hence
filterWrapperis undefined.