![]() |
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
|
RE: YouTube - blueribb - 2021-06-16 Sometime between 8 and 9PM EST, I also got hit with the "No Stream Found" error pop-up. I'll be patient and wait for a fix. RE: YouTube - jmh2002 - 2021-06-16 (2021-06-16, 02:47)blueribb Wrote: Sometime between 8 and 9PM EST, I also got hit with the "No Stream Found" error pop-up. I'll be patient and wait for a fix. Yep, I'm hit with it now too, so it must of been a change that's been rolling out incremently. The developer @anxdpanic was seen on GitHub so hopefully a fix can be pushed in due course. RE: YouTube - oyasumi - 2021-06-16 (2021-06-16, 02:59)jmh2002 Wrote:(2021-06-16, 02:47)blueribb Wrote: Sometime between 8 and 9PM EST, I also got hit with the "No Stream Found" error pop-up. I'll be patient and wait for a fix. Phew! Not just me! I just did a huge system update and thought I fully bricked yt addon. Scoured the git looks like this 'error' (google alternation) appeared June 8, 2021 in a test release. Nuking the rest of us today. The solution seems to be to edit "resources/lib/youtube_plugin/youtube/helpers/video_info.py" commenting out "_method_get_video_info" Ref: https://github.com/anxdpanic/plugin.video.youtube/issues/129#issuecomment-861593693 RE: YouTube - blueribb - 2021-06-16 It would really help if someone would explain step by step how to comment out lines 689-690 in resources/lib/youtube_plugin/youtube/helpers/video_info.py RE: YouTube - jmh2002 - 2021-06-16 What worked for me was the following: Browse to Kodi > addons > plugin.video.youtube > resources > lib > youtube_plugin > youtube > helper > and open: video_info.py Scroll down to lines 689-690 and 'comment them out' using 'hash tags' like this: Code: 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'} Then REBOOT Kodi. I still sometimes see the 'No Stream Available' error, but clicking the video again seems to allow it to play. Thanks for everyone's help here - I updated the GitHub thread too: https://github.com/anxdpanic/plugin.video.youtube/issues/129#issuecomment-862014049 Hope that helps ![]() RE: YouTube - oyasumi - 2021-06-16 (2021-06-16, 05:30)jmh2002 Wrote: What worked for me was the following:Cheers for replying back I 'gots the hunger' and went to make food. RE: YouTube - letac - 2021-06-16 (2021-06-16, 02:11)dobbelina Wrote:You are right, I tried again, and it works, sometimes(2021-06-15, 18:37)letac Wrote: ![]() Thank you RE: YouTube - blueribb - 2021-06-16 I feel really stupid. Browse to Kodi > addons with what ? I am running Libreelec 10.0 (9.95.4)(Kodi 19.1) Update: I was able to do this on my Windows 10 computer by browsing to: Users > Glenn > AppData > Roaming > Kodi > addons > plugin.video.youtube > resources > lib > youtube_plugin > youtube > helper > video_info.py Update 2: I figured it out for Libreelec. I SSHed using FileZilla and found the correct path to the file that needed editing. It took a while to navigate but I eventually found it. ☺ RE: YouTube - pepetrueno - 2021-06-16 (2021-06-16, 14:12)blueribb Wrote: I feel really stupid. Browse to Kodi > addons with what ?If you use putty to connect to Libreelec, you can run this command to make the change: Code:
Just copy and paste it in the shell, the spaces are important. After that, restart kodi. RE: YouTube - letac - 2021-06-16 (2021-06-16, 14:12)blueribb Wrote: I feel really stupid. Browse to Kodi > addons with what ? No need, we are all been there ![]() Location of Kodi files depends of underlying OS. You are using LibreELEC, that's Linux. First, you must connect there with ssh (Putty). Data folder on Linux is in "~/.kodi". If you type cd ~/.kodi in terminal, you are in Kodi data folder. After that you must navigate to /addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper folder and edit video_info.py file. Or you can paste this whole line instead: nano ~/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/video_info.py Find lines 689 and 690 comment them inserting # at the begining of the each line. Don't forget to press Alt-C inside Nano editor, so you can see line numbers. Exit from Nano is Ctrl-X RE: YouTube - blueribb - 2021-06-16 I updated my post above. I used FileZilla to SSH into both Intel NUC's running Libreelec and located the correct path to video_info.py. I edited both and now the YouTube addon works again. Sometimes it requires 2 attempts to open the stream though. Thanks everyone RE: YouTube - HTPC17 - 2021-06-16 (2021-06-16, 16:45)blueribb Wrote: Sometimes it requires 2 attempts to open the stream though.After the "fix," links sometimes rquire 8 or 9 attempts to work, and others won't work no matter how many attempts I make. I'm not complaining, just trying too add another data point. I'm happy it works at all. RE: YouTube - asavah - 2021-06-16 A new version with a proper fix has been released. RE: YouTube - jelly - 2021-06-16 No audio for me when using mpegdash on 6.8.13 RE: YouTube - blueribb - 2021-06-16 I installed the new version and it's working without issues again. Thanks to everyone involved. |