emilsvennesson / script.module.inputstreamhelper

A simple Kodi module that makes life easier for add-on developers relying on InputStream based add-ons and DRM playback.
MIT License
135 stars 49 forks source link

Widevine decompression issue #526

Closed pblacq closed 1 year ago

pblacq commented 1 year ago

Attempting to install Widevinecdm using 0.5.10+matrix.

The Chromium image appears to be corrupted (attempted several times).

Downloads ok, but after a while fails with a zlib error: zlib.error: Error -3 while decompressing data: invalid literal/length code

attempting to manually unzip the archive: ~/.kodi/userdata/addon_data/script.module.inputstreamhelper/temp/chromeos_15117.112.0_bob_recovery_stable-channel_mp.bin.zip results in a similar error: error: invalid compressed data to inflate.

Is there a work around to change the source of chromeOS image?

horstle commented 1 year ago

In the inputstreamhelper settings there is the "Install from" option. You can either specify a URL in the setting below before clicking on "install from" or specify a local file during the dialog.

g-t3n commented 1 year ago

I've got the same issue, but I've solved downloaded the zip from my pc and load onto rpi4 via smb.

horstle commented 1 year ago

Is this still happening?

g-t3n commented 1 year ago

Hi I’ve tried the past week and seems to work fineIl giorno 10 apr 2023, alle ore 15:04, horstle @.***> ha scritto: Is this still happening?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

horstle commented 1 year ago

Thanks for the info, then I'll close the issue.

g-t3n commented 1 year ago

Thank you!