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