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 Nov 20, 2021. It is now read-only.
Everything looks fine and matches the interface definitions/official extension implementations when I log the objects returned in the unit tests, so I'm not totally sure where it's coming from. 🤷
EDIT: Did some debugging and it looks like SearchRequest#title is now immutable, so when CatManga#searchRequest tries to assign the sanitised search title back to the query, it throws. Looks like it might be a shared native object, because there's no message on the Error (which is why we get that very unhelpful notification) and this is the stack:
Any search on the CatManga source generates a
JSError TypeError
notification and no search results are shown.Manga can still be added from the Discover and Library tabs - it seems to only be search that's broken..
Exported source logs (click to expand)
The text was updated successfully, but these errors were encountered: