Kodi Community Forum
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)



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...
I try to access iplayer but cant watch tv live channels and when i try to watch programmes i get this message
Error
Alert_Handshake_Failure...
amongst other things
Can someone help?
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.

Debug log.

Thanks.
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,

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?
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:
(2019-08-26, 23:34)andy_in_worthing Wrote: 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?
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. 
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!


RE: New plugin "iPlayer WWW" - ilainftw - 2019-08-27

(2019-08-27, 07:06)CaptainT Wrote:
(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.

Debug log.

Thanks.
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.      
@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.


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:
(2019-08-27, 07:06)CaptainT Wrote:
(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.

Debug log.

Thanks.
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.      
@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.
That is fantastic news, thank you very much. No other WIP as of now. Looking forward to your PR!


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.