dexter21767 / Trakt

Trakt.tv addon for stremio
29 stars 10 forks source link

Searching for "90s movies" in the trakt list breaks the configuration page #26

Closed RYJASM closed 6 months ago

RYJASM commented 7 months ago

In a very odd result... searching for a list called 90s movies in the "search trak lists" field breaks the configuration page.

The result after hitting enter is a light gray page. Opening the inspector reveals a gray overlay and the rest of the app divs have been wiped.

I replicated this multiple times. Searching for "90s movies" without quotes broke it every time. Weirdly "80s movies" had no effect nor did "movies" or "90s" by themselves.

RYJASM commented 7 months ago

Using quotes around "90s movies" breaks it too.

Console shows: TypeError: Cannot read properties of null (reading 'slice')

dexter21767 commented 6 months ago

fixed, thnx for letting me know. (the issue was that some lists don't have a description and the config page expected the expected the description and that made it break)