Red Squirrel
Red Squirrel
I just tried and it works for me (on 3.65). But I have it already paired from 3.60, maybe is for that
I get the same error, for example with every "pokémon" movie (because of the "é" char). I didn't think it was such a long-date bug (I see it was reported...
Ok, I just analyzed the source code, to solve this issue just replace the following string at "resources/lib/addon.py" `response_params = dict(urllib.parse.parse_qsl(response_text))` with `response_params = dict(urllib.parse.parse_qsl(response_text.decode('ASCII')))` and then it will work
wow, I came to report this issue thinking it was a recent problem but as far as I can see this problem has been around for almost a year now......