Beiträge von kiril_pld

    Hi,

    is it possible to create this addon for linux aarch64 for Kodi 21 ? Tnx.

    Yes i second that, i tried to build it myself but cant boot in any linux with the boxes that i have.

    PS: I manage to build it on trough docker addon on corelec. I have to use this from second post:

    Code
    mkdir -p xbmc/cmake/addons/addons/pvr.eon/
    echo "pvr.eon https://github.com/flubshi/pvr.eon Nexus" > xbmc/cmake/addons/addons/pvr.eon/pvr.eon.txt
    echo "all" > xbmc/cmake/addons/addons/pvr.eon/platforms.txt

    Only change nexus to omega


    also this https://github.com/nirvana-7777/pvr.eon/issues/10

    so that could build without errors.


    But the problem is that after install it and enter correct credentials i get this:

    2024-06-28 20:35:04.695 T:1086 error <general>: AddOnLog: pvr.eon: Failed to get OTP
    2024-06-28 20:35:04.696 T:1086 error <general>: AddOnLog: pvr.eon: Open URL failed with 401.
    2024-06-28 20:35:04.696 T:1086 error <general>: AddOnLog: pvr.eon: Failed to get JSON for URL https://api-android-tv.vivacom-af31.cdn.united.cloud/v1/households and body . Status code: 401
    2024-06-28 20:35:04.696 T:1086 error <general>: AddOnLog: pvr.eon: Failed to get households
    2024-06-28 20:35:04.737 T:1086 error <general>: AddOnLog: pvr.eon: Failed to get OTP
    2024-06-28 20:35:04.737 T:1086 error <general>: AddOnLog: pvr.eon: Open URL failed with 401.
    2024-06-28 20:35:04.737 T:1086 error <general>: AddOnLog: pvr.eon: Failed to get JSON for URL https://api-android-tv.vivacom-af31.cdn.united.cloud/v1/sp and body . Status code: 401
    2024-06-28 20:35:04.737 T:1086 error <general>: AddOnLog: pvr.eon: Failed to get service provider

    and it doesn't work.


    I attach the compiled addon if someone need it.