Mein System:
Raspberry Pi3
Libreelec 8.2.5 als Grundinstallation
Milhouse Build #504 als Update
Netflix addon 0.13.2 aus dem asciidisco-Repo
Hat bis zum Update auf Milhouse #430 alles prima funktioniert!
Jetzt kann ich nur noch Netflix aufrufen, mich durch die Listen wühlen (recht flott sogar),
aber sobald ich einen Film aufrufe, meldet Netflix einen Fehler (siehe Screenshot) und das eine Datei nicht abgespielt werden kann.
In den Log's findet sich dazu folgendes:
07:53:02.963 T:1659798384 ERROR: GetDirectory - Error getting
07:53:29.522 T:1462756208 ERROR: Previous line repeats 6 times.
07:53:29.522 T:1462756208 ERROR: CAddon[script.module.inputstreamhelper]: failed to load addon settings from special://profile/addon_data/script.module.inputstreamhelper/settings.xml
07:53:29.541 T:1462756208 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: No JSON object could be decoded
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.netflix/addon.py", line 33, in <module>
NAVIGATION.router(paramstring=REQUEST_PARAMS)
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/utils.py", line 45, in wrapped
result = func(*args, **kwargs)
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 222, in router
infoLabels=params.get('infoLabels', {}))
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/utils.py", line 45, in wrapped
result = func(*args, **kwargs)
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 271, in play_video
infoLabels=infoLabels)
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/KodiHelper.py", line 900, in play_item
if not is_helper.check_inputstream():
File "/storage/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper.py", line 763, in check_inputstream
return self._check_drm()
File "/storage/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper.py", line 741, in _check_drm
return self._check_widevine()
File "/storage/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper.py", line 667, in _check_widevine
self._update_widevine()
File "/storage/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper.py", line 555, in _update_widevine
wv_config = self._load_widevine_config()
File "/storage/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper.py", line 104, in _load_widevine_config
return json.loads(config_file.read())
File "/usr/lib/python2.7/json/__init__.py", line 339, in loads
File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
ValueError: No JSON object could be decoded
-->End of Python script error report<--
07:53:29.812 T:1462756208 WARNING: CPythonInvoker(3, /storage/.kodi/addons/plugin.video.netflix/addon.py): the python script "/storage/.kodi/addons/plugin.video.netflix/addon.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE
07:53:29.815 T:1939972688 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.netflix/?action=play_video&infoLabels=%7B%27rating%27%3A+0%2C+%27writer%27%3A+%27%27%2C+%27episode%27%3A+1%2C+%27plot%27%3A+u%27Detective+Joe+Miller+soll+eine+vermisste+Frau+finden.+Chrisjen+Avasarala+von+der+UN+verh%5Cxf6rt+einen+Terroristen.+Ein+Eisfrachter+erh%5Cxe4lt+einen+Notruf.%27%2C+%27season%27%3A+1%2C+%27tvshowtitle%27%3A+u%27The+Expanse%27%2C+%27title%27%3A+u%2750.000+Kilometer%27%2C+%27mediatype%27%3A+u%27episode%27%2C+%27mpaa%27%3A+u%27-%27%2C+%27director%27%3A+%27%27%2C+%27genre%27%3A+u%27Mysteryserien%27%2C+%27year%27%3A+2015%2C+%27duration%27%3A+2737%7D&video_id=80115181&pin=False&start_offset=323]
Bei den Abhängigkeiten zum Netflix-Addon sieht man, das script.module.pycryptodome fehlt / nicht verfügbar ist.
Wie bekomme ich das wieder ans laufen???