Hallo Leute,
habe auf meinem PI2 das Plugin nun auch laufen. Allerdings geht das LiveTV nicht.
Hier der Error-log dazu:
Code
10:48:20 161.426895 T:1486873504 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'NoneType' object has no attribute 'group'
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.skygo-master/default.py", line 139, in <module>
liveTv.play_live_tv(params['epg_channel_id'])
File "/storage/.kodi/addons/plugin.video.skygo-master/resources/lib/liveTv.py", line 42, in play_live_tv
playInfo = skygo.getEventPlayInfo(event_id, epg_channel_id)
File "/storage/.kodi/addons/plugin.video.skygo-master/skygo.py", line 179, in getEventPlayInfo
playlist_id = m.group(1)
AttributeError: 'NoneType' object has no attribute 'group'
-->End of Python script error report<--
10:48:21 161.577026 T:1962803200 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.skygo/?action=playLiveTvChannel&epg_channel_id=118&mediaUrl=http%3A%2F%2Flive247-s.akamaihd.net%2Flive%2F232442_232443%2F24bulihd01.isml%2FManifest]
Alles anzeigen
Weiß jemand wo der Fehler liegt?