ich bekomme beim Login noch immer einen Fehler. Hat dazu vielleicht jemand einen Rat?
Ich nutze auf meiner Box Leia mit Kodi 18.
Danke
Code
12:01:25.816 T:3661624208 ERROR: /storage/.kodi/addons/plugin.video.amazon-test/default.py:2239: UserWarning: gzip transfer encoding is experimental!
br.set_handle_gzip(True)
12:01:25.818 T:3661624208 NOTICE: [Amazon VOD] Connect to SignIn Page 5 attempts left
12:01:32.237 T:3661624208 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeDecodeError'>
Error Contents: 'ascii' codec can't decode byte 0xc3 in position 8: ordinal not in range(128)
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.amazon-test/default.py", line 3152, in <module>
exec mode + '()'
File "<string>", line 1, in <module>
File "/storage/.kodi/addons/plugin.video.amazon-test/default.py", line 2298, in LogIn
usr = wlc.split(',', 1)[1].strip()
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 8: ordinal not in range(128)
-->End of Python script error report<--
Alles anzeigen