Hallo,
ich verzweifle an dem dargestellten Fehlertext. Der Fehler taucht alle 5 Minuten auf. Ich habe keine Ahnung wo ich ansetzen soll.
Wer kann mir bitte auf die Sprünge helfen?
Weitere Informationen liefere ich gerne, sobald mir ein Ansatz erkennbar wird.
Danke für jeden Hinweis!
Wolfgang
ich verzweifle an dem dargestellten Fehlertext. Der Fehler taucht alle 5 Minuten auf. Ich habe keine Ahnung wo ich ansetzen soll.
Wer kann mir bitte auf die Sprünge helfen?
Weitere Informationen liefere ich gerne, sobald mir ein Ansatz erkennbar wird.
Danke für jeden Hinweis!
Wolfgang
Code:
2015-06-27 02:07:23 INFO System Threads (7): env_stat: 1, Main: 1, 1w-sen: 1, Scheduler: 1, System: 1, idle: 2 2015-06-27 02:07:23 ERROR System Logic: System, File: /usr/local/smarthome/logics/system.py, Line: 33, Method: <module>, Exception: unorderable types: type() < ABCMeta() Traceback (most recent call last): File "/usr/local/smarthome/lib/scheduler.py", line 327, in _task exec(obj.bytecode) File "/usr/local/smarthome/logics/system.py", line 33, in <module> pairs = sorted([(x[1],x[0]) for x in list(d.items())]) TypeError: unorderable types: type() < ABCMeta() 2015-06-27 02:12:23 INFO System Threads (7): env_stat: 1, Main: 1, 1w-sen: 1, Scheduler: 1, System: 1, idle: 2 2015-06-27 02:12:23 ERROR System Logic: System, File: /usr/local/smarthome/logics/system.py, Line: 33, Method: <module>, Exception: unorderable types: type() < ABCMeta() Traceback (most recent call last): File "/usr/local/smarthome/lib/scheduler.py", line 327, in _task exec(obj.bytecode) File "/usr/local/smarthome/logics/system.py", line 33, in <module> pairs = sorted([(x[1],x[0]) for x in list(d.items())]) TypeError: unorderable types: type() < ABCMeta() 2015-06-27 02:17:23 INFO System Threads (7): env_stat: 1, Main: 1, 1w-sen: 1, Scheduler: 1, System: 1, idle: 2 2015-06-27 02:17:23 ERROR System Logic: System, File: /usr/local/smarthome/logics/system.py, Line: 33, Method: <module>, Exception: unorderable types: type() < ABCMeta() Traceback (most recent call last): File "/usr/local/smarthome/lib/scheduler.py", line 327, in _task exec(obj.bytecode) File "/usr/local/smarthome/logics/system.py", line 33, in <module> pairs = sorted([(x[1],x[0]) for x in list(d.items())]) TypeError: unorderable types: type() < ABCMeta()
Kommentar