Hallo,
ich hatte bisher einen Pi3 auf dem das Plugin sehr gut funktionierte. Nun habe ich mir einen neuen Pi4 auf dem es nun nicht mehr funktioniert.
Der Login funzt und auch das Listing der Streams geht. Jedoch beim Aufruf der Streams kommt die übliche Fehlermeldung.
Ausschnitt aus den Logs:
019-09-15 10:11:58.943 T:2895295344 ERROR: InputStream: Error opening, plugin://plugin.video.skygo.de/?parental_rating=1&vod_id=750435&art=%7B%27fanart%27%3A+%27%27%2C+%27poster%27%3A+u%27https%3A%2F%2Fskyticket.sky.de%2Fst%2Fbin%2FImageRepository%2Fweb%2Fchannel%2F23987.png%7CUser-Agent%3DMozilla%2F5.0+(Windows+NT+10.0%3B+Win64%3B+x64)+AppleWebKit%2F537.36+(KHTML%2C+like+Gecko)+Chrome%2F70.0.3538.110+Safari%2F537.36%27%2C+%27thumb%27%3A+%27%27%7D&zz=&action=playVod&infolabels=%7B%27plot%27%3A+%27%27%2C+%27title%27%3A+u%22Fu%5Cxdfball%3A+Bundesliga+RB+Leipzig+-+Borussia+M%27gladbach%2C+4.+Spieltag%22%2C+%27originaltitle%27%3A+%27%27%2C+%27cast%27%3A+%5B%5D%2C+%27duration%27%3A+7200%2C+%27genre%27%3A+%27%27%7D
2019-09-15 10:12:01.861 T:2577376112 ERROR: /usr/lib/python2.7/site-packages/simplejson/decoder.py:398: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
2019-09-15 10:12:01.878 T:2577376112 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'simplejson.errors.JSONDecodeError'>
Error Contents: Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.skygo.de/default.py", line 39, in <module>
vod.playAsset(params['vod_id'], infolabels=getDictFromString(params.get('infolabels', None)), art=getDictFromString(params.get('art', None)), parental_rating=int(params.get('parental_rating', 0)))
File "/storage/.kodi/addons/plugin.video.skygo.de/resources/lib/vod.py", line 11, in playAsset
asset_info = nav.getAssetDetailsFromCache(asset_id)
File "/storage/.kodi/addons/plugin.video.skygo.de/navigation.py", line 765, in getAssetDetailsFromCache
return assetDetailsCache.cacheFunction(skygo.getAssetDetails, asset_id)
File "/storage/.kodi/addons/script.common.plugin.cache/lib/StorageServer.py", line 570, in cacheFunction
ret_val = funct(*args)
File "/storage/.kodi/addons/plugin.video.skygo.de/skygo.py", line 263, in getAssetDetails
return r.json()['asset']
File "/storage/.kodi/addons/script.module.requests/lib/requests/models.py", line 897, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/lib/python2.7/site-packages/simplejson/__init__.py", line 518, in loads
File "/usr/lib/python2.7/site-packages/simplejson/decoder.py", line 370, in decode
File "/usr/lib/python2.7/site-packages/simplejson/decoder.py", line 400, in raw_decode
File "/usr/lib/python2.7/site-packages/simplejson/scanner.py", line 79, in scan_once
File "/usr/lib/python2.7/site-packages/simplejson/scanner.py", line 70, in _scan_once
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
-->End of Python script error report<--
Alles anzeigen
Log:
http://ix.io/1VdX
Ich kann mich entsinnen, dass ich beim RPi3 schon mal einen ähnlichen Fehler hatte und das dies etwas mit dem inputstream und der neueren widevine zu tun hatte. Ich finde es aber nicht mehr
Ich hab aktuell den milhouse build vom Juli drauf (der Einzige der da ist :)) aber mit dem offiziellen von der libreelec (ich glaub auch so alt) habe ich das gleiche Problem.
Was mich etwas stutzig gemacht hat ist die Zeile
2019-04-11 16:28:41.158 T:3008088960 WARNING: CAddonMgr::FindAddons: Addon 'inputstream.adaptive' already present with higher version 999.2.3.22 at '/usr/share/kodi/addons/inputstream.adaptive/' - other version 2.3.22.2 at '/storage/.kodi/addons/inputstream.adaptive/' will be ignoredIst das normal? Und falls ja: Kann mir jemand erklären warum? :DVielen Danke im Vorraus.