Suddenly, my HBOGO and Netflix stopped working. Yesterday everything was ok ..... Reinstalling it did nothing.
Can someone help me?
Link to the log:
HBOGO and Netflix stopped working. Libreelec 9.2.6 and 9.95.2
-
taxmilibre -
May 9, 2021 at 8:08 PM -
Thread is Resolved
-
- Go to Best Answer
-
These log lines
Code2021-05-09 20:43:31.572 T:2563040112 NOTICE: [script.module.inputstreamhelper] Widevine update check was made on 2021-05-08 01:00 ... 2021-05-09 20:43:32.314 T:2528109424 ERROR: AddOnLog: InputStream Adaptive: Unable to load widevine shared library (/storage/.kodi/cdm/libwidevinecdm.so)
look like inputstreamhelper installed a new widevine library yesterday and now it's broken.
You could try reinstalling it in the inputstreamhelper addon or force an update.
Updating widevine is a bit like russian roulette... I had quite a lot of similar "fun" back then when I used netflix on RPi...
so long,
Hias
-
- Best Answer
- Official Post
Select the "InputStream Helper" add-on (at user add-ons -> program add-ons).
Select "Configure".
Downgrade to the former (working) Widevine version.
-
Thank you very much for help. I reverted back to my previous widevine version and it works in both Libreelec versions.
-
I did a fresh install of LE 9.2.6 but it comes with InputStream Helper 0.52 which doesn't work. There is not an option to downgrade, even when I check Configure from dd-ons -> program add-ons.
I manually downloaded the temporary 0.53 fix but I'm at a loss on where to place it. It's zipped but either zipped of not I'm struggling to get Kodi to see it.
I would sincerely appreciate your help.
Thanks,
A.
-
- Official Post
-
Thanks! I've followed the links to here which gives me an option to download the library itself libwidevinecdm.so
I'll do this later and let you know.
QuoteARMv7 4.10.1679.0 here if anybody needs
(just rename it to libwidevinecdm.so)
or
widevine_4.10.1679.0.orig.tar.xz
(extract and find the file in widevine\opt\WidevineCdm_platform_specific\linux_arm"
Instructions for restoring the older version are here.
QuoteI can confirm that restoring previous libwidevinecdm.so from backup solves the problem:
find / -name "libwidevinecdm.so"
/storage/.kodi/cdm/libwidevinecdm.so
/storage/.kodi/userdata/addon_data/script.module.inputstreamhelper/backup/13816.64.0/libwidevinecdm.so
/storage/.kodi/userdata/addon_data/script.module.inputstreamhelper/backup/13729.56.0/libwidevinecdm.so
/storage/.kodi/userdata/addon_data/script.module.inputstreamhelper/backup/13505.111.0/libwidevinecdm.so
cp -a /storage/.kodi/userdata/addon_data/script.module.inputstreamhelper/backup/13729.56.0/libwidevinecdm.so /storage/.kodi/cdm/
Instead of the not working libwidevinecdm.so version 13816.64.0, the previous version 13729.56.0 works right.
-
I can now confirm that copying the new library file libwidevinecdm.so to the cdm directory (/storage/.kodi/cdm/) works. Netflix is up and running, now.
Thanks for your assistance.
Please close.
A.