Posts by abws

    Currently trying to install PVR iptv simple I have:

    2023-12-10 10:59:14.954 T:14002   error <general>: Requested path https://addons.libreelec.tv/11.80.3/ARMv8/arm/pvr.iptvsimple/pvr.iptvsimple-21.6.0.1.zip not found in known repository directories
    2023-12-10 10:59:14.954 T:14002   error <general>: CAddonInstallJob[pvr.iptvsimple]: failed to resolve addon install source path

    ix.io is not working so I pasted here

    External Content pastebin.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.


    I tried to force refresh the repositories (both kodi and librelec), no better.

    with:

    If you have ssh access, you can increase libdvdcss debug this way:

    Code
    systemctl edit kodi.service

    then in the editor add:

    Code
    [Service]
    Environment=DVDCSS_VERBOSE=2

    then run systemctl daemon-reload and systemctl restart kodi.service.

    Retry your DVD and check in /storage/.kodi/temp/kodi.log the log fro libdvdcss errors.

    I have the same issue except I have no July image to test against. I doubt this is a kodi/libdvdcss error per even if I hack libreelec build to build against upstream videolan libdvdcss also fails. (mind that I tried on ubuntu image with kodi - 18 as the ubuntu image is old, ie focal - and libdvd-pkg libdvdcss on the same odroid c2 arm64 box, same DVD, same drive and it works).

    Do you have a libreelec commit that works (ie from July) so I could build it?

    Also on amd64 kodi 20 and 19 both decrypt correctly this DVD with libdvdcss on the same drive (external usb one).

    The debug log I get with the above DVDCSS_VERBOSE=2:

    (...)

    ie none of the key get decrypted

    It could be related, a debug build of libreelec would tell from the segfault stacktrace. But it is likely. I made a test case in https://github.com/LibreELEC/LibreELEC.tv/issues/6266 sqlite3_crash.py . But I cannot reproduce the crash with a python 3.9.11 build run from builddir (I cannot tell if it loads the modules from the right spot) made from git on x86_64 or with debian python 3.9.2 on x86_64. For now I can only on my LibreElec box python 3.9.11 (Odroid C2 aarch64).

    Do you run your Generic build on x86_64 ?

    Pretoriano I did the rebuild of chewitt amlogic branch up to commit c4dff4fd12f51c7f03d0858fb6e392a778c3e9c9.

    Vanilla chewitt branch, second playback through the jellyfin addon, segfault of kodi and it restarts itself.

    Chewitt branch with python reverted to python 3.8.12, no crash.

    I reverted commits 006e9ffca229cc44fcdc04fb2f75b72fc130f8a6 "Python3: update to 3.9.11" and 1f01979e543218def7eead275ab69b124b16d19a "Python3: update to 3.9.10"