AddonScriptorDE/plugin.video.arte_tv

index out of range

Closed this issue · 0 comments

error when trying to play stream:

Error Type: 
Error Contents: list index out of range
Traceback (most recent call last):
  File ".../.xbmc/addons/plugin.video.arte_tv/default.py", line 374, in 
    playVideoNew(url)
  File ".../.xbmc/addons/plugin.video.arte_tv/default.py", line 240, in playVideoNew
    listitem = xbmcgui.ListItem(path=getStreamUrlNew(url))
  File ".../.xbmc/addons/plugin.video.arte_tv/default.py", line 269, in getStreamUrlNew
    url = match[0]
IndexError: list index out of range
-->End of Python script error report<--