Well, it ran all night and then this morning it went down again:
2019-06-24 08:13:37 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.pool_recording_mode fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 220, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 375, in async_device_update
await self.async_update()
File "/usr/src/homeassistant/homeassistant/components/logi_circle/sensor.py", line 122, in async_update
await self._camera.update()
File "/usr/local/lib/python3.7/site-packages/logi_circle/camera.py", line 73, in update
camera = await self.logi._fetch(url=url)
File "/usr/local/lib/python3.7/site-packages/logi_circle/__init__.py", line 205, in _fetch
resp.raise_for_status()
File "/usr/local/lib/python3.7/site-packages/aiohttp/client_reqrep.py", line 935, in raise_for_status
assert self.reason # always not None for started response
AssertionError
2019-06-24 08:13:37 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.front_door_streaming_mode fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 220, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 375, in async_device_update
await self.async_update()
File "/usr/src/homeassistant/homeassistant/components/logi_circle/sensor.py", line 122, in async_update
await self._camera.update()
File "/usr/local/lib/python3.7/site-packages/logi_circle/camera.py", line 73, in update
camera = await self.logi._fetch(url=url)
File "/usr/local/lib/python3.7/site-packages/logi_circle/__init__.py", line 205, in _fetch
resp.raise_for_status()
File "/usr/local/lib/python3.7/site-packages/aiohttp/client_reqrep.py"935, in raise_for_status
assert self.reason # always not None for started response
AssertionError
2019-06-24 08:13:37 ERROR (MainThread) [homeassistant.helpers.entity] Upr sensor.pool_wifi_signal_strength fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 22sync_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 37sync_device_update
await self.async_update()
File "/usr/src/homeassistant/homeassistant/components/logi_circle/sens line 122, in async_update
await self._camera.update()
File "/usr/local/lib/python3.7/site-packages/logi_circle/camera.py", l in update
camera = await self.logi._fetch(url=url)
File "/usr/local/lib/python3.7/site-packages/logi_circle/__init__.py",05, in _fetch
resp.raise_for_status()
assert self.reason # always not None for started response
AssertionError
2019-06-24 08:13:37 ERROR (MainThread) [homeassistant.helpers.entity] Upr sensor.pool_wifi_signal_strength fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 22sync_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 37sync_device_update
await self.async_update()
File "/usr/src/homeassistant/homeassistant/components/logi_circle/sens line 122, in async_update
await self._camera.update()
File "/usr/local/lib/python3.7/site-packages/logi_circle/camera.py", l in update
camera = await self.logi._fetch(url=url)
File "/usr/local/lib/python3.7/site-packages/logi_circle/__init__.py",05, in _fetch
resp.raise_for_status()
File "/usr/local/lib/python3.7/site-packages/aiohttp/client_reqrep.py", line 935,
in raise_for_status
assert self.reason # always not None for started response
AssertionError
2019-06-24 08:13:37 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.front_door_wifi_signal_strength fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 220, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 375, in async_device_update
await self.async_update()
File "/usr/src/homeassistant/homeassistant/components/logi_circle/sensor.py", line 122, in async_update
await self._camera.update()
File "/usr/local/lib/python3.7/site-packages/logi_circle/camera.py", line 73, in update
camera = await self.logi._fetch(url=url)
File "/usr/local/lib/python3.7/site-packages/logi_circle/__init__.py", line 205, in _fetch
resp.raise_for_status()
File "/usr/local/lib/python3.7/site-packages/aiohttp/client_reqrep.py", line 935,
in raise_for_status
assert self.reason # always not None for started response
AssertionError
2019-06-24 08:13:44 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start
resp = await task
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle
resp = await handler(request)
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 67, in ban_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 216, in auth_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 115, in handle
result = await result
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py",e 478, in get
return await self.handle(request, camera)
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py",e 495, in handle
image = await camera.async_camera_image()
File "/usr/src/homeassistant/homeassistant/components/logi_circle/camera.pline 133, in async_camera_image
return await self._camera.live_stream.download_jpeg()
File "/usr/local/lib/python3.7/site-packages/logi_circle/live_stream.py", 39, in download_jpeg
image = await self.logi._fetch(url=url, raw=True, headers=ACCEPT_IMAGE_HR, params=params)
File "/usr/local/lib/python3.7/site-packages/logi_circle/__init__.py", lin5, in _fetch
resp.raise_for_status()
File "/usr/local/lib/python3.7/site-packages/aiohttp/client_reqrep.py", li35, in raise_for_status
assert self.reason # always not None for started response
AssertionError
It kept looping the last error until I finally restarted Home Assistant. Now the cameras won’t come up with the same error as before:
2019-06-24 15:35:06 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Logi Circle (eba75f46-b568-43ac-b51b-438d967ec1ae) for logi_circle
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 273, in async_setup
hass, self)
File "/usr/src/homeassistant/homeassistant/components/logi_circle/__init__.py", line 124, in async_setup_entry
await logi_circle.synchronize_cameras()
File "/usr/local/lib/python3.7/site-packages/logi_circle/__init__.py", line 74, in synchronize_cameras
await self.cameras
File "/usr/local/lib/python3.7/site-packages/logi_circle/__init__.py", line 85, in cameras
raw_cameras = await self._fetch(ACCESSORIES_ENDPOINT)
File "/usr/local/lib/python3.7/site-packages/logi_circle/__init__.py", line 205, in _fetch
resp.raise_for_status()
File "/usr/local/lib/python3.7/site-packages/aiohttp/client_reqrep.py", line 93
5, in raise_for_status
assert self.reason # always not None for started response
AssertionError
2019-06-24 15:35:07 ERROR (SyncWorker_13) [homeassistant.core] Error doing job: Unclosed client session
2019-06-24 15:35:10 ERROR (SyncWorker_13) [homeassistant.core] Error doing job: Unclosed connector
I’ve rebooted and restarted several times. Thought maybe it was a provider problem, but I don’t see any outages reported on their network interconnects.