Hi,
I’m trying to add 9 cameras to a Lovelace dashboard.
I setup them with live mode but when I tried to setup the 7th it not show up and Home assistant freeze/crash.
Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 422, in _handle_request
resp = await self._request_handler(request)
File "/usr/lib/python3.8/site-packages/aiohttp/web_app.py", line 499, in _handle
resp = await handler(request)
File "/usr/lib/python3.8/site-packages/aiohttp/web_middlewares.py", line 119, in impl
return await handler(request)
File "/usr/lib/python3.8/site-packages/homeassistant/components/http/security_filter.py", line 56, in security_filter_middleware
return await handler(request)
File "/usr/lib/python3.8/site-packages/homeassistant/components/http/request_context.py", line 18, in request_context_middleware
return await handler(request)
File "/usr/lib/python3.8/site-packages/homeassistant/components/http/ban.py", line 74, in ban_middleware
return await handler(request)
File "/usr/lib/python3.8/site-packages/homeassistant/components/http/auth.py", line 135, in auth_middleware
return await handler(request)
File "/usr/lib/python3.8/site-packages/homeassistant/components/http/view.py", line 131, in handle
result = await result
File "/usr/lib/python3.8/site-packages/homeassistant/components/camera/__init__.py", line 498, in get
return await self.handle(request, camera)
File "/usr/lib/python3.8/site-packages/homeassistant/components/camera/__init__.py", line 533, in handle
return await camera.handle_async_mjpeg_stream(request)
File "/usr/lib/python3.8/site-packages/homeassistant/components/mjpeg/camera.py", line 163, in handle_async_mjpeg_stream
return await async_aiohttp_proxy_web(self.hass, request, stream_coro)
File "/usr/lib/python3.8/site-packages/homeassistant/helpers/aiohttp_client.py", line 110, in async_aiohttp_proxy_web
return await async_aiohttp_proxy_stream(
File "/usr/lib/python3.8/site-packages/homeassistant/helpers/aiohttp_client.py", line 140, in async_aiohttp_proxy_stream
await response.write(data)
File "/usr/lib/python3.8/site-packages/aiohttp/web_response.py", line 470, in write
await self._payload_writer.write(data)
File "/usr/lib/python3.8/site-packages/aiohttp/http_writer.py", line 107, in write
self._write(chunk)
File "/usr/lib/python3.8/site-packages/aiohttp/http_writer.py", line 67, in _write
raise ConnectionResetError("Cannot write to closing transport")
ConnectionResetError: Cannot write to closing transporte[0m
this is a log from the docker container