-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Description
I was literally watching a Netflix video like an hour ago, had a pause of about half an hour after it ended, and when I tried playing a new one, I got:
InputStream Helper Add-on error
The operation has been cancelled.
Input Stream Helper has generated an internal error: 'platforms'
Please report it to InputStream Helper github.
I have a bit of logging enabled, and this is what I see so far:
2025-09-20 21:02:42.582 T:3225897 info <general>: [plugin.video.netflix (213)] The debug logging is set as DISABLED
2025-09-20 21:02:46.770 T:3225897 error <general>: [script.module.inputstreamhelper] /home/user/.var/app/tv.kodi.Kodi/data/cdm/libwidevinecdm.so
2025-09-20 21:02:46.774 T:3225897 error <general>: [plugin.video.netflix (213)] Traceback (most recent call last):
File "/home/user/.var/app/tv.kodi.Kodi/data/addons/plugin.video.netflix/resources/lib/navigation/player.py", line 111, in get_inputstream_listitem
inputstream_ready = is_helper.check_inputstream()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/.var/app/tv.kodi.Kodi/data/addons/script.module.inputstreamhelper/lib/inputstreamhelper/__init__.py", line 450, in check_inputstream
return self._check_drm()
^^^^^^^^^^^^^^^^^
File "/home/user/.var/app/tv.kodi.Kodi/data/addons/script.module.inputstreamhelper/lib/inputstreamhelper/__init__.py", line 402, in _check_drm
return self._check_widevine()
^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/.var/app/tv.kodi.Kodi/data/addons/script.module.inputstreamhelper/lib/inputstreamhelper/__init__.py", line 364, in _check_widevine
if config.WIDEVINE_ARCH_MAP_REPO[arch()] != wv_config['platforms'][0]['arch']:
~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'platforms'
Not sure if there is other relevant info I can provide.