Release YouTube (IMPORTANT - READ FIRST POST) - 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 (IMPORTANT - READ FIRST POST) (/showthread.php?tid=200735) 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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
|
RE: YouTube (IMPORTANT - READ FIRST POST) - Archet - 2016-02-24 (2016-02-24, 15:49)Kolifanes Wrote: Based on the work of finalmakerr and parcel alias rasberryrabbit. This is the final fix for YouTube plugin. Now everything is working. Fantastic. Thanks a lot! Everything works fine now. RE: YouTube (IMPORTANT - READ FIRST POST) - blueribb - 2016-02-24 A quick question. Does 5.1.19 incorporate "random pooling" of the API ? RE: YouTube (IMPORTANT - READ FIRST POST) - degsie - 2016-02-24 (2016-02-24, 18:56)Archet Wrote:(2016-02-24, 15:49)Kolifanes Wrote: Based on the work of finalmakerr and parcel alias rasberryrabbit. This is the final fix for YouTube plugin. Now everything is working. Worked for me too on FireTV RE: YouTube (IMPORTANT - READ FIRST POST) - maxelm2 - 2016-02-24 Little question: Which version supports 1080p? RE: YouTube (IMPORTANT - READ FIRST POST) - spray____ - 2016-02-24 I'm curious if anyone has thoughts on what's happening to me. I've been experiencing the same problems described in this thread recently. Can't view subscriptions, api limit exceeded, ect. I've been trying to get this fixed but I'm stuck. I tried to sign out and uninstall, but I can't seem to sign out at all. I can delete the addon, install it again, or use the zip provided in the thread, but it always considers me signed in when I open it up again. I'm not sure how to force remove my credentials. Whenever I hit "sign out" I get an error message and this shows up in the log: Code: 20:49:25 T:12752 NOTICE: -->Python Interpreter Initialized<-- RE: YouTube (IMPORTANT - READ FIRST POST) - IvanAK - 2016-02-24 Is there a autoplay option on this plugin ? I can't find it. I have youtube from author bromix version 5.1.17 RE: YouTube (IMPORTANT - READ FIRST POST) - sector9 - 2016-02-25 (2016-02-24, 22:58)maxelm2 Wrote: Little question:None. Look up Kodi and DASH support because it apparently requires that (2016-02-24, 23:10)spray____ Wrote: I'm curious if anyone has thoughts on what's happening to me. I've been experiencing the same problems described in this thread recently. Can't view subscriptions, api limit exceeded, ect.Have you tried uninstalling then deleting the userdata directory for the addon? http://kodi.wiki/view/Userdata Delete the folder plugin.video.youtube RE: YouTube (IMPORTANT - READ FIRST POST) - hermit - 2016-02-25 For anyone who is getting the Login Failed! error when trying to log out. Keep in mind that if you currently use user profiles then you must delete BOTH plugin.video.youtube from /userdata/profiles/YOURPROFILE/addon_data and userdata/addon_data RE: YouTube (IMPORTANT - READ FIRST POST) - Saber01 - 2016-02-25 If I fixed the YouTube app with my own API keys,how do i get other addons that rely on it to work with it again? Any help is appreciated RE: YouTube (IMPORTANT - READ FIRST POST) - JSLee - 2016-02-25 I followed instructions and mine is all fixed!!! Thanks for fixing this.. Keep up the great work!! RE: YouTube (IMPORTANT - READ FIRST POST) - tomchateau - 2016-02-25 Yes, I did get the addon working fine. Not sure exactly which step I had skipped over on the first attempt. The only glitch is that every now and then I get a message that says "bad request" however, subsequent attempts work fine. Others with this "bad request" issue? Any suggested workarounds? RE: YouTube (IMPORTANT - READ FIRST POST) - parcel - 2016-02-25 (2016-02-24, 14:35)ashlar Wrote: Hmmm... tried starting from scratch. Success. Enable Youtube API on this link. Code: https://console.developers.google.com/apis/api/youtube/overview?project=<project name> RE: YouTube (IMPORTANT - READ FIRST POST) - spray____ - 2016-02-25 (2016-02-25, 00:38)sector9 Wrote: Have you tried uninstalling then deleting the userdata directory for the addon? http://kodi.wiki/view/Userdata Delete the folder plugin.video.youtube That did it, thanks! RE: YouTube (IMPORTANT - READ FIRST POST) - parcel - 2016-02-25 Good news, Is changing "youtube tv" API key solution for "live" folder problem? p.s. Live folder works fine after changing API keys in *-quota and *-fallback section. They are also old API keys. Thank you for hint https://github.com/rasberryrabbit/plugin.video.youtube/archive/master.zip Anyone know about "itag 91"? RE: YouTube (IMPORTANT - READ FIRST POST) - avalis - 2016-02-25 (2016-02-25, 09:33)parcel Wrote: Good news, Is changing "youtube tv" API key solution for "live" folder problem? This worked for me, thanks. |