-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Since a few days ago, reading videos has become impossible ("script error" message appears every time we try). Only the live option works.
Also when looking at the programs "by date" nothing is found.
I tried with the sciprt v 2.1.1 and 2.0.5 same result.
Running xbmc 13.2 on raspbmc.
here's the log:
Error Type: <type 'exceptions.IndexError'>
Error Contents: list index out of range
Traceback (most recent call last):
File "/home/pi/.xbmc/addons/plugin.video.arte_tv/default.py", line 342, in
playVideoNew(url)
File "/home/pi/.xbmc/addons/plugin.video.arte_tv/default.py", line 213, in playVideoNew
listitem = xbmcgui.ListItem(path=getStreamUrlNew(url))
File "/home/pi/.xbmc/addons/plugin.video.arte_tv/default.py", line 220, in getStreamUrlNew
url = match[0].replace("/player/","/")
IndexError: list index out of range