![]() |
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 v5.X.X - KODI 14.X Helix - slack3r - 2015-08-09 Same problem here: Daily Limit Exceeded. kodi.log: Code: 08:32:30 60.622349 T:1757410368 NOTICE: -->Python Interpreter Initialized<-- RE: YouTube v5.X.X - KODI 14.X Helix - nickr - 2015-08-09 Read the thread. RE: YouTube v5.X.X - KODI 14.X Helix - slack3r - 2015-08-09 (2015-08-09, 09:13)nickr Wrote: Read the thread. ?? Re: YouTube v5.X.X - KODI 14.X Helix - nickr - 2015-08-09 Daily limit exceeded is explained many times. Read for yourself. RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-08-09 (2015-08-08, 21:50)tro91343 Wrote: hey, first of all, you're the man dude. your add-on is pretty awesome. This shouldn't happen (you're the first mentioning this). Please check your system, normally you sign in one time (with two keys). RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-08-09 (2015-08-08, 22:38)Gronxpyk Wrote: Hello,Maybe you used the version 4.X before this addon. This is a complete rewrite. Nothing from the "old" addon survived, because I had to implement a new complete new API (v3). (2015-08-09, 06:06)dracozny Wrote:(2015-08-08, 22:38)Gronxpyk Wrote: Hello, No, has nothing to do with it. RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-08-09 (2015-08-09, 06:56)cdoublejj Wrote:(2015-04-10, 07:57)mnc2fan Wrote: I literally just started having the Daily Limit Exceeded warning as well. I've never seen it before. I'm on version 5.0.9. The addon isn't making too many calls...the addon has to many users(!)...that's why the limit is reached. The limitation of YouTube/Google with 50 Mio units per day is unrealistic for a YouTube addon in this case. RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-08-09 Regarding the daily limit exceeded, I may have an idea...but it takes some time, especially it's summer ![]() RE: YouTube v5.X.X - KODI 14.X Helix - slack3r - 2015-08-09 (2015-08-09, 11:39)nickr Wrote: Daily limit exceeded is explained many times. Read for yourself.Again: what? But don't worry, the issue is gone. Have a nice day. RE: YouTube v5.X.X - KODI 14.X Helix - Gronxpyk - 2015-08-09 (2015-08-09, 11:46)bromix Wrote:(2015-08-08, 22:38)Gronxpyk Wrote: Hello,Maybe you used the version 4.X before this addon. This is a complete rewrite. Nothing from the "old" addon survived, because I had to implement a new complete new API (v3). Ok thanx. Will there be an update that bring back the download option? RE: YouTube v5.X.X - KODI 14.X Helix - katjap - 2015-08-09 How about randomly choosing api keys from previous versions of Kodi when quota limit messages are received? I notice in the program it has api keys for like 5 (not sitting in front of it right now) versions of Kodi, so why not use them? I put my own key in and everything is happy now for me. You could get more keys if you generated API keys for Betas and RCs instead of just major releases. RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-08-09 (2015-08-09, 17:15)katjap Wrote: How about randomly choosing api keys from previous versions of Kodi when quota limit messages are received? I notice in the program it has api keys for like 5 (not sitting in front of it right now) versions of Kodi, so why not use them? I put my own key in and everything is happy now for me. You could get more keys if you generated API keys for Betas and RCs instead of just major releases.I'm already doing this per mojar version of KODI and separating meta-data-calls with additional keys - but I can't use random keys, because a key is bound to your login...otherwise I can't create a valid token, so you can use your YouTube account properly. I don't develop for the first time ![]() RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-08-09 (2015-08-09, 15:03)Gronxpyk Wrote:(2015-08-09, 11:46)bromix Wrote:(2015-08-08, 22:38)Gronxpyk Wrote: Hello,Maybe you used the version 4.X before this addon. This is a complete rewrite. Nothing from the "old" addon survived, because I had to implement a new complete new API (v3). Not anytime soon. I only provide support for a download if a pages officially allows it, because I don't want KODI to be in the light of some bad stuff so YouTube or some other corp. can shut us completely out. RE: YouTube v5.X.X - KODI 14.X Helix - Gronxpyk - 2015-08-09 (2015-08-09, 17:51)bromix Wrote:(2015-08-09, 15:03)Gronxpyk Wrote:(2015-08-09, 11:46)bromix Wrote: Maybe you used the version 4.X before this addon. This is a complete rewrite. Nothing from the "old" addon survived, because I had to implement a new complete new API (v3). Ok, Thanx for the answers and a good job with the app. RE: YouTube v5.X.X - KODI 14.X Helix - cdoublejj - 2015-08-09 i was gonna say because i didn't even use it last night when that error/limit happened. (2015-08-09, 08:29)nickr Wrote: How would a vpn make a difference. A vpn doesn't change the api key. i was thinking IP adress and not not API key |