Bei Dir ist kein cryptodome installiert:
Python
23:29:36.277 T:140263011899136 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named Cryptodome
Traceback (most recent call last):
File "/home/danih/.kodi/addons/plugin.video.netflix/service.py", line 14, in <module>
from resources.lib.KodiHelper import KodiHelper
File "/home/danih/.kodi/addons/plugin.video.netflix/resources/lib/KodiHelper.py", line 13, in <module>
from Cryptodome import Random
ImportError: No module named Cryptodome
-->End of Python script error report<--
Alles anzeigen
Führe mal folgendes aus :
pip install pycryptodomex
Dann teste nochmal.