Hallo.
Bei mir war das Plugin schon einmal aktiv und hatte funktioniert. Jetzt bekomme ich leider immer eine Fehlermeldung und folgende Meldungen im Logfile:
2019-08-20 17:22:45.299 T:1735345008 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.OSError'>
Error Contents: [Errno 2] No such file or directory: ''
Traceback (most recent call last):
File "/storage/.kodi/addons/http://plugin.video.joyn/default.py", line 3, in <module>
from resources.lib import plugin
File "/storage/.kodi/addons/http://plugin.video.joyn/resources/lib/plugin.py", line 750, in <module>
if not is_helper.check_inputstream():
File "/storage/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper.py", line 808, in check_inputstream
return self._check_drm()
File "/storage/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper.py", line 763, in _check_drm
if not self._has_widevine():
File "/storage/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper.py", line 275, in _has_widevine
if self._widevine_path():
File "/storage/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper.py", line 107, in _widevine_path
for filename in os.listdir(cls._ia_cdm_path()):
OSError: [Errno 2] No such file or directory: ''
-->End of Python script error report<--
Offenbar ist der cdm-Pfad falsch.
Wie kann ich den korrigieren?
Danke.