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) - Thinaran - 2016-02-18 Also did activoice's solution and it works great. But will the login_client.py change with the next update or will the credentials I created still be there? RE: YouTube (IMPORTANT - READ FIRST POST) - adito - 2016-02-18 (2016-02-18, 11:06)finalmakerr Wrote: @adito thank you... it's working now RE: YouTube (IMPORTANT - READ FIRST POST) - hanfgnu2k - 2016-02-18 I'm trying to be independent from any old API keys, so I wanted to also change the "youtube-tv" key in login_client.py to the new private one I already used for "youtube-for-kodi-xx" (15 in my case). However the "My Subscriptions" view, which uses the "youtube-tv" key in its request, stays empty. Digging around a bit in the code it seems this view uses another kind of request (v1), and results in an error 403 (forbidden) when using the same key used in "youtube-for-kodi-xx". Does anyone know what kind of API key or client auth (or combination of it?) I have to create in the Google Developer Console to make this request also work? RE: YouTube (IMPORTANT - READ FIRST POST) - misty01 - 2016-02-18 (2016-02-18, 12:26)Thinaran Wrote: Also did activoice's solution and it works great. But will the login_client.py change with the next update or will the credentials I created still be there? Your changes will be lost. To prevent any update open addon.xml and increase the version number. Example: original version 5.1.16 >>> your version 5.2.0. Of course if something newer is released with a higher version than what you changed it to, then it will be overwritten. Make a zip / copy of the plugin.video.youtube folder for safe keeping in case you need to revert back. RE: YouTube (IMPORTANT - READ FIRST POST) - kgoerbig - 2016-02-18 (2016-02-18, 04:32)shung Wrote: I cannot find login_client.py in Raspberry pi 2B, anybody know how the file structure in Raspbian?? /home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/youtube/client RE: YouTube (IMPORTANT - READ FIRST POST) - oneohsix - 2016-02-18 Hi firstly want to say great addon and some fantastic advice here.. I followed the instructions and created my own api keys and im now able to see videos using the addon...however, if i click the LIVE link i get the "project marked for deletion" message still... and also on some addons ive created for myself that use some youtube channels i still get the same message... are other people who created the API having the same issue when clicking on live?? RE: YouTube (IMPORTANT - READ FIRST POST) - VanZan - 2016-02-18 Yeah same here when I click LIVE link. RE: YouTube (IMPORTANT - READ FIRST POST) - oneohsix - 2016-02-18 (2016-02-18, 16:59)VanZan Wrote: Yeah same here when I click LIVE link. ahh thanks for the reply. now i know its nothing i have done wrong RE: YouTube (IMPORTANT - READ FIRST POST) - samsonluk - 2016-02-18 No problem with LIVE here... RE: YouTube (IMPORTANT - READ FIRST POST) - mickyy - 2016-02-18 delayed but good fix thanks RE: YouTube (IMPORTANT - READ FIRST POST) - otheym - 2016-02-18 I had the same problem back in december but an upgrade to the latest jarvis release cured the problem for a time until a couple of days ago when the daily limit exceeded error came back again every time I used the you tube plugin. I think You tube is trying to destroy Kodi. RE: YouTube (IMPORTANT - READ FIRST POST) - jdf76 - 2016-02-18 Thanks a bunch, that makes since that it all of a sudden it just stopped working for me and nothing else would fix it. I appreciate your insight and am using the update you provided. thanks a bunch for you help Jeff (2016-02-18, 09:06)finalmakerr Wrote: API developer keys must be created in order to use any app. RE: YouTube (IMPORTANT - READ FIRST POST) - Trespasser - 2016-02-18 Just an FYI. The one set of Youtube API keys you create will work in Isengard, Jarvis, and even Krypton. I just added a section to the login_client.py for Krypton and used the same API keys in all three. Bob RE: YouTube (IMPORTANT - READ FIRST POST) - parker.hugh - 2016-02-18 (2016-02-16, 14:52)ntdrt Wrote: I just made quick fix based on random pooling of credentials. Not really a good solution but it will solve problem for now.Thanks for making the 5.1.17 zip. I have followed your instructions by logout and login again but it didn't work for me. Tried twice but same result. Does anyone have any advice/tips on how I can get this to work. Thanks again for your help. RE: YouTube (IMPORTANT - READ FIRST POST) - BeGendy - 2016-02-18 (2016-02-18, 16:37)kgoerbig Wrote:(2016-02-18, 04:32)shung Wrote: I cannot find login_client.py in Raspberry pi 2B, anybody know how the file structure in Raspbian?? How can I edit that file on RP2? can I use putty? I'm using openelec Edit: I was able to create Browser API key, client ID and client secret. uninstalled and reinstalled youtube addon I also was able to change the "login_client.py" file using ssh, and this command: nano .kodi/addons/plugin.video.youtube/resources/lib/youtube/client/login_client.py but I still get the "daily limit exceeded" error. am I missing something?? |