kodi-invidious-plugin icon indicating copy to clipboard operation
kodi-invidious-plugin copied to clipboard

Invideous Broken PythonToCppException

Open ghost opened this issue 3 years ago • 6 comments

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

ghost avatar Apr 21 '22 12:04 ghost

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.

0x004a avatar Jun 05 '22 07:06 0x004a

@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?

TheAssassin avatar Jun 05 '22 15:06 TheAssassin

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.

0x004a avatar Jun 05 '22 19:06 0x004a

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... :(

vanfanel avatar Jan 22 '23 22:01 vanfanel

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:~ #

petterreinholdtsen avatar Feb 18 '23 17:02 petterreinholdtsen

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.

SethFalco avatar Apr 01 '23 15:04 SethFalco