Dear all,
the netflix plugin (GitHub - asciidisco/plugin.video.netflix: Inputstream based Netflix plugin for Kodi) stopped working, so I updated it. Whilst updating it, widevine library has been updated. After update was completed, the plugin itself works again but cannot start streams. According to the developer, this is not a plugin issue but apparently a libreelec issue:
Stream start error · Issue #350 · asciidisco/plugin.video.netflix · GitHub
However, here comes the log / error messages:
22:14:54.632 T:1941879968 NOTICE: VideoPlayer::OpenFile: http://localhost:51115/manifest?id=215309
22:14:54.633 T:1358549888 NOTICE: Creating InputStream
22:14:54.931 T:1432998784 WARNING: CPythonInvoker(35, /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
22:14:56.914 T:1358549888 ERROR: AddOnLog: InputStream Adaptive: Unable to load widevine shared library (/storage/.kodi/cdm/libwidevinecdm.so)
22:14:56.914 T:1358549888 ERROR: AddOnLog: InputStream Adaptive: OpenDRMSystem failed
22:14:56.916 T:1358549888 ERROR: CVideoPlayer::OpenInputStream - error opening [http://localhost:51115/manifest?id=215309] 22:14:56.916 T:1358549888 NOTICE: CVideoPlayer::OnExit()
22:14:57.824 T:1333384064 WARNING: CPythonInvoker(36, /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
I had a look at the specific directory, the .so file sits there...
What can I check? I already re-installed the plugin