Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR LOG #740

Open
pressurejets opened this issue Oct 24, 2024 · 1 comment
Open

ERROR LOG #740

pressurejets opened this issue Oct 24, 2024 · 1 comment

Comments

@pressurejets
Copy link

Logger: homeassistant
Source: custom_components/frigate/views.py:417
integration: Frigate (documentation, issues)
First occurred: 23 October 2024 at 18:06:01 (3 occurrences)
Last logged: 13:17:55

Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/usr/local/lib/python3.12/asyncio/selector_events.py", line 1092, in _write_sendmsg
nbytes = self._sock.sendmsg(self._get_sendmsg_buffer())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
BrokenPipeError: [Errno 32] Broken pipe

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/config/custom_components/frigate/views.py", line 417, in _proxy_msgs
await ws_out.send_bytes(msg.data)
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_ws.py", line 394, in send_bytes
await self._writer.send(data, binary=True, compress=compress)
File "/usr/local/lib/python3.12/site-packages/aiohttp/http_websocket.py", line 748, in send
await self._send_frame(message, WSMsgType.BINARY, compress)
File "/usr/local/lib/python3.12/site-packages/aiohttp/http_websocket.py", line 712, in _send_frame
await self.protocol._drain_helper()
File "/usr/local/lib/python3.12/site-packages/aiohttp/base_protocol.py", line 96, in _drain_helper
await asyncio.shield(waiter)
ConnectionError: Connection lost

@NickM-27
Copy link
Collaborator

looks like connection to frigate was lost

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants