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 (ALPHA 18) - azrael17 - 2014-11-21 (2014-11-21, 20:36)nickr Wrote: The answer is that Google has stopped access to 1080p. Through their public API you mean? Re: YouTube (ALPHA 18) - nickr - 2014-11-21 Search 1080p on the official YouTube thread and you'll find some details there. RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon for XBMC - nickr - 2014-11-21 https://github.com/HenrikDK/youtube-xbmc-plugin/issues/33 RE: YouTube (ALPHA 20) - bromix - 2014-11-23 After almost 3 months, there is finally a new version. Do not expect too much. It is a completely rewrite of the alpha18. It took me about 2 months to develop my own framework and about another month to test this (with some existing Addons). Have fun with the update and give me feedback on what should be the next feature for the addon.
RE: YouTube (ALPHA 20) - dkplayaclub - 2014-11-23 Awesome. RE: YouTube (ALPHA 20) - supergroover - 2014-11-23 Works great, including vevo music video's RE: YouTube (ALPHA 20) - Raitsa - 2014-11-23 18 autoupdated to 20 but did not work for me at all (OpenElec 4.2.1 & Celeron NUC). After rebooting it did not work either, I was able to type in different searches but no results show up, just an error. Time to get some sleep and tomorrow hopefully time for some logs. Re: RE: YouTube (ALPHA 20) - bromix - 2014-11-23 (2014-11-23, 23:35)Raitsa Wrote: 18 autoupdated to 20 but did not work for me at all (OpenElec 4.2.1 & Celeron NUC).Can you try to remove the addon completely and re-install alpha20? If nothing goes please send me a log RE: YouTube (ALPHA 20) - peppe_sr - 2014-11-23 great work bromix. all videos, vevo's and not that fail on other youtube plugin, worked like a charm. RE: YouTube (ALPHA 20) - clamps - 2014-11-24 (2014-11-23, 23:35)Raitsa Wrote: 18 autoupdated to 20 but did not work for me at all (OpenElec 4.2.1 & Celeron NUC). Same problem here, re-installing didn't help. I'm not sure what log do you need, if it's xbmc.log - here is the error: 01:26:13 T:2863854672 NOTICE: Thread JobWorker start, auto delete: true 01:26:13 T:2755187792 NOTICE: Thread LanguageInvoker start, auto delete: false 01:26:13 T:2755187792 NOTICE: -->Python Interpreter Initialized<-- 01:26:30 T:2755187792 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'sre_constants.error'> Error Contents: nothing to repeat Traceback (most recent call last): File "/storage/.xbmc/addons/plugin.video.bromix.youtube/default.py", line 7, in <module> runner.run(__provider__) File "/storage/.xbmc/addons/plugin.video.bromix.youtube/resources/lib/kodion/runner.py", line 16, in run __RUNNER__.run(provider, context) File "/storage/.xbmc/addons/plugin.video.bromix.youtube/resources/lib/kodion/impl/xbmc/xbmc_runner.py", line 21, in run results = provider.navigate(context) File "/storage/.xbmc/addons/plugin.video.bromix.youtube/resources/lib/kodion/abstract_provider.py", line 58, in navigate result = method(context, re_match) File "/storage/.xbmc/addons/plugin.video.bromix.youtube/resources/lib/kodion/abstract_provider.py", line 218, in _internal_search return self.on_search(query, context, re_match) File "/storage/.xbmc/addons/plugin.video.bromix.youtube/resources/lib/youtube/provider.py", line 255, in on_search result.extend(v3.response_to_items(self, context, json_data)) File "/storage/.xbmc/addons/plugin.video.bromix.youtube/resources/lib/youtube/helper/v3.py", line 160, in response_to_items result.extend(_process_list_response(provider, context, json_data)) File "/storage/.xbmc/addons/plugin.video.bromix.youtube/resources/lib/youtube/helper/v3.py", line 149, in _process_list_response utils.update_video_infos(provider, context, video_id_dict, playlist_item_id_dict) File "/storage/.xbmc/addons/plugin.video.bromix.youtube/resources/lib/youtube/helper/utils.py", line 37, in update_video_infos re_match = re.search(regex, video_item.get_name()) File "/home/stephan/projects/openelec-4.2/build.OpenELEC-RPi.arm-4.2.1/Python-2.7.3/.install_pkg/usr/lib/python2.7/re.py", line 142, in search File "/home/stephan/projects/openelec-4.2/build.OpenELEC-RPi.arm-4.2.1/Python-2.7.3/.install_pkg/usr/lib/python2.7/re.py", line 242, in _compile error: nothing to repeat -->End of Python script error report<-- 01:26:31 T:3059155488 ERROR: GetDirectory - Error getting plugin://plugin.video.bromix.youtube/kodion/search/query/?q=vevo 01:26:31 T:3059155488 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.bromix.youtube/kodion/search/query/?q=vevo) failed 01:26:31 T:2755187792 NOTICE: Thread LanguageInvoker start, auto delete: false 01:26:31 T:2755187792 NOTICE: -->Python Interpreter Initialized<-- 01:26:36 T:2883236944 NOTICE: Thread BackgroundLoader start, auto delete: false RE: YouTube (ALPHA 20) - Dukman - 2014-11-24 Rpi/ OE 4.2.1 Alpha 18 was working fine. Updated to Alpha 20. Script failed error I uninstalled, removed the userdata/addondata/plugin.video.bromix.youtube folder, reinstalled. I get "script failed" on playlists and subscriptions and search. My log. http://pastebin.com/XyNMM6Gg BTW. It works fine on my Windows 7 with a new install. RE: YouTube (ALPHA 20) - alibaba011 - 2014-11-24 Thanks for the update. Everything works as expected. Also alpha 20 change the way we can call the plugin. it is now like this in case anyone wondering: Code: plugin://plugin.video.bromix.youtube/play/+YOUTUBEID+/ Is this is permanent change. RE: YouTube (ALPHA 20) - mo123 - 2014-11-24 Is it possible to browse normal Youtube channels/feeds that is not part of your subscribed channels? RE: YouTube (ALPHA 20) - arithine - 2014-11-24 the new alpha is simply brilliant RE: YouTube (ALPHA 20) - Crowly - 2014-11-24 Login with two step verification doesn't work. It works with an app password (this is unchanged from previous versions) Without an app password these lines show up in the log file: Code: 10:37:38 T:140012254902016 ERROR: /home/crowly/.xbmc/addons/script.module.requests/lib/requests/packages/urllib3/connectionpool.py:730: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html (This warning will only appear once by default.) Noticed a lot of these warnings in the log file Code: WARNING: GetDurationFromMinuteString <runtime> should be in minutes. Interpreting '39:07' as 39 minutes |