Hi,
I’m running rpi4 + Home Assistant OS - core-2021.2.3
every now and than I get this below.
Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/http.py:197
Integration: Home Assistant WebSocket API ([documentation](https://www.home-assistant.io/integrations/websocket_api), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+websocket_api%22))
First occurred: 09:56:41 (1 occurrences)
Last logged: 09:56:41
[547706315584] Unexpected error inside websocket API
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/http.py", line 197, in async_handle msg = await wsock.receive()
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_ws.py", line 438, in receive await self.pong(msg.data)
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_ws.py", line 293, in pong await self._writer.pong(message) File "/usr/local/lib/python3.8/site-packages/aiohttp/http_websocket.py", line 667, in pong await self._send_frame(message, WSMsgType.PONG)
File "/usr/local/lib/python3.8/site-packages/aiohttp/http_websocket.py", line 650, in _send_frame self._write(header + message)
File "/usr/local/lib/python3.8/site-packages/aiohttp/http_websocket.py", line 660, in _write raise ConnectionResetError("Cannot write to closing transport") ConnectionResetError: Cannot write to closing transport'
How to solve that?