Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

Invideous Broken PythonToCppException #16

Open
ghost opened this issue Apr 21, 2022 · 6 comments
Open

Invideous Broken PythonToCppException #16

ghost opened this issue Apr 21, 2022 · 6 comments

Comments

@ghost
Copy link

ghost commented Apr 21, 2022

Using kodi 19.4, I get errors when trying to use the app that prevent me from using it

Here's the log
kodi.log

@0x004a
Copy link

0x004a commented Jun 5, 2022

This Invidious Add-on isn't working for the latest LibreELEC on Raspberry Pi 4.

Not sure why, but looking at repository, seems to be using the instance "invidio.us", which just redirects to a list of instances: https://redirect.invidious.io/

Could it be changed to "yewtu.be" ? It's an instance that seems to work very well.

@TheAssassin
Copy link
Owner

@0x004a you can already enter your own URL in the settings. I'll change the default to some working instance, though.

Is this even related to @Arndorferd's issue, though?

@0x004a
Copy link

0x004a commented Jun 5, 2022

Is this even related to @Arndorferd's issue, though?

No, probably not. Was just a guess.

But same latest version "Kodi 19.4" on LE RPi4, it's not working either. Currently surviving the torture by sharing NewPipe videos to Kore, that shares to Kodi.

@vanfanel
Copy link

vanfanel commented Jan 22, 2023

I can confirm this once great plugin does not work at all on Libreelec 10.0.4 (Kodi 19 Matrix) on the Raspberry Pi 4... :(

@petterreinholdtsen
Copy link

Could it be a missing dependency? I get this when trying to run the script manually from within LibreELEC:

projector:~ # python3 /storage/.kodi/addons/plugin.video.invidious/resources/lib/invidious_addon.py
Traceback (most recent call last):
  File "/storage/.kodi/addons/plugin.video.invidious/resources/lib/invidious_addon.py", line 3, in <module>
    import invidious_plugin
  File "/storage/.kodi/addons/plugin.video.invidious/resources/lib/invidious_plugin.py", line 3, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'
projector:~ #

@SethFalco
Copy link

SethFalco commented Apr 1, 2023

Could it be changed to "yewtu.be" ? It's an instance that seems to work very well.

It can't be changed to yewtu.be anymore, since it has API access disabled. [source]

Atm I think an instance like https://vid.puffyan.us would be a better choice.

Edit: Ahh, disregard this. In recent commits I can see the default has already been changed to a working instance. It just hasn't been released/published to the Kodi repo.

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

No branches or pull requests

5 participants