Hi zusammen!
Bin etwas verwundert, dass ich hierzu im Forum noch nichts finden konnte.. Wenn ich das neueste smarthomeNG über git pull aktualisiere, gibt es immer ein Problem mit dem Mail Plugin:
Ein einfaches Einfügen von self.alive = False im Init-Bereich löst das Problem, aber offenbar ist das im offiziellen Plugin nicht drin...?
Ab und an bekomme ich auch folgende Fehlermeldung:
Bin etwas verwundert, dass ich hierzu im Forum noch nichts finden konnte.. Wenn ich das neueste smarthomeNG über git pull aktualisiere, gibt es immer ein Problem mit dem Mail Plugin:
Code:
2016-07-13 09:33:48 ERROR IMAP Method IMAP exception: 'IMAP' object has no attribute 'alive' Traceback (most recent call last): File "/usr/smarthome/lib/scheduler.py", line 371, in _task obj() File "/usr/smarthome/plugins/mail/__init__.py", line 80, in _cycle if not self.alive: AttributeError: 'IMAP' object has no attribute 'alive'
Ab und an bekomme ich auch folgende Fehlermeldung:
Code:
IMAP: problem parsing message b'3428': 'NoneType' object is not subscriptable
Kommentar