• 1
  • 87
  • 88
  • 89(current)
  • 90
  • 91
  • 149
Release YouTube
Issue #163 seems to be back. Can someone verify?
Reply
Unable to edit Post:

Code:
2022-01-05 11:31:09.294 T:1328  WARNING <general>: OutputPicture - timeout waiting for buffer
2022-01-05 11:31:16.490 T:1329     INFO <general>: Skipped 136 duplicate messages..
2022-01-05 11:31:16.490 T:1329     INFO <general>: CVideoPlayerAudio:Tonguerocess - stream stalled
2022-01-05 11:31:16.514 T:1328  WARNING <general>: OutputPicture - timeout waiting for buffer
2022-01-05 11:32:17.739 T:1322     INFO <general>: Skipped 1 duplicate messages..
2022-01-05 11:32:17.739 T:1322    ERROR <general>: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
2022-01-05 11:32:17.739 T:1322  WARNING <general>: CCurlFile::FillBuffer - Reconnect, (re)try 1
2022-01-05 11:32:30.182 T:1329     INFO <general>: CVideoPlayerAudio:Tonguerocess - stream stalled
2022-01-05 11:32:32.302 T:1328    ERROR <general>: CDVDVideoCodecDRMPRIME::AddData - send packet failed: Invalid data found when processing input (-1094995529)
2022-01-05 11:32:39.511 T:1328    ERROR <general>: CDVDVideoCodecDRMPRIME::AddData - send packet failed: End of file (-541478725)
2022-01-05 11:32:50.743 T:1328     INFO <general>: Skipped 50 duplicate messages..
2022-01-05 11:32:50.743 T:1328    ERROR <general>: CDVDVideoCodecDRMPRIME::AddData - send packet failed: End of file (-541478725)
2022-01-05 11:33:06.995 T:1328     INFO <general>: Skipped 36 duplicate messages..
2022-01-05 11:33:06.995 T:1328    ERROR <general>: CDVDVideoCodecDRMPRIME::AddData - send packet failed: End of file (-541478725)
2022-01-05 11:33:18.545 T:1329     INFO <general>: CVideoPlayerAudio:Tonguerocess - stream stalled
2022-01-05 11:33:21.419 T:1328    ERROR <general>: CDVDVideoCodecDRMPRIME::AddData - send packet failed: End of file (-541478725)
2022-01-05 11:33:32.914 T:1328     INFO <general>: Skipped 92 duplicate messages..
2022-01-05 11:33:32.914 T:1328    ERROR <general>: CDVDVideoCodecDRMPRIME::AddData - send packet failed: End of file (-541478725)
2022-01-05 11:33:43.923 T:1329     INFO <general>: CVideoPlayerAudio:Tonguerocess - stream stalled
2022-01-05 11:33:48.159 T:1328    ERROR <general>: CDVDVideoCodecDRMPRIME::AddData - send packet failed: End of file (-541478725)
2022-01-05 11:33:48.977 T:1322     INFO <general>: Skipped 204 duplicate messages..
2022-01-05 11:33:48.977 T:1322    ERROR <general>: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
Reply
(2022-01-03, 21:38)shaktoo Wrote:
(2022-01-03, 00:11)SilentR33p3r Wrote:
(2021-12-30, 18:18)shaktoo Wrote: Confirm This Is happeing on my NVIDIA SHIELD Kodi Matrix 19.3 as well."
"proycon commented yesterday • 

Create a new "OAuth 2.0 Client ID" on https://console.cloud.google.com/apis/credentials and set type to 'TV and limited input device' (modifying the type an existing one is not possible), make sure to update the API Id and API secret for this kodi plugin.
(this is not a bug, google probably made some stuff stricter)"

C/P from GitHub issues. Got me going again.
@SilentR33p3r : Thanks for sharing this.
I shall be trying this later tonight
Big Grin
Indeed thanks for sharing. I ended up having to create a whole new project with a new API and OAUTH 2 client (new credentials under existing project didn't work for me). I also cleared the function and data cache in the addon. Eventually it worked. Thanks again for the info
Reply
Please, how can I view unlisted videos from my own channel?
Reply
Seems pretty unstable for me since a couple days ago, using the playlist "play from here" might make it more unstable, not sure. Could be my internet, it's hard to tell but looks like an unstable connection can make it pretty bad, videos that randomly close, freeze, or freeze but audio keeps going, long buffer times, or buffering and crash, or kodi crashes.

Would be nice to make the addon more stable for unstable connections (if that's the issue) could solve lots of issues.

Also from the playlists the default one "Watch later" playlist has been gone for a long time, at least for me.
Reply
Using YouTube daily without any major issues including Watch Later and I'm on a relatively slow connection.

If you don't even have Watch Later working then it seems your YouTube addon is not setup correctly.

You need to take the appropriate steps for Watch Later and History to work. Instructions are posted earlier in this thread (search my posts) or on github.
If I have helped you or increased your knowledge please click the 'Thumb Up - Like' button to show me your appreciation :)
For YouTube questions see the official thread here.
Reply
(2022-01-01, 13:08)Majide Wrote:
(2022-01-01, 11:34)ExTechOp Wrote: ...it is not possible (in any reasonable way) to use the Youtube add-on without API keys"? What is the reason for such a design decision?
Google API Keys have quota and if many people use the same Keys, the quota will be exceeded. That's why, every user must use personal API Keys. Without the Keys, it will not be possible for addon to work with the API.
Yes, this is clear. However, the fact that it is possible to use the Youtube web interface without logging in indicates that it is possible to use the API either without logging in, or with some kind of ad-hoc API keys. Is the method for this understood (does Youtube's own web interface use some undocumented features), could the Kodi add-on have an option to do something similar?
(The reason I'm asking this is that I'm not terribly fond of Youtube continually collecting data on what I'm watching and then monetizing this information)
Reply
(2022-01-06, 11:49)ExTechOp Wrote: ...it is possible to use the Youtube web interface without logging in indicates that it is possible to use the API either without logging in, or with some kind of ad-hoc API keys. Is the method for this understood (does Youtube's own web interface use some undocumented features), could the Kodi add-on have an option to do something similar?...
I have some Kodi installations with YouTube addon with inserted API keys, but without logging in the addon itself. So, Google can track who I'm and my watch history. This is inevitable. The YouTube website use Google owned API keys, that we can not see or use. We cannot scrape this website directly, because of protections. If Kodi implement in the future some form internal WebKit Engine, will be possible addon developers to use it for mimicking of standard web browser activity. But for now, you can create new Google account, only for generating API keys for Youtube, and never logging in it again!
Reply
I'm pretty sure it's possible to access YouTube without any api keys, because youtube-dl is able to do that. Other problem is Google license terms. But technically, it's not any problem to get access to all streams served by YouTube, play them or rip/save to disk.

Please stop saying it's technical problem. I can understand Kodi official addon does not want problems with violaton of Google license. And to be safe, keys are used because Google provides that kind of access oficially and official api.
Reply
(2021-12-15, 18:34)TheGridOne Wrote:
(2021-12-13, 14:27)graysky Wrote: Is there an update planned for python 3.10?  If one attempts to run the plugin on a system running python 3.10.1, it crashes:
Code:
2021-12-13 07:26:51.860 T:7918    ERROR <general>: Exception ignored deletion of interned string failed
2021-12-13 07:26:51.860 T:7918    ERROR <general>: :
                                                   
2021-12-13 07:26:51.860 T:7918    ERROR <general>: Traceback (most recent call last):
                                                   
2021-12-13 07:26:51.860 T:7918    ERROR <general>:   File "/usr/lib/python3.10/sqlite3/dbapi2.py", line 83, in register_adapters_and_converters
                                                   
2021-12-13 07:26:51.865 T:7918    ERROR <general>:     
2021-12-13 07:26:51.865 T:7918    ERROR <general>: register_converter("timestamp", convert_timestamp)
2021-12-13 07:26:51.865 T:7918    ERROR <general>: 
                                                   
2021-12-13 07:26:51.865 T:7918    ERROR <general>: KeyError
2021-12-13 07:26:51.865 T:7918    ERROR <general>: : 
2021-12-13 07:26:51.865 T:7918    ERROR <general>: 'timepart_full'
2021-12-13 07:26:51.865 T:7918    ERROR <general>: 
                                                   
2021-12-13 07:26:51.865 T:7918    ERROR <general>: Exception ignored deletion of interned string failed
2021-12-13 07:26:51.865 T:7918    ERROR <general>: :
                                                   
2021-12-13 07:26:51.865 T:7918    ERROR <general>: Traceback (most recent call last):
                                                   
2021-12-13 07:26:51.865 T:7918    ERROR <general>:   File "/usr/lib/python3.10/sqlite3/dbapi2.py", line 83, in register_adapters_and_converters
                                                   
2021-12-13 07:26:51.865 T:7918    ERROR <general>:     
2021-12-13 07:26:51.865 T:7918    ERROR <general>: register_converter("timestamp", convert_timestamp)
2021-12-13 07:26:51.865 T:7918    ERROR <general>: 
                                                   
2021-12-13 07:26:51.865 T:7918    ERROR <general>: KeyError
2021-12-13 07:26:51.865 T:7918    ERROR <general>: : 
2021-12-13 07:26:51.865 T:7918    ERROR <general>: 'timepart'
2021-12-13 07:26:51.865 T:7918    ERROR <general>: 
                                                   
2021-12-13 07:26:51.865 T:7918    ERROR <general>: Exception ignored deletion of interned string failed
2021-12-13 07:26:51.865 T:7918    ERROR <general>: :
                                                   
2021-12-13 07:26:51.865 T:7918    ERROR <general>: Traceback (most recent call last):
                                                   
2021-12-13 07:26:51.865 T:7918    ERROR <general>:   File "/usr/lib/python3.10/sqlite3/dbapi2.py", line 83, in register_adapters_and_converters

Hi,

I get the same exception here, but apparently I don't use the YouTube add-on. I have the error on Kodi Matrix and on a Git build from yesterday (14-12-2021). Any ideas? Using Arch Linux.

Nothing you can do except for waiting for the bug to get fixed in Python or downgrading to an older (working) Python version.
Reply
Hi folks, I'm having occasional dropouts of audio when using the Youtube addon, and only on certain videos. Everything else, to my knowledge, works fine.

Example of a youtube video I get dropouts on: https://www.youtube.com/watch?v=-nsGtO2c4pw
Example of a youtube video which I do not get dropouts on (works fine): https://www.youtube.com/watch?v=hmm6O25BOSg
Video of my TV, demonstrating the issue: https://www.youtube.com/watch?v=O9-GzTVRIXc

I'm using an odroid n2+ 2GB with coreelec.

Any ideas?
Reply
Works fine here. Try to download movie to disk (with youtube-dl) and play it from file, to see if it works fine.
Reply
(2022-01-08, 12:53)Azelphur Wrote: Hi folks, I'm having occasional dropouts of audio when using the Youtube addon, and only on certain videos. Everything else, to my knowledge, works fine.

Example of a youtube video I get dropouts on: https://www.youtube.com/watch?v=-nsGtO2c4pw
Example of a youtube video which I do not get dropouts on (works fine): https://www.youtube.com/watch?v=hmm6O25BOSg
Video of my TV, demonstrating the issue: https://www.youtube.com/watch?v=O9-GzTVRIXc

I'm using an odroid n2+ 2GB with coreelec.

Any ideas?
I hear the dropouts on Windows 10, so I suspect the video itself.
Reply
Quote:Works fine here. Try to download movie to disk (with youtube-dl) and play it from file, to see if it works fine.
Works fine if I play the downloaded file with youtube-dlp
Quote:I hear the dropouts on Windows 10, so I suspect the video itself.
I wonder why, I don't have any cutouts when playing the video in a web browser on my laptop (Linux), or my phone.
Reply
Are you sure that's not network issue?
Reply
  • 1
  • 87
  • 88
  • 89(current)
  • 90
  • 91
  • 149

Logout Mark Read Team Forum Stats Members Help
YouTube0