aussieaddons / plugin.video.nrl-live

NRL Digital Pass addon for Kodi
GNU General Public License v3.0
2 stars 5 forks source link

[XBMCBOT] - IndexError: list index out of range #643

Closed xbmcbot closed 6 years ago

xbmcbot commented 7 years ago

Automatic bug report from end-user.

Environment

Add-on Name: NRL Live Add-on ID: plugin.video.nrl-live Add-on Version: 1.1.8 Kodi Version: 17.1 Git:20170320-fc1619b Python Version: 2.7.12 (default, Mar 20 2017, 16:36:02) [GCC 4.9.x 20150123 (prerelease)] Operating System: linux2 (Linux 3.10.54+ armv7l) IP Address: 101.163.73.140 ISP: Telstra Internet Kodi URL: ?action=listmatches&dummy=None&match_id=None&title=Rd 19: Titans v Sharks (Hls)&video_id=B1azN4YjE6fak-Wm9b5tSrQX15zWWoAf&live=false&score=None&time=9:21 PM&desc=Highlights of the Round 19 clash between the Titans & Sharks&thumb=http%3A%2F%2Fbpvideos.telstra.insnw.net%2Fweb%2Fimages%2F20170715211202a_326x184.jpg Python Path:

/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nrl-live
/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.common.plugin.cache/lib
/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.beautifulsoup4/lib
/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib
/
/data/app/org.xbmc.kodi-1/base.apk/assets/python2.7/lib/python27.zip
/data/app/org.xbmc.kodi-1/base.apk/assets/python2.7/lib/python2.7
/data/app/org.xbmc.kodi-1/base.apk/assets/python2.7/lib/python2.7/plat-linux2
/data/app/org.xbmc.kodi-1/base.apk/assets/python2.7/lib/python2.7/lib-tk
/data/app/org.xbmc.kodi-1/base.apk/assets/python2.7/lib/python2.7/lib-old
/data/app/org.xbmc.kodi-1/base.apk/assets/python2.7/lib/python2.7/lib-dynload
/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nrl-live/resources/lib

Traceback

Traceback (most recent call last):
  File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nrl-live/resources/lib/play.py", line 39, in play_video
    playlist = ooyalahelper.get_m3u8_playlist(video_id, live)
  File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nrl-live/resources/lib/ooyalahelper.py", line 230, in get_m3u8_playlist
    m3u8_playlist_url = parse_m3u8_streams(m3u8_data, live, secure_token_url)
  File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nrl-live/resources/lib/ooyalahelper.py", line 211, in parse_m3u8_streams
    raise e
IndexError: list index out of range

Full log