Hi, anbei die Infos:
- Python Version --> 3.7.3 final
- Version des installierten Python websockets Packages --> 8.1
- Version des installierten Python janus Packages --> 0.6.1
- Kommt die Meldung nach jedem Start --> jupp
- Kommt die Meldung ein mal oder öfter --> öfter
- Kommt die Meldung nur wenn ein Browser Fenster mit der smartVISU offen ist --> nein auch so
HTML-Code:
2021-01-16 22:46:39 WARNING lib.smarthome.main -------------------- SmartHomeNG initialization finished --------------------
2021-01-16 23:01:52 ERROR modules.websocket smartVISU_protocol_v4 exception: code = 1005 (no status code [internal]), no reason
2021-01-16 23:16:20 ERROR asyncio Task exception was never retrieved
future: <Task finished coro=<Websocket.update_all_series() done, defined at /usr/local/smarthome/modules/websocket/__init__.py:705> exception=AttributeError("module 'asyncio' has no attribute 'connection_closed_exc'")>
> Traceback (most recent call last):
> File "/usr/local/smarthome/modules/websocket/__init__.py", line 729, in update_all_series
> await websocket.send(json.dumps(reply, default=self.json_serial))
> File "/home/smarthome/.local/lib/python3.7/site-packages/websockets/protocol.py", line 555, in send
> await self.ensure_open()
> File "/home/smarthome/.local/lib/python3.7/site-packages/websockets/protocol.py", line 803, in ensure_open
> raise self.connection_closed_exc()
> websockets.exceptions.ConnectionClosedError: code = 1005 (no status code [internal]), no reason
During handling of the above exception, another exception occurred:
> Traceback (most recent call last):
> File "/usr/local/smarthome/modules/websocket/__init__.py", line 731, in update_all_series
> except (asyncio.IncompleteReadError, asyncio.connection_closed_exc) as e:
> AttributeError: module 'asyncio' has no attribute 'connection_closed_exc'
2021-01-16 23:17:43 ERROR modules.websocket smartVISU_protocol_v4 exception: code = 1005 (no status code [internal]), no reason
Kommentar