Kodi Community Forum

Full Version: YouTube
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Youtube is not playing any video

All videos same error

Tried new apis

Reistalled. All
But same error came

How watch youtube videos in kodi

Plz help me
Hello, this is my first post here.

Platform: iOS 9.3.5
Kodi: 18.9
YouTube: 6.8.25
Debug Log: https://paste.kodi.tv/moturuqaki.kodi

I entered the API Key, API ID and API Secret. Then connected the device successfully. But when I try to use YouTube, it still asks for an API key.
Can you please help me with this? I appreciate any help you can provide.
I forgot to post this screenshot and there is no "Edit" button. So I'm posting it as a new post.

Image
(2023-05-29, 18:38)daratmp Wrote: [ -> ]and there is no "Edit" button
There is an Edit option, it is just not yet available for you as a newcomer to this forum.
It is part of our anti-spam measures. These will vanish for you over time.
On my kodi.log it's appears this error:
2023-06-06 11:45:50.476 T:829     error <general>: CAddonInstallJob[plugin.video.youtube]: failed to find dependency script.module.infotagger


I have update to kodi 20.1 and how i have try to update my kodi addons to current 7.0.2 alpha 7.... how i can fix ?
(2023-06-06, 11:51)DjDiabolik Wrote: [ -> ]On my kodi.log it's appears this error:
2023-06-06 11:45:50.476 T:829     error <general>: CAddonInstallJob[plugin.video.youtube]: failed to find dependency script.module.infotagger


I have update to kodi 20.1 and how i have try to update my kodi addons to current 7.0.2 alpha 7.... how i can fix ?

if it needs a dependency then my thought would be to install that dependency - https://kodi.tv/addons/nexus/script.module.infotagger
How would I make these changes under Kodi on my firestick?
(2023-06-06, 15:54)dapapers1 Wrote: [ -> ]How would I make these changes under Kodi on my firestick?

i dont understand your question, you would simply install the addon like on any other kodi installation - https://kodi.wiki/view/Add-on_manager
- https://kodi.wiki/view/Add-ons
Is there any way to get back the video length on the list view?

I really don't need to know I watched the video in HD AFTER the fact - but now I can't t6ell how long videos are after the Kodi update and I decide what to watch sometimes based on how long a video is - now it's gone - is that from the Kodi update or an update to the YouTube app?
(2023-06-06, 15:48)jepsizofye Wrote: [ -> ]
(2023-06-06, 11:51)DjDiabolik Wrote: [ -> ]On my kodi.log it's appears this error:
2023-06-06 11:45:50.476 T:829     error <general>: CAddonInstallJob[plugin.video.youtube]: failed to find dependency script.module.infotagger


I have update to kodi 20.1 and how i have try to update my kodi addons to current 7.0.2 alpha 7.... how i can fix ?

if it needs a dependency then my thought would be to install that dependency - https://kodi.tv/addons/nexus/script.module.infotagger

This happens if you attempt to upgrade the addon by a file copy/paste or update Kodi from Matrix to Nexus with plugin youtube already installed.  The dependency is a new requirement and you need to install from repo or zip so Kodi will load the dependency as a module addon.  I don't think there is any way to install a module addon via the UI, but you could download it as a zip and install it that way, though just installing youtube plugin itself is the preferred method

https://mirrors.kodi.tv/addons/nexus/scr...-0.0.7.zip

scott s.
.
I recently had to manually install plugin.video.youtube-7.0.2.alpha7.zip because YouTube plugin was borked for several weeks. 
https://github.com/anxdpanic/plugin.vide...e/releases

7.0.2.alpha7 works but you can't get high resolutions like 4K with Use MPEG-DASH setting.

Here is my workaround (maybe it would be useful for others too):
 - if you use external player in KODI (I use mpv)
 - YouTube Settings > Advanced > Support alternative player (enabled) + Use YouTube website urls (enabled)

Now you can watch 4K YouTube video in mpv. Select "Play using.." > MPV from the context menu.
Sure you have to setup external player first. Kodi should have wiki how to do it iirc.
Starting yesterday, entering any playlist including "My Subscriptions" takes 2 -3 minutes. also starting any video takes some time (1-2-3 minutes).
I tried different versions of plugin  - 7.0.1, 7.0.2alfa7-Matrix,  6.8.27alpha7-Matrix - all the same.
I successfully installed Youtube add-on and started with the wizard which I couln't finish a few days ago.

On a later reboot I found out that youtube add-on was deactivated and I was unable to activate it.
So I unistalled youtube add-on

Since this time I'm unable to re-install youtube anymore: it says missing dependency and activate is not possible
The log says there is an issue with sqlite_readonly_dbmoved

What can I do to start form scratch and continue with the setup wizard?

Thanks in advance!
@A0A0 - your question above has been merged into the YT support thread (this current one that you're reading) from its own thread.

Just a courtesy notice in case you wondered where your original thread went.
re-install kodi youtube plugin:

2023-06-11 13:11:27.698 T:1410    error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'ModuleNotFoundError'>
                                                   Error Contents: No module named 'infotagger'
                                                   Traceback (most recent call last):
                                                     File "/opt/Kodi20/.kodi/addons/plugin.video.youtube/resources/lib/startup.py", line 11, in <module>
                                                       from youtube_plugin.kodion import service
                                                     File "/opt/Kodi20/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/__init__.py", line 21, in <module>
                                                       from .impl import Context
                                                     File "/opt/Kodi20/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/impl/__init__.py", line 12, in <module>
                                                       from .xbmc.xbmc_context import XbmcContext as Context
                                                     File "/opt/Kodi20/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/impl/xbmc/xbmc_context.py", line 29, in <module>
                                                       from .xbmc_playlist import XbmcPlaylist
                                                     File "/opt/Kodi20/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/impl/xbmc/xbmc_playlist.py", line 15, in <module>
                                                       from . import xbmc_items
                                                     File "/opt/Kodi20/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/impl/xbmc/xbmc_items.py", line 13, in <module>
                                                       from infotagger.listitem import ListItemInfoTag
                                                   ModuleNotFoundError: No module named 'infotagger'
                                                   -->End of Python script error report<--

How exactly can I re-install infotagger? It's not possible via dependencies from youtube plugin

see also https://github.com/anxdpanic/plugin.vide...issues/479

This worked for me: 
"The only thing that worked for me was to manually copy infotagger/listitem.py under ~/.kodi/addons/plugin.video.youtube/resources/lib/infotagger."