• 1
  • 94
  • 95
  • 96(current)
  • 97
  • 98
  • 190
Release "iPlayer WWW" add-on
I've had the iPlayer WWW addon installed on a raspberry pi for a while now. Running kodi 17.3, recentish box.

Everything's been working fine till last night, when nothing would play. I'm getting "name or service not known" errors, and as far as I can make out the url its trying to retrieve for the episodes is "http://www.bbc.co.ukhttp://www.bbc.co.uk/iplayer/blah.blah/blah" The doubling up of protocol and hostname would seem to be the problem.

I'm guessing the BBC has changed from using relative to absolute urls?

I've not done any software updates recently, and I don't see one available.

Any advice?

Cheers,
Graham
Reply
(2017-07-27, 10:05)Buserian Wrote: Everything's been working fine till last night, when nothing would play. I'm getting "name or service not known" errors, and as far as I can make out the url its trying to retrieve for the episodes is "http://www.bbc.co.ukhttp://www.bbc.co.uk/iplayer/blah.blah/blah" The doubling up of protocol and hostname would seem to be the problem.

This should be fixed in 3.0.13. if you already use 3.0.13, they probably changed some other places as well. Please provide one or two programmes that fail for you in this case.
Reply
(2017-07-27, 10:20)CaptainT Wrote:
(2017-07-27, 10:05)Buserian Wrote: Everything's been working fine till last night, when nothing would play. I'm getting "name or service not known" errors, and as far as I can make out the url its trying to retrieve for the episodes is "http://www.bbc.co.ukhttp://www.bbc.co.uk/iplayer/blah.blah/blah" The doubling up of protocol and hostname would seem to be the problem.

This should be fixed in 3.0.13. if you already use 3.0.13, they probably changed some other places as well. Please provide one or two programmes that fail for you in this case.

That'll be the problem, then - I'm still on 3.0.12. However, I'm not seeing a newer version in the Kodi repo. Is there a "better" repository I should be using for this addon?

Thanks for the quick response!

Cheers,
Graham
Reply
(2017-07-27, 11:02)Buserian Wrote: That'll be the problem, then - I'm still on 3.0.12. However, I'm not seeing a newer version in the Kodi repo. Is there a "better" repository I should be using for this addon?

It should be on the official repo already. Try refreshing it manually, perhaps that'll work. If all else fails, get it from GitHub (see first post).
Reply
(2017-07-27, 12:00)CaptainT Wrote:
(2017-07-27, 11:02)Buserian Wrote: That'll be the problem, then - I'm still on 3.0.12. However, I'm not seeing a newer version in the Kodi repo. Is there a "better" repository I should be using for this addon?

It should be on the official repo already. Try refreshing it manually, perhaps that'll work. If all else fails, get it from GitHub (see first post).

3.0.13 is in my Kodi repository and updated automatically on the 24/07
Reply
(2017-07-27, 12:42)Jeffers24 Wrote:
(2017-07-27, 12:00)CaptainT Wrote:
(2017-07-27, 11:02)Buserian Wrote: That'll be the problem, then - I'm still on 3.0.12. However, I'm not seeing a newer version in the Kodi repo. Is there a "better" repository I should be using for this addon?

It should be on the official repo already. Try refreshing it manually, perhaps that'll work. If all else fails, get it from GitHub (see first post).

3.0.13 is in my Kodi repository and updated automatically on the 24/07

Realised there was something wrong with the update date being 24/07 in the recent update list, as the update was only posted last night.

Checked addon and it stated update was on the 27/07.

Don't know why there's a difference, maybe a kodi issue.
Reply
Finally managed to get the update to install. No idea why it wasn't showing up in the repo, but working now, so that's the main thing.

I will take the opportunity to say thank you for this addon. One of the most useful tools on Kodi.

Cheers,
Graham
Reply
Getting consistent error when trying to watch catch up item;-

13:07:46.092 T:2880 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IndexError'>
Error Contents: list index out of range
Traceback (most recent call last):
File "C:\Users\willi\AppData\Roaming\Kodi\addons\plugin.video.iplayerwww\default.py", line 210, in <module>
Video.AddAvailableStreamItem(name, url, iconimage, description)
File "C:\Users\willi\AppData\Roaming\Kodi\addons\plugin.video.iplayerwww\resources\lib\ipwww_video.py", line 1202, in AddAvailableStreamItem
PlayStream(name, match[0][2], iconimage, description, subtitles_url)
IndexError: list index out of range
-->End of Python script error report<--
13:07:46.143 T:1812 ERROR: Playlist Player: skipping unplayable item: 1, path [plugin://plugin.video.iplayerwww/?url=http%3A%2F%2Fwww.bbc.co.uk%2Fiplayer%2Fepisode%2Fb08xgf43%2Fdaily-politics-04072017&mode=202&name=Daily+Politics+-+04%2F07%2F2017&iconimage=https%3A%2F%2Fichef.bbci.co.uk%2Fimages%2Fic%2F832x468%2Fp057qk03.jpg&description=Jo+Coburn+is+joined+by+the+children%27s+commissioner+for+England%2C+Anne+Longfield.&subtitles_url=&logged_in=False]
Reply
(2017-07-27, 14:17)Jeffers24 Wrote: Getting consistent error when trying to watch catch up item;-

PlayStream(name, match[0][2], iconimage, description, subtitles_url)
IndexError: list index out of range

This can happen if no streams were found in the mediaselector. Are you sure you are in the UK? If so, does this happen for DASH and HLS or only one protocol? If you already have a BBCiD, does it make a difference if you are logged in or not?

In the end, they may be fiddling around with the mediaselector format, I can look at it briefly tonight.
Reply
(2017-07-27, 16:20)CaptainT Wrote:
(2017-07-27, 14:17)Jeffers24 Wrote: Getting consistent error when trying to watch catch up item;-

PlayStream(name, match[0][2], iconimage, description, subtitles_url)
IndexError: list index out of range

This can happen if no streams were found in the mediaselector. Are you sure you are in the UK? If so, does this happen for DASH and HLS or only one protocol? If you already have a BBCiD, does it make a difference if you are logged in or not?

In the end, they may be fiddling around with the mediaselector format, I can look at it briefly tonight.

Definitely in UK, stream was set to HLS, I have a BBC logon but do not use it.

When I was getting the iPlayer Error message, connection was taking a while circle going round and the display would flash a couple of times and program did not play.

Just checked again and no longer getting the error message, connection taking longer than it used to with screen flash only once, then program plays.

As you say may be something their end.
Reply
Hi Guys - I have got SPMC installed on my Android Box. I have installed IPlayerWWW - live t.v works just fine however on catch up A-Z - I get the program list , when I try to open & play I get the error message " hostname VOD-his-uk-live.akamaized.net doesn't match u'a248.e.akamai.net".

I am running SPMC 16.6 with IPlayer www version 2.5.21.

Any ideas please .
Reply
(2017-07-28, 21:36)bicky Wrote: Hi Guys - I have got SPMC installed on my Android Box. I have installed IPlayerWWW - live t.v works just fine however on catch up A-Z - I get the program list , when I try to open & play I get the error message " hostname VOD-his-uk-live.akamaized.net doesn't match u'a248.e.akamai.net".

I am running SPMC 16.6 with IPlayer www version 2.5.21.

Any ideas please .

That sounds like the https problem. Try turning https off in the Settings.
https://forum.kodi.tv/showthread.php?tid...pid2619745
Reply
(2017-07-28, 21:42)primaeval Wrote:
(2017-07-28, 21:36)bicky Wrote: Hi Guys - I have got SPMC installed on my Android Box. I have installed IPlayerWWW - live t.v works just fine however on catch up A-Z - I get the program list , when I try to open & play I get the error message " hostname VOD-his-uk-live.akamaized.net doesn't match u'a248.e.akamai.net".

I am running SPMC 16.6 with IPlayer www version 2.5.21.

Any ideas please .

That sounds like the https problem. Try turning https off in the Settings.
https://forum.kodi.tv/showthread.php?tid...pid2619745

Hi - got it - done it - and most importantly it WORKS: As usual my thank's. You guys are doing a fantastic job keeping us all going !
Reply
Having an issue with some episodes in catch-up. I select an episode, it then begins to play but only sound, not video. Also noticed that the time indicator goes to something like 503 minutes out of 60 total. Anyone else seeing anything like this?
Reply
(2017-07-31, 22:29)Cangeoboy Wrote: Having an issue with some episodes in catch-up. I select an episode, it then begins to play but only sound, not video. Also noticed that the time indicator goes to something like 503 minutes out of 60 total. Anyone else seeing anything like this?

Can you give us some specific examples, the Kodi version and the Stream settings.
Reply
  • 1
  • 94
  • 95
  • 96(current)
  • 97
  • 98
  • 190

Logout Mark Read Team Forum Stats Members Help
"iPlayer WWW" add-on12