31.7.2025, 20:58
@norberto_: thanks for the plugin. Live streaming works great but I tested catchup playback and it does not work. It's a playback of archive videos or playback of live video from beginnig directly from EPG. It hasn't been working for couple of months in the old skylink plugin either but it used to work before.
Here is log:
Here is log:
Kód:
error <general>:
EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'Exception'>
Error Contents: Stream request failed
Traceback (most recent call last):
File "/sdcard/kodi_data/org.xbmc.kodi/files/.kodi/addons/plugin.video.directone/main.py", line 170, in <module>
play_archive(
File "/sdcard/kodi_data/org.xbmc.kodi/files/.kodi/addons/plugin.video.directone/main.py", line 40, in play_archive
info = utils.call(sl, lambda: sl.channel_info(catchup_id)) # TEST
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/sdcard/kodi_data/org.xbmc.kodi/files/.kodi/addons/plugin.video.directone/utils.py", line 86, in call
result = fn()
^^^^
File "/sdcard/kodi_data/org.xbmc.kodi/files/.kodi/addons/plugin.video.directone/main.py", line 40, in <lambda>
info = utils.call(sl, lambda: sl.channel_info(catchup_id)) # TEST
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/sdcard/kodi_data/org.xbmc.kodi/files/.kodi/addons/plugin.video.directone/skylink.py", line 609, in channel_info
raise Exception("Stream request failed")
Exception: Stream request failed
-->End of Python script error report<--
