kid63
1
Since today i’ve got following issue:
10:00:30.124 T:2618454784 DEBUG: [script.module.inputstreamhelper-0.3.1]: Platform information: ('Linux', 'osmc', '3.14.29-54-osmc', '#1 SMP Thu Jan 11 17:19:56 UTC 2018', 'armv7', '')
10:00:30.127 T:2618454784 DEBUG: [script.module.inputstreamhelper-0.3.1]: inputstream.adaptive is installed and enabled.
10:00:30.127 T:2618454784 DEBUG: [script.module.inputstreamhelper-0.3.1]: Unsupported Widevine architecture found: armv
10:00:41.330 T:2618454784 NOTICE: [Amazon VOD] No Inputstream Addon found or activated
wrong Architecture, and doesn’t disappear, no matter which script-version i use. The 7 is missing.
Netflix is still ok.
kid63
3
Oh man, just forgot to implement the patch, how ridiculous
Well, that’s what this forum is for… It was just a click away. So, it’s fixed for you?
If yes, please mark this as solved.
kid63
5
there’s a much simplier solution tha the patch, just add an asterisk to:
elif 'armv*' in arch:
arch = 'armv*' + arch.split('v')[1][:-1]
et voila.
Talking about the patch from this thread: Widevine problems ?
Just report that back to them over there… Might be useful to others.
kid63
7
Release 0.3.2 of Inputstreamhelper.
Thank you for sharing this for others that might be affected as well!
1 Like
kid63
9
A pleasure, u’re welcome!
I’ve replied on the GitHub issue to clarify some things.
Sam