-
Notifications
You must be signed in to change notification settings - Fork 65
TypeError: filterWrapper is not iterable #180
Comments
Same error! Waiting for a fix, since this lib is the main tool used in my application... @TimeForANinja |
I'm having this issue as well. This occurs so randomly as well |
can you try changing
can't recreate the error myself... |
I guess I can submit a PR with that change, but I don't have any knowledge of what the code does in there. |
I also have this issue now and then it just randomly occurs like when I try searching for various songs some fail and then when I try again it works I can't reproduce it every time |
i’m also having this issue |
Created a PR related to this defect. See plz. @TimeForANinja |
Earlier, It was failing 4 out of 5 times, and now it doesn't fail at all, thank you for this 👉#180 (comment) |
this worked indeed, thanks! |
Error
Details
For some reason, the value of
searchSubMenuRenderer
is sometimes returned as this:Hence
filterWrapper
is undefined.The text was updated successfully, but these errors were encountered: