Release YouTube - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154) +---- Thread: Release YouTube (/showthread.php?tid=356934) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
|
RE: YouTube - Syncopation - 2021-04-16 (2020-09-07, 19:53)anxdpanic Wrote: YouTube can be found in the Official Kodi repository, see Installation for more information.Link goes to https://github.com/anxdpanic/plugin.video.youtube/wiki/Installation Stable Versions > Official https://github.com/anxdpanic/plugin.video.youtube/wiki/Installation#stable-versions has another link going to an empty wiki page: https://kodi.wiki/view/HOW-TO:Install_add-ons Should that link to the empty wiki page be removed? RE: YouTube - The Diplomat - 2021-04-16 Do you know why the music videos are failing? When I try to play other videos like radio shows, tutorials and thinks like that they are working fine. It's happening since a month ago or so. RE: YouTube - The Diplomat - 2021-04-16 (2021-04-16, 16:56)The Diplomat Wrote: Do you know why the music videos are failing? When I try to play other videos like radio shows, tutorials and thinks like that they are working fine. It's happening since a month ago or so. By the way, i'm using 6.8.10 alpha 1 on Kodi Krypton RE: YouTube - blueribb - 2021-04-16 (2021-04-16, 16:59)The Diplomat Wrote:Why haven't you updated Kodi ?(2021-04-16, 16:56)The Diplomat Wrote: Do you know why the music videos are failing? When I try to play other videos like radio shows, tutorials and thinks like that they are working fine. It's happening since a month ago or so. RE: YouTube - The Diplomat - 2021-04-16 (2021-04-16, 17:08)blueribb Wrote:(2021-04-16, 16:59)The Diplomat Wrote:Why haven't you updated Kodi ?(2021-04-16, 16:56)The Diplomat Wrote: Do you know why the music videos are failing? When I try to play other videos like radio shows, tutorials and thinks like that they are working fine. It's happening since a month ago or so. Should I? Everything is working like a charm except music videos on youtube since a month ago. I don't think that the problem is related with krypton 17.6, other users have the same problem. RE: YouTube - The Diplomat - 2021-04-16 I have checked the log file in order to see what is happening with music videos on youtube that are not working. Here is the full log: https://paste.kodi.tv/ejohizadih.kodi I think that this is the particular error: 17:54:20.130 T:1190130592 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'requests.exceptions.InvalidURL'> Error Contents: Invalid URL u'http://': No host supplied Can somebody help me? Thanks! RE: YouTube - superphreak4 - 2021-04-17 I've been having an issue where a video takes longer to load, I get maybe 2 seconds of audio before it cuts out but the video keeps going, and then video starts playing faster (still without audio). If I press stop & try to start again from "current playlist" usually? same thing happens. I've discovered that if I kill my user's pulseaudio (pulseaudio -k) and then restart from "current playlist" it'll work again. This has only happened once playing local media, but occurs frequently using the youtube addon. I didn't have this issue until updating to v19 Matrix. I don't see anything relevent watching systemd journal. Arch Linux - KDE - linux-lts kernel - system updated weekly Kodi-x11 v.19.0-9 Debug Log (last 2500 lines of log): https://paste.kodi.tv/esutitetaj.kodi Thanks RE: YouTube - donbrew - 2021-04-17 (2021-04-16, 18:05)The Diplomat Wrote: I have checked the log file in order to see what is happening with music videos on youtube that are not working. Here is the full log:What version of Python is on your antique, I believe your 6.8.10 Alpha 1 needs at least 2.7 if not 3.0. What OS/platform? RE: YouTube - arsMOBILIS - 2021-04-19 Is anyone working on a fix for the mktime problem on Android devices? If I have to watch one more YouTube ad every two minutes on the official YouTube Android app I might go postal. It's been weeks since this was first reported by multiple users here. RE: YouTube - jmh2002 - 2021-04-19 (2021-04-19, 04:28)arsMOBILIS Wrote: Is anyone working on a fix for the mktime problem on Android devices? If I have to watch one more YouTube ad every two minutes on the official YouTube Android app I might go postal. I'm not sure about the status of this as I don't seem to have a problem on Android. But if Kodi's YouTube addon is not working for you on Android then there are multiple other options to avoid ads in the official YouTube app - eg: use YouTube Vanced, use NewPipe, install Kiwi Broswer + uBlock + view the YouTube mobile web page, etc, etc. Hope that helps, if you are about to go postal... RE: YouTube - The Diplomat - 2021-04-19 (2021-04-17, 23:39)donbrew Wrote:Raspberry Pi3 b+ with Libreelec 8.2.5(2021-04-16, 18:05)The Diplomat Wrote: I have checked the log file in order to see what is happening with music videos on youtube that are not working. Here is the full log:What version of Python is on your antique, I believe your 6.8.10 Alpha 1 needs at least 2.7 if not 3.0. What OS/platform? RE: YouTube - blueribb - 2021-04-19 (2021-04-19, 13:14)The Diplomat Wrote:Libreelec 8.2.5 (April 14, 2018) contains Kodi 17.6 which runs on Python 2(2021-04-17, 23:39)donbrew Wrote:Raspberry Pi3 b+ with Libreelec 8.2.5(2021-04-16, 18:05)The Diplomat Wrote: I have checked the log file in order to see what is happening with music videos on youtube that are not working. Here is the full log:What version of Python is on your antique, I believe your 6.8.10 Alpha 1 needs at least 2.7 if not 3.0. What OS/platform? RE: YouTube - The Diplomat - 2021-04-20 (2021-04-19, 14:46)blueribb Wrote:(2021-04-19, 13:14)The Diplomat Wrote:Libreelec 8.2.5 (April 14, 2018) contains Kodi 17.6 which runs on Python 2(2021-04-17, 23:39)donbrew Wrote: What version of Python is on your antique, I believe your 6.8.10 Alpha 1 needs at least 2.7 if not 3.0. What OS/platform?Raspberry Pi3 b+ with Libreelec 8.2.5 When I updated on february everything was working fine. This is strange, because it's only happening with music videos, not other. If the problem is related with the Python version wouldn't be failing with all the videos? RE: YouTube - blueribb - 2021-04-20 (2021-04-20, 18:46)The Diplomat Wrote:Then either revert back to an older version of the YouTube addon or try a newer version of Libreelec. Do you really expect help when you're running such an old version of Kodi ?(2021-04-19, 14:46)blueribb Wrote:(2021-04-19, 13:14)The Diplomat Wrote: Raspberry Pi3 b+ with Libreelec 8.2.5Libreelec 8.2.5 (April 14, 2018) contains Kodi 17.6 which runs on Python 2 RE: YouTube - The Diplomat - 2021-04-22 (2021-04-20, 19:50)blueribb Wrote:(2021-04-20, 18:46)The Diplomat Wrote:Then either revert back to an older version of the YouTube addon or try a newer version of Libreelec. Do you really expect help when you're running such an old version of Kodi ?(2021-04-19, 14:46)blueribb Wrote: Libreelec 8.2.5 (April 14, 2018) contains Kodi 17.6 which runs on Python 2 Yes, I expected help when I provide logs and I'm trying to analize the problem coherently. I don't see the point in updating Kodi if everything else is working fine, sorry for that. I update youtube on February because I had the same error and anxdpanic said this at #540 https://forum.kodi.tv/showthread.php?tid=356934&page=36 I've updated post #2 and the repositories with 6.8.10~alpha1 [fix] fix javascript player retrieval and playback of some videos for affected users |contrib: thomazz-nl| - Invalid URL 'http://': No host supplied So no, downgrading youtube version I don't think that will solve the problem. The issue is happening NOW too with 6.8.10 alpha 1. Can somebody help with that? Thanks! |