No LibreELEC-Addons on Nightly Builds

  • Hi,

    Have an RPI3 ant tried to install several Nightly Builds from the scratch.

    I have tried several Ways, Install 9.2.8 and update or installnew from Index of /

    every time it is ending with LibreELEC Addons not working, so i am not able to install a Tvheadend Client Addon for example, which is all i need.

    in the kodi,log i get a

    2021-09-16 07:56:56.384 T:739 ERROR <general>: CFileCache::Open - <https://addons.libreelec.tv/10.80.0/ARMv7/…s.xml.gz.sha256> failed to open

    2021-09-16 07:56:56.384 T:739 ERROR <general>: CRepository: failed read 'https://addons.libreelec.tv/10.80.0/ARMv7/…s.xml.gz.sha256'

    2021-09-16 07:56:56.421 T:696 INFO <general>: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY

    2021-09-16 07:56:56.706 T:696 WARNING <general>: CGUIMediaWindow::OnMessage - updating in progress

    2021-09-16 07:56:58.137 T:844 ERROR <general>: GetDirectory - Error getting addons://repository.libreelec.tv/

    2021-09-16 07:56:58.186 T:696 ERROR <general>: CGUIMediaWindow::GetDirectory(addons://repository.libreelec.tv/) failed

    when i try manually

    rhaspi01:~/.kodi/temp # curl https://addons.libreelec.tv/10.80.0/ARMv7/arm/addons.xml.gz.sha256

    <html>

    <head><title>404 Not Found</title></head>

    <body bgcolor="white">

    <center><h1>404 Not Found</h1></center>

    <hr><center>nginx/1.14.0 (Ubuntu)</center>

    </body>

    </html>

    rhaspi01:~/.kodi/temp #

    and that is (i think) how i should be

    rhaspi01:~/.kodi/temp # curl https://addons.libreelec.tv/10.0.0/ARMv7/arm/addons.xml.gz.sha256

    73b06a6e4c0bce27fb3bc80902a7ec6713f24e65b3322e0db37cfead6c67f91f

    rhaspi01:~/.kodi/temp #

    so .. where is that obviously false URL coming from ... and how can i change that?

    regards

    Volker

  • The 10.80.0 URL is correct, it means we can step through pre-Alpha, Alpha, Beta, RC and then finally 11.0.0 as the release version. However we are still in the process of merging a large backlog of package change for LE11 (master branch) so we didn't build and publish add-ons yet.

  • it's pulled out of le10 and it works

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>

    <addon id="repository.libreelec.iptv"

    name="LibreELEC Add-ons"

    version="10.0.0"

    provider-name="Team LibreELEC">

    <extension point="xbmc.addon.repository"

    name="LibreELEC Add-ons">

    <info>https://addons.libreelec.tv/10.0.0/ARMv8/arm/addons.xml.gz</info>

    <checksum verify="sha256">https://addons.libreelec.tv/10.0.0/ARMv8/a…s.xml.gz.sha256</checksum>

    <datadir zip="true">https://addons.libreelec.tv/10.0.0/ARMv8/arm</datadir>

    </extension>

    <extension point="xbmc.addon.metadata">

    <summary>LibreELEC Add-ons</summary>

    <description>The LibreELEC add-on repository contains Kodi PVR Clients and Servers, Screensavers, Visualisations, and more. Add-ons in this repository are maintained and supported by LibreELEC staff and YOU the community. If you find a broken or non-working add-on please report it via the forums, or help by submitting fixes via GitHub.</description>

    <platform>all</platform>

    </extension>

    </addon>