New to this forum. Hope it's the right place. Using OSMC/KODI on Raspberry Pi.
Recently can't view any catchup on iPlayer www.
Live TV and other sources, eg ITV are still OK.
So I set debug on, and created a log.
Significant bit seems to be this:
15:50:49.470 T:1480586224 DEBUG: CPythonInvoker(25, /home/osmc/.kodi/addons/plugin.video.iplayerwww/default.py): setting the Python path to /home/osmc/.kodi/addons/plugin.video.iplayerwww:/home/osmc/.kodi/addons/script.module.requests/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-arm-linux-gnueabihf:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PILcompat:/usr/lib/python2.7/dist-packages/gtk-2.0
15:50:49.470 T:1480586224 DEBUG: CPythonInvoker(25, /home/osmc/.kodi/addons/plugin.video.iplayerwww/default.py): entering source directory /home/osmc/.kodi/addons/plugin.video.iplayerwww
15:50:49.470 T:1480586224 DEBUG: CPythonInvoker(25, /home/osmc/.kodi/addons/plugin.video.iplayerwww/default.py): instantiating addon using automatically obtained id of "plugin.video.iplayerwww" dependent on version 2.19.0 of the xbmc.python api
15:50:49.508 T:1958478768 DEBUG: ------ Window Init (DialogBusy.xml) ------
15:50:51.985 T:1480586224 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 "/home/osmc/.kodi/addons/plugin.video.iplayerwww/default.py", line 167, in <module>
Video.GetAvailableStreams(name, url, iconimage, description)
File "/home/osmc/.kodi/addons/plugin.video.iplayerwww/resources/lib/ipwww_video.py", line 929, in GetAvailableStreams
AddAvailableStreamsDirectory(name, stream_ids['stream_id_st'], iconimage, description)
File "/home/osmc/.kodi/addons/plugin.video.iplayerwww/resources/lib/ipwww_video.py", line 1080, in AddAvailableStreamsDirectory
streams = ParseStreams(stream_id)
File "/home/osmc/.kodi/addons/plugin.video.iplayerwww/resources/lib/ipwww_video.py", line 1108, in ParseStreams
NEW_URL = "http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/iptv-all/vpid/%s" % stream_id[0]
IndexError: list index out of range
-->End of Python script error report<--
15:50:52.021 T:1958478768 DEBUG: ------ Window Init (DialogNotification.xml) ------
15:50:52.141 T:1480586224 INFO: Python script stopped
15:50:52.141 T:1480586224 DEBUG: Thread LanguageInvoker 1480586224 terminating
15:50:52.143 T:1958478768 ERROR: GetDirectory - Error getting plugin://plugin.video.iplayerwww/?description=Giles%20Coren%20and%20Monica%20Galetti%20visit%20Fogo%20Island%20Inn%20on%20a%20rocky%20outpost%20in%20Newfoundland.&iconimage=https%3a%2f%2fichef.bbci.co.uk%2fimages%2fic%2f832x468%2fp050fm3s.jpg&logged_in=False&mode=122&name=Amazing%20Hotels%3a%20Life%20Beyond%20the%20Lobby%20-%20Series%201%3a%205.%20Fogo%20Island%20Inn%2c%20Canada&subtitles_url&url=http%3a%2f%2fwww.bbc.co.uk%2fiplayer%2fepisode%2fb08nx7hd%2famazing-hotels-life-beyond-the-lobby-series-1-5-fogo-island-inn-canada
Whole log is available here:
https://pastebin.com/pXtBtTiU
Hope someone can help