Hab es jetzt hinbekommen, irgendwie war wohl die SQLite Datenbank kaputt. Hab es nochmal deinstalliert und festgestellt das die DB dabei nicht gelöscht wird. Nachdem ich die gelöscht habe und wieder installiert habe geht wieder alles!
Beiträge von FriedrichF
-
-
Ich habe immernoch das Problem auf meinem Raspberry Pi 2 mit OSMC(Kodi 17) das ich wenn ich das Addon aufrufe und auf Kanalliste gehe werden mir keine Streams angezeigt. Wenn ich EPG auswähle bekomme ich folgenden Fehler im Log:
Code
Alles anzeigenEXCEPTION 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'ard',) Traceback (most recent call last): File "/home/osmc/.kodi/addons/plugin.video.zattooHiQ/plugin.py", line 927, in <module> main() File "/home/osmc/.kodi/addons/plugin.video.zattooHiQ/plugin.py", line 847, in main elif action == 'epg': showEpg(False) File "/home/osmc/.kodi/addons/plugin.video.zattooHiQ/plugin.py", line 565, in showEpg currentNr=channelList[currentChannel]['nr'] KeyError: (u'ard',) -->End of Python script error report<--
Vor ein paar Wochen ging das noch ohne Probleme.
1.0.5War aber schon ab 1.0.2
Das gleiche Problem habe ich auch bei ZattooBoxExtended
-
würdest du uns noch veraten welche programm Version du verwendest?
1.0.5
War aber schon ab 1.0.2 -
Ich habe immernoch das Problem auf meinem Raspberry Pi 2 mit OSMC(Kodi 17) das ich wenn ich das Addon aufrufe und auf Kanalliste gehe werden mir keine Streams angezeigt. Wenn ich EPG auswähle bekomme ich folgenden Fehler im Log:
Code
Alles anzeigenEXCEPTION 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'ard',) Traceback (most recent call last): File "/home/osmc/.kodi/addons/plugin.video.zattooHiQ/plugin.py", line 927, in <module> main() File "/home/osmc/.kodi/addons/plugin.video.zattooHiQ/plugin.py", line 847, in main elif action == 'epg': showEpg(False) File "/home/osmc/.kodi/addons/plugin.video.zattooHiQ/plugin.py", line 565, in showEpg currentNr=channelList[currentChannel]['nr'] KeyError: (u'ard',) -->End of Python script error report<--
Vor ein paar Wochen ging das noch ohne Probleme.
-
Auf einmal ging das Update auf 1.0.3.
Das Problem besteht allerdings weiterhin.
Benutze OSMC mit Kodi 17.1Wenn ich EPG aufrufe bekomme ich folgenden Stack Trace:
Code
Alles anzeigenERROR: 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'ard',) Traceback (most recent call last): File "/home/osmc/.kodi/addons/plugin.video.zattooHiQ/plugin.py", line 927, in <module> main() File "/home/osmc/.kodi/addons/plugin.video.zattooHiQ/plugin.py", line 847, in main elif action == 'epg': showEpg(False) File "/home/osmc/.kodi/addons/plugin.video.zattooHiQ/plugin.py", line 565, in showEpg currentNr=channelList[currentChannel]['nr'] KeyError: (u'ard',) -->End of Python script error report<--
-
Ich kann seit ein Paar Tagen das Plugin nichtmehr nutzen. Egal was ich anklicke kommt eine leere Liste oder eine Meldung das genauere Infos im Log zu finden sind.
Dort ist folgende Exception eingetragen:Code
Alles anzeigenERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'sqlite3.InterfaceError'> Error Contents: Error binding parameter 1 - probably unsupported type. Traceback (most recent call last): File "/home/osmc/.kodi/addons/plugin.video.zattooHiQ/plugin.py", line 913, in <module> main() File "/home/osmc/.kodi/addons/plugin.video.zattooHiQ/plugin.py", line 876, in main _zattooDB_.getProgInfo(True) File "/home/osmc/.kodi/addons/plugin.video.zattooHiQ/resources/zattooDB.py", line 477, in getProgInfo c.execute('SELECT * FROM programs WHERE channel = ? AND start_date < ? AND end_date > ?', [chan, endTime, startTime]) InterfaceError: Error binding parameter 1 - probably unsupported type. -->End of Python script error report<--
Komisch ist auch das ich nicht auf die neuste Version Updaten kann. Aktuell ist 1.0.1 über das KodiNerds Repo installiert. Wenn ich Updaten klicken passiert nichts.
Hoffe mir kann jemand helfen, ist nämlich sonst ein super Addon!