Hi,
ich hab auch die gefixte Version installiert (LibreELEC 9.0 Release @ Intel NUC7i3BNK), alle Caches gelöscht und beide Settings aktiviert:
(x) Kodi 18 ab 15.08.2017
(x) Inputstream kompatibles Kodi Version
Jetzt habe ich folgende Situation:
- Wenn ich die Medien direkt aus dem Plugin abspiele, funktioniert alles einwandfrei
- Wenn ich aber die Medien "Add to Library" als srtm Files aufs Dateisystem schreiben lasse und von dort abspiele gehts nicht mehr
Code
03:09:53.747 T:139730947647232 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IndexError'>
Error Contents: list index out of range
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.rtlnow/default.py", line 1123, in <module>
playfolge(url,nummer)
File "/storage/.kodi/addons/plugin.video.rtlnow/default.py", line 657, in playfolge
referer=re.compile("webLink = '(.+?)'", re.DOTALL).findall(content)[0]
IndexError: list index out of range
-->End of Python script error report<--
03:09:53.898 T:139732657539200 ERROR: Playlist Player: skipping unplayable item: 0, path [/storage/tvshows/TVNow/GZSZ/Gefühle_für_Lilly_(2019-02-07_19_40_00_).strm]
Alles anzeigen
Inhalt des srtm Files:
Code
plugin://plugin.video.rtlnow/?mode=playfolge&url=https%3A%2F%2Fapi.tvnow.de%2Fv3%2Fmovies%3Ffields%3D%2A%2Cformat%2CpaymentPaytypes%2Cpictures%2Ctrailers%2Cpackages%26filter%3D%7B%2522BroadcastStartDate%2522%3A%7B%2522between%2522%3A%7B%2522start%2522%3A%25222019-01-01%252000%3A00%3A00%2522%2C%2522end%2522%3A%2520%25222019-12-31%252023%3A59%3A59%2522%7D%7D%2C%2520%2522FormatId%2522%2520%3A%25201%7D%26maxPerPage%3D3000%26order%3DBroadcastStartDate%2520asc&nummer=1407261
Hat jemand eine Idee?