Twilight0/plugin.video.star.gr

Can't watch any videos (live, on demand)

Opened this issue · 0 comments

I get this error when I try to watch any video (live, on demand)

2022-02-01 08:46:06.653 T:19357 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'IndexError'>
Error Contents: list index out of range
Traceback (most recent call last):
File "/home/alarm/.kodi/addons/plugin.video.star.gr/router.py", line 73, in
navigator.Indexer().play(url, query)
File "/home/alarm/.kodi/addons/plugin.video.star.gr/resources/lib/navigator.py", line 574, in play
meta = {'plot': ' '.join([control.lang(30023), self.video_resolver(url)[1]])}
File "/home/alarm/.kodi/addons/script.module.tulip/lib/tulip/cache.py", line 337, in memoizer
payload = func(*args, **kwargs)
File "/home/alarm/.kodi/addons/plugin.video.star.gr/resources/lib/navigator.py", line 683, in video_res>
desc = client.parseDOM(html, 'div', {'class': 'desc'})[0]
IndexError: list index out of range
-->End of Python script error report<--