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) - Fludizz - 2016-02-21 I have checked for updates but I do not have a .17 version in the OpenElec plugin repo's. I did do the workaround activoice provided with a minor addition: After deinstalling the youtube plugin, I had to delete the .kodi/userdata/addon_data/plugin.video.youtube/ folder to avoid it from attempting to use the old credentials. Thanks a million for this workaround activoice!! I now have a working Youtube plugin with my own API keys. All I have to do is keep in mind to update the API keys if the plugin happens to get updated anywhere in near future RE: YouTube (IMPORTANT - READ FIRST POST) - DarrenHill - 2016-02-21 One other thing you can do is also edit the add-on.xml file in the root of the add-on folder and manually change the version number. If you set it higher than .17 then updates won't happen whilst the new version is lower than the newly set version number. That may help to stop confusion and auto updates if you've set your own API keys up. RE: YouTube (IMPORTANT - READ FIRST POST) - pluginbroken - 2016-02-21 (2016-02-20, 19:48)jdf76 Wrote: Just an FYI I tried both options and while ntdrt doesn't work at all for me, finalmaker's works as well and swapping all the keys in bromix's with my my own. The bad news is, I still lack subscriptions. What do I need to do. RE: YouTube (IMPORTANT - READ FIRST POST) - Angry Gorilla - 2016-02-21 my verdict on .17 is that it didn't work until I signed in. So it works at the moment for me but the question is for how long? RE: YouTube (IMPORTANT - READ FIRST POST) - parker.hugh - 2016-02-21 (2016-01-13, 01:57)activoice Wrote: Ok I think I got it working... someone else who has their's working should confirm that I've got this documented correctly... I wanted to say that activoice's instructions in above link are very clear and easy to understand. I didn't try this fix before because it looked very difficult to me on first glance, I am not an expert on this type of thing but, but I must say I found the instructions were PERFECT, he didn't miss a thing. So thanks for taking the time to explain it so well. After uninstall, deleted the folders/files, then reinstall and I entered the three keys... api key, OAuth Client ID, client secret, all as per instructions Then I did the 2 x activation thing where you go to youtube.com/activate Enter the code from KODI, click NEXT then click ALLOW Then enter the second code from KODI, click NEXT, then ALLOW I have tried this on a few installs of Kodi and it works mostly GREAT with only two exceptions where I get an error .... Code: My Subscriptions = OK Has anyone else experienced this ? RE: YouTube (IMPORTANT - READ FIRST POST) - SimonC - 2016-02-21 I am also seeing Unknown Kind" when trying to Browse channels and the marked for deletion when selecting live. Everything else works great though. RE: YouTube (IMPORTANT - READ FIRST POST) - usemy - 2016-02-21 (2016-01-13, 20:14)otheym Wrote: I installed Jarvis and that seemed to cure the problem. It can just depend on traffic through the API. Try again tonight and see if it's still fixed. RE: YouTube (IMPORTANT - READ FIRST POST) - pluginbroken - 2016-02-21 Okay. On my way out I saw someone post that the problem went away when they updated to Jarvis. I didn't realize Jarvis was out of beta but hey it seems so. I think whatever was different between isengard and jarvis is reflected in .17. In otherwords. Anything before Jarvis (Kodi 16.0) is not supported in .17 of the youtube addon. So anyone still having issues, update to jarvis, try this: http://forum.kodi.tv/showthread.php?pid=2251981#pid2251981 Or this: http://forum.kodi.tv/showthread.php?tid=200735&pid=2213129#pid2213129 And it should work if you're running jarvis. I think. Don't quote me on that. If something like this could be collected in a stickie. That'd be nice I think. RE: YouTube (IMPORTANT - READ FIRST POST) - SimonC - 2016-02-21 (2016-02-21, 22:28)pluginbroken Wrote: Okay. On my way out I saw someone post that the problem went away when they updated to Jarvis. I didn't realize Jarvis was out of beta but hey it seems so. I think whatever was different between isengard and jarvis is reflected in .17. In otherwords. Anything before Jarvis (Kodi 16.0) is not supported in .17 of the youtube addon. So anyone still having issues, update to jarvis, try this: http://forum.kodi.tv/showthread.php?pid=2251981#pid2251981 Finished an in-place upgrade to Jarvis from Isengard this morning, upgraded to YT.17 last night and YouTube was fine except those items I just mentioned (browse channel/live). When I checked YouTube after the Jarvis upgrade the only thing I needed to do is sign-in and do the verification x2. After that, everything is back to where it was last night. In other words, Jarvis + .17 YouTube works except browse channel/live. RE: YouTube (IMPORTANT - READ FIRST POST) - speedwell68 - 2016-02-21 (2016-02-21, 22:28)pluginbroken Wrote: Okay. On my way out I saw someone post that the problem went away when they updated to Jarvis. I didn't realize Jarvis was out of beta but hey it seems so. I think whatever was different between isengard and jarvis is reflected in .17. In otherwords. Anything before Jarvis (Kodi 16.0) is not supported in .17 of the youtube addon. So anyone still having issues, update to jarvis, try this: http://forum.kodi.tv/showthread.php?pid=2251981#pid2251981 I can't see how Jarvis makes a difference. I have 8 instances of Isengard on various different boxes and .17 works perfectly on all of them. What I did was uninstall .16 then delete the plugin.video.youtube folder from kodi/userdata/addon_data and then install .17. Then I just had to go through the double login process on Youtube, job done. RE: YouTube (IMPORTANT - READ FIRST POST) - ashlar - 2016-02-21 (2016-02-21, 19:37)VanZan Wrote: Yeah same here. Had put in the new api keys but the plugin auto updated to 5.17 and I was getting the api errors again. Tried copying in the login_client.py file again but now it's really screwed up the addon. You need to downgrade to 5.16. Jarvis, if you select Update on add-on, allows downgrading. If you then copy the old login_client.py it works once again. Still I don't understand how and why 5.17 was added to the official repository with no explanation here. RE: YouTube (IMPORTANT - READ FIRST POST) - jdf76 - 2016-02-21 (2016-02-21, 23:15)ashlar Wrote:(2016-02-21, 19:37)VanZan Wrote: Yeah same here. Had put in the new api keys but the plugin auto updated to 5.17 and I was getting the api errors again. Tried copying in the login_client.py file again but now it's really screwed up the addon. My thoughts was because 5.16 was majorly broken, least thats what i think but i'm not a dev so i'm not sure. I appreciate them updating it though. jeff RE: YouTube (IMPORTANT - READ FIRST POST) - jdf76 - 2016-02-21 Thats odd, but i don't believe i updated to Jarvis till after my plugin broke. another thing people could do is check the kodi log file and see what the plugin outputs, maybe we can fix the issue right here. Jeff (2016-02-21, 22:28)pluginbroken Wrote: Okay. On my way out I saw someone post that the problem went away when they updated to Jarvis. I didn't realize Jarvis was out of beta but hey it seems so. I think whatever was different between isengard and jarvis is reflected in .17. In otherwords. Anything before Jarvis (Kodi 16.0) is not supported in .17 of the youtube addon. So anyone still having issues, update to jarvis, try this: http://forum.kodi.tv/showthread.php?pid=2251981#pid2251981 RE: YouTube (IMPORTANT - READ FIRST POST) - jdf76 - 2016-02-21 Can you check the log file and see what the plugin outputs when you try live/browse channel. My version works. I'm on Kodi 16 Release (OSX 10.11.3) and i'm running xconfluence for a skin is that does anything. I'd like to see what the log says so that maybe we can figure out whats going on. Jeff (2016-02-21, 22:35)SimonC Wrote:(2016-02-21, 22:28)pluginbroken Wrote: Okay. On my way out I saw someone post that the problem went away when they updated to Jarvis. I didn't realize Jarvis was out of beta but hey it seems so. I think whatever was different between isengard and jarvis is reflected in .17. In otherwords. Anything before Jarvis (Kodi 16.0) is not supported in .17 of the youtube addon. So anyone still having issues, update to jarvis, try this: http://forum.kodi.tv/showthread.php?pid=2251981#pid2251981 RE: YouTube (IMPORTANT - READ FIRST POST) - oneohsix - 2016-02-22 (2016-02-21, 23:33)jdf76 Wrote: Can you check the log file and see what the plugin outputs when you try live/browse channel. My version works. I'm on Kodi 16 Release (OSX 10.11.3) and i'm running xconfluence for a skin is that does anything. I'd like to see what the log says so that maybe we can figure out whats going on. 21:51:34 T:18446744071585093632 NOTICE: [plugin.video.youtube] Running: YouTube (6.0.0) on Jarvis (16.0) with Python 2.6.5 21:51:34 T:1112713856 ERROR: static bool XFILE::CDirectory::GetDirectory(const CURL&, CFileItemList&, const XFILE::CDirectory::CHints&, bool) - Error getting plugin://plugin.video.youtube/special/live/ 21:51:34 T:1112713856 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/special/live/) failed this is what i get when i click on the LIVE section. i edited my own API sections and named it 6.0.0 to stop any updates changing it and all the rest works fine except LIVE... im running kodi16 rc3 on an nvidia shield |