You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ uname -a
Linux tvpi4 6.6.33-1-rpi #1 SMP PREEMPT Wed Jun 12 13:43:34 MDT 2024 aarch64 GNU/Linux
$ dmesg | grep -i raspb
[ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.2
[ 0.064188] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-05-24T15:30:04, variant start
[ 0.068201] raspberrypi-firmware soc:firmware: Firmware hash is 4942b7633c0ff1af1ee95a51a33b56a9dae47529
InputStreamHelper Installed from comment: #563 (comment)
It fails to download libwidevinecdm.so with "See logs for more info" message.
kodi.log contains following:
2024-06-14 22:13:11.451 T:11401 debug <general>: CPythonInvoker(6, /var/lib/kodi/.kodi/addons/script.module.inputstreamhelper/default.py): start processing
2024-06-14 22:13:11.524 T:11401 debug <general>: -->Python Interpreter Initialized<--
2024-06-14 22:13:11.524 T:11401 debug <general>:
2024-06-14 22:13:11.524 T:11401 debug <general>: CPythonInvoker(6, /var/lib/kodi/.kodi/addons/script.module.inputstreamhelper/default.py): the source file to load is "/var/lib/kodi/.kodi/addons/script.m
2024-06-14 22:13:11.524 T:11401 debug <general>: CPythonInvoker(6): full python path:
2024-06-14 22:13:11.524 T:11401 debug <general>: CPythonInvoker(6): custom python path:
2024-06-14 22:13:11.524 T:11401 debug <general>: CPythonInvoker(6): /var/lib/kodi/.kodi/addons/script.module.inputstreamhelper
2024-06-14 22:13:11.524 T:11401 debug <general>: CPythonInvoker(6): default python path:
2024-06-14 22:13:11.524 T:11401 debug <general>: CPythonInvoker(6): /usr/lib/python312.zip
2024-06-14 22:13:11.524 T:11401 debug <general>: CPythonInvoker(6): /usr/lib/python3.12
2024-06-14 22:13:11.524 T:11401 debug <general>: CPythonInvoker(6): /usr/lib/python3.12/lib-dynload
2024-06-14 22:13:11.524 T:11401 debug <general>: CPythonInvoker(6): /usr/lib/python3.12/site-packages
2024-06-14 22:13:11.524 T:11401 debug <general>: CPythonInvoker(6): adding args:
2024-06-14 22:13:11.524 T:11401 debug <general>: CPythonInvoker(6): default.py
2024-06-14 22:13:11.524 T:11401 debug <general>: CPythonInvoker(6): widevine_install
2024-06-14 22:13:11.524 T:11401 debug <general>: CPythonInvoker(6): True
2024-06-14 22:13:11.524 T:11401 debug <general>: CPythonInvoker(6, /var/lib/kodi/.kodi/addons/script.module.inputstreamhelper/default.py): entering source directory /var/lib/kodi/.kodi/addons/script.mod
2024-06-14 22:13:11.524 T:11401 debug <general>: CPythonInvoker(6, /var/lib/kodi/.kodi/addons/script.module.inputstreamhelper/default.py): instantiating addon using automatically obtained id of "script.
2024-06-14 22:13:11.791 T:11263 debug <general>: PushCecKeypress - received key b duration 382
2024-06-14 22:13:11.854 T:11401 debug <general>: [script.module.inputstreamhelper] Platform information: uname_result(system='Linux', node='tvpi4', release='6.6.33-1-rpi', version='#1 SMP PREEMPT Wed Ju
2024-06-14 22:13:11.885 T:11401 warning <general>: [script.module.inputstreamhelper] Recursively create directory '/var/lib/kodi/.kodi/cdm/'.
2024-06-14 22:13:11.888 T:11401 error <general>: [script.module.inputstreamhelper] Widevine CDM is not installed.
2024-06-14 22:13:11.892 T:11401 debug <CAddonSettings[[email protected]]>: trying to load setting definitions from old format...
2024-06-14 22:13:11.892 T:11401 debug <CSettingsManager>: requested setting (label1) was not found.
2024-06-14 22:13:11.893 T:11401 warning <general>: [script.module.inputstreamhelper] Recursively create directory '/var/lib/kodi/.kodi/userdata/addon_data/script.module.inputstreamhelper/temp/'.
2024-06-14 22:13:11.894 T:11401 debug <general>: [script.module.inputstreamhelper] Found system architecture arm64
2024-06-14 22:13:11.894 T:11401 debug <general>: [script.module.inputstreamhelper] Acquiring Widevine EULA from x86 files.
2024-06-14 22:13:11.894 T:11401 debug <general>: [script.module.inputstreamhelper] Request URL: https://dl.google.com/widevine-cdm/versions.txt
2024-06-14 22:13:12.125 T:11401 debug <general>: [script.module.inputstreamhelper] Response code: 200
2024-06-14 22:13:15.524 T:11401 critical <general>: [script.module.inputstreamhelper] could not find any available cdm in repo
2024-06-14 22:13:15.548 T:11401 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: 'NoneType' object has no attribute 'get'
Traceback (most recent call last):
File "/var/lib/kodi/.kodi/addons/script.module.inputstreamhelper/default.py", line 8, in <module>
run(sys.argv)
File "/var/lib/kodi/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/api.py", line 15, in run
widevine_install(choose_version=params[2])
File "/var/lib/kodi/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/api.py", line 48, in widevine_install
Helper('mpd', drm='widevine').install_widevine(choose_version=choose_version)
File "/var/lib/kodi/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/__init__.py", line 39, in clean_before_after
result = func(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/kodi/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/__init__.py", line 230, in install_widevine
if not widevine_eula():
^^^^^^^^^^^^^^^
File "/var/lib/kodi/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/widevine/widevine.py", line 40, in widevine_eula
cdm_version = latest_widevine_version(eula=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/kodi/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/widevine/widevine.py", line 162, in latest_widevine_version
return latest_widevine_available_from_repo().get('version')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
-->End of Python script error report<--
2024-06-14 22:13:15.549 T:11401 debug <general>: onExecutionDone(6, /var/lib/kodi/.kodi/addons/script.module.inputstreamhelper/default.py)
Previously, in january 2024, inputstreamhelper is successfully downloaded library to /.kodi/cdm.chromerecover/libwidevinecdm.so and to other directories (erased after manual plugin update).
Well, so, ...:
Some message on the screen may be useful for end-users.
May be to add some more debugging between Response code 200 OK and CRITICAL ... could not find any available cdm in repo? Currently it is unclear, what is going on.
4. Cant find any news about libwidevine and glibc v2.39. Current ldd libwidevine.so.4.10.2662.3 produces error after system upgrade (and patched glibc-widevine removed from repos):
Hello, @horstle!
InputStreamHelper Installed from comment:
#563 (comment)
It fails to download
libwidevinecdm.so
with "See logs for more info" message.kodi.log contains following:
Previously, in january 2024, inputstreamhelper is successfully downloaded library to
/.kodi/cdm.chromerecover/libwidevinecdm.so
and to other directories (erased after manual plugin update).Well, so, ...:
Response code 200 OK
andCRITICAL ... could not find any available cdm in repo
? Currently it is unclear, what is going on.4. Cant find any news aboutlibwidevine
andglibc
v2.39. Currentldd libwidevine.so.4.10.2662.3
produces error after system upgrade (and patched glibc-widevine removed from repos):The text was updated successfully, but these errors were encountered: