Inputstream not working on Wetek Play 2 Alpha 8.90.005

  • I just updated my wetek play 2 to the latest alpha build (005) and tried to open Inputstreams from Amazon, Sky, Maxdome. Every single one of them failed - with the old widevine file (working before update) and the most recent one (Downloaded via inputstream.helper).

    In the log i find this (example):

    Code
    09:36:09.161 T:3526718320  NOTICE: [Amazon VOD] Using inputstream.adaptive Version: 2.2.27.0
    09:36:09.341 T:4092997648  NOTICE: VideoPlayer::OpenFile: /storage/Amazon/TV/Brooklyn Nine-Nine/Brooklyn Nine-Nine - S01E01 - Wir fangen Verbrecher und sehen gut dabei aus.strm
    09:36:09.350 T:3339072368  NOTICE: Creating InputStream
    09:36:09.351 T:3339072368   ERROR: ADDON: Could not locate inputstream.adaptive.so.2.1.8
    09:36:09.352 T:3339072368   ERROR: IAddonInstanceHandler::CreateInstance: inputstream.adaptive returned bad status "Permanent failure" during instance creation
    09:36:09.352 T:3339072368   ERROR: CVideoPlayer::OpenInputStream - error opening [/storage/Amazon/TV/Brooklyn Nine-Nine/Brooklyn Nine-Nine - S01E01 - Wir fangen Verbrecher und sehen gut dabei aus.strm]
    09:36:09.352 T:3339072368  NOTICE: CVideoPlayer::OnExit()

    So my guess is this line:

    Code
    ERROR: ADDON: Could not locate inputstream.adaptive.so.2.1.8

    However I dont know how to fix it. Does anyone have the same issue and can help me?

    Thank you,

    Linkin

    edit: i fixed it by copying inputstream.adaptive.so.2.2.27 to inputstream.adaptive.so.2.1.8, but I hardly believe this is the way it should be :)

    I created a github issue for this: Inputstream fails due to wrong file request · Issue #191 · peak3d/inputstream.adaptive · GitHub

    Edited once, last by Linkinsoldier (October 6, 2018 at 8:57 AM).