Hab mir einen neuen HTPC zam gebaut und Zattoo HIQ installiert. Läuft leider gar nicht. Habe bereits den Cache und die DB neu aufbauen lassen. Das tut auch alles. Im Log steht das hier:
[errorbox]20:58:00.522 T:139932185565568 ERROR: Control 550 in window 10025 has been asked to focus, but it can't
20:58:03.199 T:139930294544128 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: (u'sf-1',)
Traceback (most recent call last):
File "/home/kodi/.kodi/addons/plugin.video.zattooHiQ/plugin.py", line 1019, in <module>
main()
File "/home/kodi/.kodi/addons/plugin.video.zattooHiQ/plugin.py", line 928, in main
elif action == 'epg': showEpg()
File "/home/kodi/.kodi/addons/plugin.video.zattooHiQ/plugin.py", line 617, in showEpg
currentNr=channelList[currentChannel]['nr']
KeyError: (u'sf-1',)
-->End of Python script error report<--
20:58:14.628 T:139930277758720 WARNING: CSkinInfo: failed to load skin settings
20:58:14.982 T:139930277758720 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: ('channel',)
Traceback (most recent call last):
File "/home/kodi/.kodi/addons/plugin.video.zattooHiQ/resources/channelspreview.py", line 52, in onInit
self.rebuildChannels()
File "/home/kodi/.kodi/addons/plugin.video.zattooHiQ/resources/channelspreview.py", line 190, in rebuildChannels
self.moveHighlight()
File "/home/kodi/.kodi/addons/plugin.video.zattooHiQ/resources/channelspreview.py", line 296, in moveHighlight
self.showInfo()
File "/home/kodi/.kodi/addons/plugin.video.zattooHiQ/resources/channelspreview.py", line 319, in showInfo
src = 'http://thumb.zattic.com/' + self.controls[controlNr]['channel'] + '/256x144.jpg?r=' + str(int(time.time()))
KeyError: ('channel',)
-->End of Python script error report<--
20:58:19.249 T:139932185565568 ERROR: Control 50 in window 10025 has been asked to focus, but it can't
20:58:22.368 T:139929253291776 ERROR: Previous line repeats 1 times.
20:58:22.368 T:139929253291776 WARNING: CSkinInfo: failed to load skin settings
20:58:25.010 T:139929253291776 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: ('channel',)
Traceback (most recent call last):
File "/home/kodi/.kodi/addons/plugin.video.zattooHiQ/resources/channelspreview.py", line 52, in onInit
self.rebuildChannels()
File "/home/kodi/.kodi/addons/plugin.video.zattooHiQ/resources/channelspreview.py", line 190, in rebuildChannels
self.moveHighlight()
File "/home/kodi/.kodi/addons/plugin.video.zattooHiQ/resources/channelspreview.py", line 296, in moveHighlight
self.showInfo()
File "/home/kodi/.kodi/addons/plugin.video.zattooHiQ/resources/channelspreview.py", line 319, in showInfo
src = 'http://thumb.zattic.com/' + self.controls[controlNr]['channel'] + '/256x144.jpg?r=' + str(int(time.time()))
KeyError: ('channel',)
-->End of Python script error report<--
20:58:26.764 T:139929253291776 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
[/errorbox]
Jemand eine Ahnung was da schief läuft?