![]() |
Release "iPlayer WWW" add-on - 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 "iPlayer WWW" add-on (/showthread.php?tid=353349) 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
|
RE: New plugin "iPlayer WWW" - DarrenHill - 2019-08-07 @AnnyR - your thread has been merged into the main iPlayer add-on support thread. RE: iPlayer WWW not working or loading since 17.3 update - CaptainT - 2019-08-07 (2019-08-07, 13:37)AnnyR Wrote: I dont know how all this works...Sounds like an issue with Https. Which version, and platform of Kodi and the add-on are you using? Can you paste the complete error message, please? RE: New plugin "iPlayer WWW" - Ho55 - 2019-08-11 I have the same issue as AnnyR. New install of kodi 18.3 on LibreElec on a R Pi 4B If i can work out how to screenshot the error... (i'm new to Kodi) but its along the lines of: HTTPSConnectionPool ....Max retries exceeded with url ....Caused by SSL error ... SSLV3_ALERT_HANDSHAKE_FAILURE RE: New plugin "iPlayer WWW" - Hitcher - 2019-08-26 Basic radio functions (A-Z, Search, etc) have been broken for some time but shows I'd added to my Favourites worked until now so I guess they've changed the site setup again. Debug log. Thanks. RE: New plugin "iPlayer WWW" - andy_in_worthing - 2019-08-26 Hi, I've recently stopped seeing thumbnails for iPlayer videos, with multiple entries like this in the log: 2019-08-26 22:20:21.642 T:1460634336 WARNING: Using iconImage in ListItem constructor results in NOP. Use setArt. 2019-08-26 22:20:21.642 T:1460634336 WARNING: Using thumbnailImage in ListItem constructor results in NOP. Use setArt. (Instead of thumbnails from the episodes, I'm seeing the default placeholder images). I'm not sure if it's to do with the addon or introduced by my beta version of Kodi (running on Raspberry Pi, OSMC build 18.8-79), but thought I'd quickly ask here to see if anyone else is having issues? RE: New plugin "iPlayer WWW" - CaptainT - 2019-08-27 (2019-08-26, 09:09)Hitcher Wrote: Basic radio functions (A-Z, Search, etc) have been broken for some time but shows I'd added to my Favourites worked until now so I guess they've changed the site setup again.Looks like parsing the JSON fails. So they either changed the JSON format, or embedded the JSON differently in the website. Should be an easy fix, but I don't know if I can get to this anytime soon. RE: New plugin "iPlayer WWW" - CaptainT - 2019-08-27 (2019-08-26, 23:34)andy_in_worthing Wrote: Hi,Is this "Beta" based on Python 3 already? If so, that is for sure the reason. The add-on currently is not Python 3 compatible. RE: New plugin "iPlayer WWW" - Hitcher - 2019-08-27 (2019-08-27, 07:06)CaptainT Wrote: Looks like parsing the JSON fails. So they either changed the JSON format, or embedded the JSON differently in the website. Should be an easy fix, but I don't know if I can get to this anytime soon. No worries, thanks. RE: New plugin "iPlayer WWW" - andy_in_worthing - 2019-08-27 (2019-08-27, 07:07)CaptainT Wrote:Yes, it's the beta for the 'Matrix' release and apparantly moving to Python 3 is one of the big changes, so that probably explains it!(2019-08-26, 23:34)andy_in_worthing Wrote: Hi,Is this "Beta" based on Python 3 already? If so, that is for sure the reason. The add-on currently is not Python 3 compatible. RE: New plugin "iPlayer WWW" - ilainftw - 2019-08-27 (2019-08-27, 07:06)CaptainT Wrote:@CaptainT: I'm pretty far along with repairing the radio functionality. If anyone else is doing likewise, warn me off. Otherwise, I should have a PR within the week. The changes are extensive, as you might imagine, and there are compromises, but I've been able to restore almost everything.(2019-08-26, 09:09)Hitcher Wrote: Basic radio functions (A-Z, Search, etc) have been broken for some time but shows I'd added to my Favourites worked until now so I guess they've changed the site setup again.Looks like parsing the JSON fails. So they either changed the JSON format, or embedded the JSON differently in the website. Should be an easy fix, but I don't know if I can get to this anytime soon. RE: New plugin "iPlayer WWW" - Hitcher - 2019-08-27 @ilainftw great news. RE: New plugin "iPlayer WWW" - CaptainT - 2019-08-27 (2019-08-27, 13:39)ilainftw Wrote:That is fantastic news, thank you very much. No other WIP as of now. Looking forward to your PR!(2019-08-27, 07:06)CaptainT Wrote:@CaptainT: I'm pretty far along with repairing the radio functionality. If anyone else is doing likewise, warn me off. Otherwise, I should have a PR within the week. The changes are extensive, as you might imagine, and there are compromises, but I've been able to restore almost everything.(2019-08-26, 09:09)Hitcher Wrote: Basic radio functions (A-Z, Search, etc) have been broken for some time but shows I'd added to my Favourites worked until now so I guess they've changed the site setup again.Looks like parsing the JSON fails. So they either changed the JSON format, or embedded the JSON differently in the website. Should be an easy fix, but I don't know if I can get to this anytime soon. New plugin "iPlayer WWW" - nnahoj - 2019-08-31 Hi guys when will bbc scotland be added to this great addon? it is a new channel recently added to bbc iplayer! RE: New plugin "iPlayer WWW" - Patio - 2019-09-07 Apologies if this has already been discussed, I'm experiencing dropouts and skipping ahead for a few second frequently while watching BBC programs. Anyone else experiencing this ? Tks. RE: New plugin "iPlayer WWW" - Patio - 2019-09-11 (2019-09-07, 18:53)Patio Wrote: Apologies if this has already been discussed, I'm experiencing dropouts and skipping ahead for a few second frequently while watching BBC programs. Anyone else experiencing this ? Tks. Seems fine now. |