Folgender Fehler tritt sporadisch und ohne sichtbaren Grund auf (erst seit Version 1.8.2):
Diese Meldung hab ich dann mehrmals pro Minute im Log, was dazu führt, dass nicht nur SHNG nicht mehr funktioniert, sondern auch auf dem Server kaum noch was geht. Ist das Problem bekannt? Gibt es eine Lösung dafür?
Code:
2021-09-25 15:31:55 ERROR modules.websocket.websocket_server update_item - Error in 'await websocket.send(data)': code = 1001 (going away), no reason Traceback (most recent call last): File "/usr/local/smarthome/modules/websocket/__init__.py", line 941, in update_item await websocket.send(msg) File "/home/smarthome/.local/lib/python3.7/site-packages/websockets/legacy/protocol.py", line 471, in send await self.ensure_open() File "/home/smarthome/.local/lib/python3.7/site-packages/websockets/legacy/protocol.py", line 726, in ensure_open raise self.connection_closed_exc() websockets.exceptions.ConnectionClosedOK: code = 1001 (going away), no reason
Kommentar