Release YouTube - 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 (/showthread.php?tid=356934) 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
|
RE: YouTube - pauls156 - 2022-12-07 I am continuing to have trouble playing trailers for movies. I have made the API key, ID, and Secret multiple times and still unable to play trailers. Here is the log from my most recent attempt to play trailers: https://paste.kodi.tv/ulokogewup Could someone kindly point me in the right direction? Thank you! RE: YouTube - DjDiabolik - 2022-12-08 (2022-12-07, 23:12)pauls156 Wrote: I am continuing to have trouble playing trailers for movies. I have made the API key, ID, and Secret multiple times and still unable to play trailers. I don't have watch your log but if it's a problems related video restricted by age video or topics covered in the video it's a know issue and we have infinite feedback about that. RE: YouTube - pauls156 - 2022-12-08 Nothing like that. All trailers. RE: YouTube - DjDiabolik - 2022-12-08 (2022-12-08, 15:44)pauls156 Wrote: Nothing like that. All trailers. yeah i have tryed to view your log... can you watch other video?? all video you tryed it's part of same YouTube channel? your problems it's not related to YouTube addons.... in your log it's present some "sony tv rc 001" or something similar.... where are you using kodi? from a phone and try to cast on a tv? https://m.youtube.com/watch?v=NLOp_6uPccQ it's this video you tryed to open it's part of warner bros channel... it's possibly this video have blocked from third part ? remember... kodi addons it's not an official addon endorsement by Google. RE: YouTube - pauls156 - 2022-12-08 Kodi on a tv. RE: YouTube - DjDiabolik - 2022-12-08 (2022-12-08, 17:32)pauls156 Wrote: Kodi on a tv. it's a sony android tv? post some info... answer some of the hypotheses made above.... Or do you have to pull them out with pliers? RE: YouTube - pauls156 - 2022-12-08 Sorry, was typing quick. Sony Android TV. I’m able to login, and I was able to play videos from different channels. So if I wanted to play a trailer through the YouTube addon, I could but if try to play it through the Information panel for a movie, I’m unable to. RE: YouTube - DjDiabolik - 2022-12-08 (2022-12-08, 21:35)pauls156 Wrote: Sorry, was typing quick. Sony Android TV. I’m able to login, and I was able to play videos from different channels. So if I wanted to play a trailer through the YouTube addon, I could but if try to play it through the Information panel for a movie, I’m unable to. as i already ask.... the trailer on log it's a part of warner bros channel. try to open other video from same channel using YouTube addons... if all video from this channel it's unplayable it's probably the solution: the creator or youtube itself as set all video it's unplayable on embedded or from third parts components. otherwise it's strange because on log it's not apparent message when it's fail to reproduce... on notification on tv what error you obtain ? another things.. are you try to play same video whit mpeg dash enabled and whit disabled it? RE: YouTube - neas15us - 2022-12-09 2022-12-09 06:35:53.912 T:1830205 INFO <general>: [plugin.video.youtube] Running: YouTube (6.8.22+matrix.1) on Matrix (Kodi-19.4) with Python 3.10.6 Path: / Params: {} 2022-12-09 06:35:53.917 T:1830205 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'sqlite3.OperationalError'> Error Contents: cannot start a transaction within a transaction Traceback (most recent call last): File "/home/sean/.kodi/addons/plugin.video.youtube/resources/lib/default.py", line 15, in <module> runner.run(__provider__) File "/home/sean/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/runner.py", line 60, in run __RUNNER__.run(provider, context) File "/home/sean/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/impl/xbmc/xbmc_runner.py", line 33, in run results = provider.navigate(context) File "/home/sean/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/abstract_provider.py", line 105, in navigate result = method(context, re_match) File "/home/sean/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/abstract_provider.py", line 138, in _internal_root return self.on_root(context, re_match) File "/home/sean/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/provider.py", line 1697, in on_root if settings.get_bool('youtube.folder.tags.show', True) and (len(tags.get_channels('')) > 0): File "/home/sean/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/tags.py", line 66, in get_channels cur.execute("begin") sqlite3.OperationalError: cannot start a transaction within a transaction -->End of Python script error report<-- 2022-12-09 06:35:53.942 T:1830205 INFO <general>: Python interpreter stopped 2022-12-09 06:35:53.951 T:1835046 INFO <general>: Skipped 1 duplicate messages.. 2022-12-09 06:35:53.951 T:1835046 ERROR <general>: GetDirectory - Error getting plugin://plugin.video.youtube/ 2022-12-09 06:35:53.952 T:1828191 ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/) failed Any help on this error would be appreciated RE: YouTube - Dangelus - 2022-12-09 @neas15us Please see the large red letters just above the "post reply" button that say: "Do not post logs in the forum. Use https://paste.kodi.tv/ instead." Loads of text in threads make them untidy and hard to read. Please follow those instructions, more details can be found in: Debug Log - also no snippets, a full log please. RE: YouTube - DjDiabolik - 2022-12-09 @pauls156 anyway... i have right now the possibility and i have test to open your same video from my kodi setup. it's the batman dc trailer exact i can play from my kodi without any issue/trouble. my on my case i have tryed from a raspberry pi2 running current build of osmc... RE: YouTube - neas15us - 2022-12-10 https://pastebin.com/MWn9FehC Any help on this error would be appreciated RE: YouTube - arsMOBILIS - 2022-12-10 Are there still repositories for the "unofficial" and "test" versions? Quite a while back I installed repos in my Kodi setup to give me quick access to test versions of the YouTube addon, and to ensure that I stayed up to date using my preferred "Unofficial" version of the addon. I noticed some time ago that these repos were no longer being updated. Have they moved? Are they gone? If anyone knows where these are located now links would be much appreciated. Thanks. RE: YouTube - DjDiabolik - 2022-12-10 (2022-12-10, 05:41)arsMOBILIS Wrote: Are there still repositories for the "unofficial" and "test" versions?yes....... simply follow the link: https://github.com/anxdpanic/plugin.video.youtube/wiki/Installation RE: YouTube - IAmNotAUser - 2022-12-12 Well, this has been a fun one to debug! At some point over Thursday night -> Saturday morning, Watch Status logging back to YouTube broke for me! I was running 6.8.20+matrix.1 before that, with watched videos appearing in my YouTube History (https://www.youtube.com/feed/history) - but after a whole day of watching on Saturday (with "auto-remove from watch later" selected in the addon settings), I realised none of them had been marked as watched! Long story short - after extensive digging for the last day or so, it appears that the "version bump" commit for 6.8.21 commented out the line to submit watched history back to YouTube - https://github.com/anxdpanic/plugin.video.youtube/commit/6a470e5675259d22a0d44dc199af2002d2509ac4 Was this deliberate? It feels not, considering the commit message doesn't mention anything about disabling the feature, but I'm also aware that the YouTube History API and this plugin have had their own issues recently - and I can see how it might be related to that. If it was deliberate, it feels like it should have been called out especially as its own commit/mentioned in the changelog for x.x.21? Is there a reason why it's been disabled, and whether we can expect to see it back? It was working for me on 6.8.20 up until the update, and I don't see any changes in the other surrounding commits that give a reason why it's been removed. Quick Edit: I reverted those two edited lines (on current version, 6.8.23+matrix.1) in update_watch_history() back to how it was originally in x.x.20 and my watched status has started feeding back again correctly. Happy to create a PR if it wasn't a deliberate change, but will wait for an answer first |