Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not connect to repository - LE 10.0 Beta #101

Open
Pipodi opened this issue Apr 21, 2021 · 9 comments
Open

Could not connect to repository - LE 10.0 Beta #101

Pipodi opened this issue Apr 21, 2021 · 9 comments

Comments

@Pipodi
Copy link

Pipodi commented Apr 21, 2021

I was trying to install Transmission on my LE distro on a RPi4, but I´m getting this error on kodi.log

2021-04-21 19:20:47.977 T:1947    ERROR <general>: CCurlFile::Open failed with code 404 for https://raw.githubusercontent.com/thoradia/thoradia/9.80.11/9.80.11/RPi2/arm/addons.xml.md5:

2021-04-21 19:20:47.977 T:1947    ERROR <general>: Open - <https://raw.githubusercontent.com/thoradia/thoradia/9.80.11/9.80.11/RPi2/arm/addons.xml.md5> failed to open
2021-04-21 19:20:47.977 T:1947    ERROR <general>: CRepository: failed read 'https://raw.githubusercontent.com/thoradia/thoradia/9.80.11/9.80.11/RPi2/arm/addons.xml.md5'

Infos:

LibreELEC (official): 9.95.1 10.0 (Kernel: Linux 5.10.17)
Version info:

  • build 19.0
  • git: 19.0-Matrix
  • compiled: 2021-03-11

File installed: service.thoradia-9.80.6.25.zip

@omelnyk10
Copy link

Any news on this? When this issue will be fixed ?

@TepMan
Copy link

TepMan commented Jul 6, 2021

Have the same issue, Kodi 19.1.0 LibreELEC 9.95.5 (10.0), service.thoradia-9.80.6.25.zip, any news on it?

@my2dream
Copy link

The same issue arises for me, too.
kodi 19.1 LibreELEC 9.95.5 (10.0), service.thoradia-9.80.6.25.zip

Isn't this the version you support?
"for LibreELEC version 9.80.x or higher,..."
from https://github.com/thoradia/thoradia

Is there anything available in version LibreELEC 9.95.5 ?

@Tamh
Copy link

Tamh commented Sep 1, 2021

This is still happening in the definitive version of LibreELEC 10, running on Raspberry Pi 4B 4GB RAM.

It seems that the issue is that the files are not located in the right place in the repo.

2021-08-31 21:50:50.458 T:27370   ERROR <general>: CCurlFile::Open failed with code 404 for https://raw.githubusercontent.com/thoradia/thoradia/10.0.0/10.0.0/RPi2/arm/addons.xml.md5:
2021-08-31 21:50:50.458 T:27370   ERROR <general>: CFileCache::Open - <https://raw.githubusercontent.com/thoradia/thoradia/10.0.0/10.0.0/RPi2/arm/addons.xml.md5> failed to open
2021-08-31 21:50:50.458 T:27370   ERROR <general>: CRepository: failed read 'https://raw.githubusercontent.com/thoradia/thoradia/10.0.0/10.0.0/RPi2/arm/addons.xml.md5'

@Petemir
Copy link

Petemir commented Sep 14, 2021

This is still happening in the definitive version of LibreELEC 10, running on Raspberry Pi 4B 4GB RAM.

It seems that the issue is that the files are not located in the right place in the repo.

2021-08-31 21:50:50.458 T:27370   ERROR <general>: CCurlFile::Open failed with code 404 for https://raw.githubusercontent.com/thoradia/thoradia/10.0.0/10.0.0/RPi2/arm/addons.xml.md5:
2021-08-31 21:50:50.458 T:27370   ERROR <general>: CFileCache::Open - <https://raw.githubusercontent.com/thoradia/thoradia/10.0.0/10.0.0/RPi2/arm/addons.xml.md5> failed to open
2021-08-31 21:50:50.458 T:27370   ERROR <general>: CRepository: failed read 'https://raw.githubusercontent.com/thoradia/thoradia/10.0.0/10.0.0/RPi2/arm/addons.xml.md5'

The problem isn't that the files are not located in the right place, but that those files do not exist. The plugins (almost surely) won't work with LE10/Kodi 19. The easiest way to solve this is to use the docker version of the programs, provided by linuxserver.io.

@Tamh
Copy link

Tamh commented Sep 14, 2021

Funny that you mention that the plugins don't work with LE10/Kodi 19, since I forked this project, cloned it locally, renamed the folders to 10, changed a couple things in the Python file, and all the plugins I use are working without issue:

  • qbittorrent
  • aria2
  • radarr
  • nzbget

@Petemir
Copy link

Petemir commented Sep 14, 2021

Well, I don't know if it is funny, but it is lucky for you :) . I said that they almost surely won't work. Kodi 19 dropped support for python2, so depending on how long ago the different plugins were updated in this repo, they may have (or not) be already updated to python3.

If the repository doesn't have the /10.0.0/ paths in it, it may indicate something; most likely, that the kodi version isn't supported (or, at least, it hasn't been tested/approved by the maintainer).

@FdelMazo
Copy link

FdelMazo commented Feb 9, 2023

all the plugins I use are working without issue:
* qbittorrent
* aria2
* radarr
* nzbget

@Tamh I looked at your fork but couldn't find the zip for radarr, is it published anywhere?

I also tried installing your repo on my LibreELEC-RPi4.arm-10.95.0.img.gz, but again we bump into the issue of the repo not having the files for a specific LE version (the source of this issue). Maybe there's a way to modify the repo installation script so that it falls back into the nearest major version release of the repo, instead of failing?

@FdelMazo
Copy link

The easiest way to solve this is to use the docker version of the programs, provided by linuxserver.io.

I ended up doing this. Thanks for the idea!

I forked the add-on repo, adapted it for LE11, and installed it on my RPi4 and everything worked great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants