Created
May 22, 2024 16:46
-
-
Save jrgleason/1f5856df464ab913b3dd328aed3fee90 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-05-22 09:05:55 2024-05-22 09:05:55.263 WARNING (MainThread) [blinkpy.camera] Could not find thumbnail for camera G8T1-GH02-2215-4U5N. | |
2024-05-22 09:12:13 2024-05-22 09:12:13.757 ERROR (MainThread) [blinkpy.sync_module] Could not extract manifest ID from response: {'message': 'Manifest stale, please rerequest', 'code': 2102} | |
2024-05-22 09:12:14 2024-05-22 09:12:14.346 WARNING (MainThread) [blinkpy.camera] Could not find thumbnail for camera G8T1-GH02-2215-4U5N. | |
2024-05-22 09:17:16 2024-05-22 09:17:16.892 ERROR (MainThread) [blinkpy.auth] Connection error. Endpoint https://rest-u053.immedia-semi.com/network/389200/command/796507931 possibly down or throttled. Error: Server disconnected | |
2024-05-22 09:17:16 2024-05-22 09:17:16.892 ERROR (MainThread) [homeassistant.components.blink.coordinator] Unexpected error fetching blink data | |
2024-05-22 09:17:16 Traceback (most recent call last): | |
2024-05-22 09:17:16 File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 315, in _async_refresh | |
2024-05-22 09:17:16 self.data = await self._async_update_data() | |
2024-05-22 09:17:16 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
2024-05-22 09:17:16 File "/usr/src/homeassistant/homeassistant/components/blink/coordinator.py", line 35, in _async_update_data | |
2024-05-22 09:17:16 return await self.api.refresh(force=True) | |
2024-05-22 09:17:16 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
2024-05-22 09:17:16 File "/usr/local/lib/python3.12/site-packages/blinkpy/helpers/util.py", line 177, in wrapper | |
2024-05-22 09:17:16 return await method(*args, **kwargs) | |
2024-05-22 09:17:16 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
2024-05-22 09:17:16 File "/usr/local/lib/python3.12/site-packages/blinkpy/blinkpy.py", line 98, in refresh | |
2024-05-22 09:17:16 await sync_module.refresh(force_cache=(force or force_cache)) | |
2024-05-22 09:17:16 File "/usr/local/lib/python3.12/site-packages/blinkpy/sync_module.py", line 279, in refresh | |
2024-05-22 09:17:16 await self.update_local_storage_manifest() | |
2024-05-22 09:17:16 File "/usr/local/lib/python3.12/site-packages/blinkpy/sync_module.py", line 430, in update_local_storage_manifest | |
2024-05-22 09:17:16 response = await self.poll_local_storage_manifest() | |
2024-05-22 09:17:16 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
2024-05-22 09:17:16 File "/usr/local/lib/python3.12/site-packages/blinkpy/sync_module.py", line 501, in poll_local_storage_manifest | |
2024-05-22 09:17:16 response = await api.request_local_storage_manifest( | |
2024-05-22 09:17:16 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
2024-05-22 09:17:16 File "/usr/local/lib/python3.12/site-packages/blinkpy/api.py", line 361, in request_local_storage_manifest | |
2024-05-22 09:17:16 await wait_for_command(blink, response) | |
2024-05-22 09:17:16 File "/usr/local/lib/python3.12/site-packages/blinkpy/api.py", line 517, in wait_for_command | |
2024-05-22 09:17:16 if status.get("status_code", 0) != 908: | |
2024-05-22 09:17:16 ^^^^^^^^^^ | |
2024-05-22 09:17:16 AttributeError: 'NoneType' object has no attribute 'get' | |
2024-05-22 09:23:36 2024-05-22 09:23:36.070 ERROR (MainThread) [blinkpy.sync_module] Could not extract manifest ID from response: {'message': 'Manifest stale, please rerequest', 'code': 2102} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment