Hallo zusammen,
ich würde gern Netflix, Amazon Video und Sky Go über meinen Pi sehen. Leider funktioniert die Widevine-Installation nicht.
Es wird das Chrome OS Recovery Image heruntergeladen und entpackt. Dann wird mit einem Fehler abgebrochen.
Im ErrorLog ist folgendes zu finden:
Code
2020-05-02 18:40:06.443 T:2092925664 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 0xc5 in position 29: ordinal not in range(128)
Traceback (most recent call last):
File "/home/xbian/.kodi/addons/script.module.inputstreamhelper/default.py", line 8, in <module>
run(sys.argv)
File "/home/xbian/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/api.py", line 14, in run
widevine_install()
File "/home/xbian/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/api.py", line 42, in widevine_install
Helper('mpd', drm='widevine').install_widevine()
File "/home/xbian/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/__init__.py", line 33, in clean_before_after
result = func(self, *args, **kwargs)
File "/home/xbian/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/__init__.py", line 223, in install_widevine
result = install_widevine_arm(backup_path())
File "/home/xbian/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/widevine/arm.py", line 240, in install_widevine_arm
extract_widevine_from_img(os.path.join(backup_path, arm_device['version']))
File "/home/xbian/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/widevine/arm.py", line 253, in extract_widevine_from_img
for root, _, files in os.walk(mnt_path()):
File "/usr/lib/python2.7/os.py", line 296, in walk
for x in walk(new_path, topdown, onerror, followlinks):
File "/usr/lib/python2.7/os.py", line 296, in walk
for x in walk(new_path, topdown, onerror, followlinks):
File "/usr/lib/python2.7/os.py", line 296, in walk
for x in walk(new_path, topdown, onerror, followlinks):
File "/usr/lib/python2.7/os.py", line 286, in walk
if isdir(join(top, name)):
File "/usr/lib/python2.7/posixpath.py", line 73, in join
path += '/' + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 29: ordinal not in range(128)
-->End of Python script error report<--
Alles anzeigen
Kann mir jemand helfen?