Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2024-06-10 03:25:22.289 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration smartthinq_sensors which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
- 2024-06-10 03:25:22.291 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration mail_and_packages which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
- 2024-06-10 03:25:22.294 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration fontawesome which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
- 2024-06-10 03:25:22.297 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration meross_cloud which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
- 2024-06-10 03:25:22.302 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration alexa_media which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
- 2024-06-10 03:25:22.305 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration adaptive_lighting which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
- 2024-06-10 03:25:22.308 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration spotcast which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
- 2024-06-10 03:25:22.310 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration neerslag which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
- 2024-06-10 03:25:22.315 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration dwains_dashboard which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
- 2024-06-10 03:25:22.319 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration aarlo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
- 2024-06-10 03:25:22.322 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration cupertino which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
- 2024-06-10 03:25:22.326 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration icloud3 which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
- 2024-06-10 03:25:22.329 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
- 2024-06-10 03:25:24.182 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
- 2024-06-10 03:25:24.288 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=1120 from 2024-06-10 06:20:57.761267)
- 2024-06-10 03:25:50.454 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'dwains_dashboard' accesses hass.components.websocket_api. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from websocket_api directly at custom_components/dwains_dashboard/notifications.py, line 220: hass.components.websocket_api.async_register_command(websocket_get_notifications), please create a bug report at https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues
- 2024-06-10 03:25:50.469 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'dwains_dashboard' calls `async_add_job`, which is deprecated and will be removed in Home Assistant 2025.4; Please review https://developers.home-assistant.io/blog/2024/03/13/deprecate_add_run_job for replacement options at custom_components/dwains_dashboard/__init__.py, line 1590: hass.async_add_job(, please create a bug report at https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues
- 2024-06-10 03:25:54.179 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by custom integration 'dwains_dashboard' at custom_components/dwains_dashboard/__init__.py, line 100: with open(hass.config.path("dwains-dashboard/configs/areas.yaml")) as f: (offender: /config/custom_components/dwains_dashboard/__init__.py, line 100: with open(hass.config.path("dwains-dashboard/configs/areas.yaml")) as f:), please create a bug report at https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues
- Traceback (most recent call last):
- File "<frozen runpy>", line 198, in _run_module_as_main
- File "<frozen runpy>", line 88, in _run_code
- File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
- sys.exit(main())
- File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
- exit_code = runner.run(runtime_conf)
- File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run
- return loop.run_until_complete(setup_and_run_hass(runtime_config))
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 672, in run_until_complete
- self.run_forever()
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 639, in run_forever
- self._run_once()
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1988, in _run_once
- handle._run()
- File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
- self._context.run(self._callback, *self._args)
- File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request
- resp = await request_handler(request)
- File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle
- resp = await handler(request)
- File "/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 114, in impl
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 77, in forwarded_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 26, in request_context_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 85, in ban_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 242, in auth_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/headers.py", line 32, in headers_middleware
- response = await handler(request)
- File "/usr/src/homeassistant/homeassistant/helpers/http.py", line 73, in handle
- result = await handler(request, **request.match_info)
- File "/usr/src/homeassistant/homeassistant/components/websocket_api/http.py", line 54, in get
- return await WebSocketHandler(request.app[KEY_HASS], request).async_handle()
- File "/usr/src/homeassistant/homeassistant/components/websocket_api/http.py", line 438, in async_handle
- async_handle_str(command_msg_data)
- File "/usr/src/homeassistant/homeassistant/components/websocket_api/connection.py", line 227, in async_handle
- handler(self.hass, self, msg)
- File "/config/custom_components/dwains_dashboard/__init__.py", line 100, in websocket_get_configuration
- with open(hass.config.path("dwains-dashboard/configs/areas.yaml")) as f:
- 2024-06-10 03:25:54.220 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by custom integration 'dwains_dashboard' at custom_components/dwains_dashboard/__init__.py, line 106: with open(hass.config.path("dwains-dashboard/configs/entities.yaml")) as f: (offender: /config/custom_components/dwains_dashboard/__init__.py, line 106: with open(hass.config.path("dwains-dashboard/configs/entities.yaml")) as f:), please create a bug report at https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues
- Traceback (most recent call last):
- File "<frozen runpy>", line 198, in _run_module_as_main
- File "<frozen runpy>", line 88, in _run_code
- File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
- sys.exit(main())
- File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
- exit_code = runner.run(runtime_conf)
- File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run
- return loop.run_until_complete(setup_and_run_hass(runtime_config))
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 672, in run_until_complete
- self.run_forever()
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 639, in run_forever
- self._run_once()
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1988, in _run_once
- handle._run()
- File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
- self._context.run(self._callback, *self._args)
- File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request
- resp = await request_handler(request)
- File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle
- resp = await handler(request)
- File "/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 114, in impl
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 77, in forwarded_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 26, in request_context_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 85, in ban_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 242, in auth_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/headers.py", line 32, in headers_middleware
- response = await handler(request)
- File "/usr/src/homeassistant/homeassistant/helpers/http.py", line 73, in handle
- result = await handler(request, **request.match_info)
- File "/usr/src/homeassistant/homeassistant/components/websocket_api/http.py", line 54, in get
- return await WebSocketHandler(request.app[KEY_HASS], request).async_handle()
- File "/usr/src/homeassistant/homeassistant/components/websocket_api/http.py", line 438, in async_handle
- async_handle_str(command_msg_data)
- File "/usr/src/homeassistant/homeassistant/components/websocket_api/connection.py", line 227, in async_handle
- handler(self.hass, self, msg)
- File "/config/custom_components/dwains_dashboard/__init__.py", line 106, in websocket_get_configuration
- with open(hass.config.path("dwains-dashboard/configs/entities.yaml")) as f:
- 2024-06-10 03:25:56.184 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues
- 2024-06-10 03:25:57.525 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by custom integration 'dwains_dashboard' at custom_components/dwains_dashboard/__init__.py, line 100: with open(hass.config.path("dwains-dashboard/configs/areas.yaml")) as f: (offender: /config/custom_components/dwains_dashboard/__init__.py, line 100: with open(hass.config.path("dwains-dashboard/configs/areas.yaml")) as f:), please create a bug report at https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues
- Traceback (most recent call last):
- File "<frozen runpy>", line 198, in _run_module_as_main
- File "<frozen runpy>", line 88, in _run_code
- File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
- sys.exit(main())
- File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
- exit_code = runner.run(runtime_conf)
- File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run
- return loop.run_until_complete(setup_and_run_hass(runtime_config))
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 672, in run_until_complete
- self.run_forever()
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 639, in run_forever
- self._run_once()
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1988, in _run_once
- handle._run()
- File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
- self._context.run(self._callback, *self._args)
- File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request
- resp = await request_handler(request)
- File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle
- resp = await handler(request)
- File "/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 114, in impl
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 77, in forwarded_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 26, in request_context_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 85, in ban_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 242, in auth_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/headers.py", line 32, in headers_middleware
- response = await handler(request)
- File "/usr/src/homeassistant/homeassistant/helpers/http.py", line 73, in handle
- result = await handler(request, **request.match_info)
- File "/usr/src/homeassistant/homeassistant/components/websocket_api/http.py", line 54, in get
- return await WebSocketHandler(request.app[KEY_HASS], request).async_handle()
- File "/usr/src/homeassistant/homeassistant/components/websocket_api/http.py", line 438, in async_handle
- async_handle_str(command_msg_data)
- File "/usr/src/homeassistant/homeassistant/components/websocket_api/connection.py", line 227, in async_handle
- handler(self.hass, self, msg)
- File "/config/custom_components/dwains_dashboard/__init__.py", line 100, in websocket_get_configuration
- with open(hass.config.path("dwains-dashboard/configs/areas.yaml")) as f:
- 2024-06-10 03:25:57.604 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by custom integration 'dwains_dashboard' at custom_components/dwains_dashboard/__init__.py, line 106: with open(hass.config.path("dwains-dashboard/configs/entities.yaml")) as f: (offender: /config/custom_components/dwains_dashboard/__init__.py, line 106: with open(hass.config.path("dwains-dashboard/configs/entities.yaml")) as f:), please create a bug report at https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues
- Traceback (most recent call last):
- File "<frozen runpy>", line 198, in _run_module_as_main
- File "<frozen runpy>", line 88, in _run_code
- File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
- sys.exit(main())
- File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
- exit_code = runner.run(runtime_conf)
- File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run
- return loop.run_until_complete(setup_and_run_hass(runtime_config))
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 672, in run_until_complete
- self.run_forever()
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 639, in run_forever
- self._run_once()
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1988, in _run_once
- handle._run()
- File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
- self._context.run(self._callback, *self._args)
- File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request
- resp = await request_handler(request)
- File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle
- resp = await handler(request)
- File "/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 114, in impl
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 77, in forwarded_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 26, in request_context_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 85, in ban_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 242, in auth_middleware
- return await handler(request)
- File "/usr/src/homeassistant/homeassistant/components/http/headers.py", line 32, in headers_middleware
- response = await handler(request)
- File "/usr/src/homeassistant/homeassistant/helpers/http.py", line 73, in handle
- result = await handler(request, **request.match_info)
- File "/usr/src/homeassistant/homeassistant/components/websocket_api/http.py", line 54, in get
- return await WebSocketHandler(request.app[KEY_HASS], request).async_handle()
- File "/usr/src/homeassistant/homeassistant/components/websocket_api/http.py", line 438, in async_handle
- async_handle_str(command_msg_data)
- File "/usr/src/homeassistant/homeassistant/components/websocket_api/connection.py", line 227, in async_handle
- handler(self.hass, self, msg)
- File "/config/custom_components/dwains_dashboard/__init__.py", line 106, in websocket_get_configuration
- with open(hass.config.path("dwains-dashboard/configs/entities.yaml")) as f:
- 2024-06-10 03:25:59.344 ERROR (MainThread) [homeassistant.components.button] Platform august does not generate unique IDs. ID 28821D9CE97F4911A2AFC7D7B56DD757_wake already exists - ignoring button.front_door_wake
- 2024-06-10 03:25:59.346 ERROR (MainThread) [homeassistant.components.lock] Platform august does not generate unique IDs. ID 28821D9CE97F4911A2AFC7D7B56DD757_lock already exists - ignoring lock.front_door
- 2024-06-10 03:25:59.348 ERROR (MainThread) [homeassistant.components.sensor] Platform august does not generate unique IDs. ID 28821D9CE97F4911A2AFC7D7B56DD757_device_battery already exists - ignoring sensor.front_door_battery
- 2024-06-10 03:25:59.348 ERROR (MainThread) [homeassistant.components.sensor] Platform august does not generate unique IDs. ID 28821D9CE97F4911A2AFC7D7B56DD757_lock_operator already exists - ignoring sensor.front_door_operator
- 2024-06-10 03:26:00.318 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by custom integration 'icloud3' at custom_components/icloud3/support/config_file.py, line 123: with open(filename, 'r') as f: (offender: /config/custom_components/icloud3/support/config_file.py, line 123: with open(filename, 'r') as f:), please create a bug report at https://github.com/gcobb321/icloud3_v3/issues
- Traceback (most recent call last):
- File "<frozen runpy>", line 198, in _run_module_as_main
- File "<frozen runpy>", line 88, in _run_code
- File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
- sys.exit(main())
- File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
- exit_code = runner.run(runtime_conf)
- File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run
- return loop.run_until_complete(setup_and_run_hass(runtime_config))
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 672, in run_until_complete
- self.run_forever()
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 639, in run_forever
- self._run_once()
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1988, in _run_once
- handle._run()
- File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
- self._context.run(self._callback, *self._args)
- File "/usr/src/homeassistant/homeassistant/components/device_tracker/legacy.py", line 404, in async_create_platform_type
- platform = await async_prepare_setup_platform(hass, config, DOMAIN, p_type)
- File "/usr/src/homeassistant/homeassistant/setup.py", line 538, in async_prepare_setup_platform
- ) and not await async_setup_component(hass, integration.domain, hass_config):
- File "/usr/src/homeassistant/homeassistant/setup.py", line 165, in async_setup_component
- result = await _async_setup_component(hass, domain, config)
- File "/usr/src/homeassistant/homeassistant/setup.py", line 402, in _async_setup_component
- result = await task
- File "/config/custom_components/icloud3/__init__.py", line 75, in async_setup
- config_file.load_storage_icloud3_configuration_file()
- File "/config/custom_components/icloud3/support/config_file.py", line 67, in load_storage_icloud3_configuration_file
- success = read_storage_icloud3_configuration_file()
- File "/config/custom_components/icloud3/support/config_file.py", line 123, in read_storage_icloud3_configuration_file
- with open(filename, 'r') as f:
- 2024-06-10 03:26:00.334 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by custom integration 'icloud3' at custom_components/icloud3/support/config_file.py, line 516: with open(filename, 'w', encoding='utf8') as f: (offender: /config/custom_components/icloud3/support/config_file.py, line 516: with open(filename, 'w', encoding='utf8') as f:), please create a bug report at https://github.com/gcobb321/icloud3_v3/issues
- Traceback (most recent call last):
- File "<frozen runpy>", line 198, in _run_module_as_main
- File "<frozen runpy>", line 88, in _run_code
- File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
- sys.exit(main())
- File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
- exit_code = runner.run(runtime_conf)
- File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run
- return loop.run_until_complete(setup_and_run_hass(runtime_config))
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 672, in run_until_complete
- self.run_forever()
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 639, in run_forever
- self._run_once()
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1988, in _run_once
- handle._run()
- File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
- self._context.run(self._callback, *self._args)
- File "/usr/src/homeassistant/homeassistant/components/device_tracker/legacy.py", line 404, in async_create_platform_type
- platform = await async_prepare_setup_platform(hass, config, DOMAIN, p_type)
- File "/usr/src/homeassistant/homeassistant/setup.py", line 538, in async_prepare_setup_platform
- ) and not await async_setup_component(hass, integration.domain, hass_config):
- File "/usr/src/homeassistant/homeassistant/setup.py", line 165, in async_setup_component
- result = await _async_setup_component(hass, domain, config)
- File "/usr/src/homeassistant/homeassistant/setup.py", line 402, in _async_setup_component
- result = await task
- File "/config/custom_components/icloud3/__init__.py", line 75, in async_setup
- config_file.load_storage_icloud3_configuration_file()
- File "/config/custom_components/icloud3/support/config_file.py", line 70, in load_storage_icloud3_configuration_file
- write_storage_icloud3_configuration_file('_backup')
- File "/config/custom_components/icloud3/support/config_file.py", line 516, in write_storage_icloud3_configuration_file
- with open(filename, 'w', encoding='utf8') as f:
- 2024-06-10 03:26:01.674 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by integration 'google' at homeassistant/components/google/coordinator.py, line 75: timeline = await self.sync.store_service.async_get_timeline( (offender: /usr/local/lib/python3.12/importlib/resources/_common.py, line 82: return importlib.import_module(cand)), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+google%22
- Traceback (most recent call last):
- File "<frozen runpy>", line 198, in _run_module_as_main
- File "<frozen runpy>", line 88, in _run_code
- File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
- sys.exit(main())
- File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
- exit_code = runner.run(runtime_conf)
- File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run
- return loop.run_until_complete(setup_and_run_hass(runtime_config))
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 672, in run_until_complete
- self.run_forever()
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 639, in run_forever
- self._run_once()
- File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1988, in _run_once
- handle._run()
- File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
- self._context.run(self._callback, *self._args)
- File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 288, in async_refresh
- await self._async_refresh(log_failures=True)
- File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 312, in _async_refresh
- self.data = await self._async_update_data()
- File "/usr/src/homeassistant/homeassistant/components/google/coordinator.py", line 75, in _async_update_data
- timeline = await self.sync.store_service.async_get_timeline(
- 2024-06-10 03:26:20.027 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:26:20.028 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:26:20.131 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.helpers.event. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from event directly at custom_components/hacs/base.py, line 630: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues
- 2024-06-10 03:26:25.757 ERROR (MainThread) [homeassistant.components.homekit.util] media_player.aftka_100_2 does not support any media_player features
- 2024-06-10 03:26:25.758 ERROR (MainThread) [homeassistant.components.homekit.util] media_player.tv_samsung_6_series_50 does not support any media_player features
- 2024-06-10 03:26:25.799 ERROR (MainThread) [pyhap.characteristic] SecuritySystemCurrentState: value=0 is an invalid value.
- 2024-06-10 03:26:25.799 ERROR (MainThread) [pyhap.characteristic] SecuritySystemTargetState: value=0 is an invalid value.
- 2024-06-10 03:26:25.815 ERROR (MainThread) [homeassistant.components.homekit.util] media_player.plex_plex_for_apple_tv_apple_tv does not support any media_player features
- 2024-06-10 03:26:25.816 ERROR (MainThread) [homeassistant.components.homekit.util] media_player.plex_plex_for_apple_tv_apple_tv_2 does not support any media_player features
- 2024-06-10 03:26:25.817 ERROR (MainThread) [homeassistant.components.homekit.util] media_player.plex_plex_for_samsung_tv_2019 does not support any media_player features
- 2024-06-10 03:26:25.818 ERROR (MainThread) [homeassistant.components.homekit.util] media_player.plex_plex_for_samsung_tv_2019_2 does not support any media_player features
- 2024-06-10 03:26:25.818 ERROR (MainThread) [homeassistant.components.homekit.util] media_player.plex_plex_web_chrome_windows does not support any media_player features
- 2024-06-10 03:26:25.818 ERROR (MainThread) [homeassistant.components.homekit.util] media_player.plex_plex_for_android_tv_aftka does not support any media_player features
- 2024-06-10 03:26:25.818 ERROR (MainThread) [homeassistant.components.homekit.util] media_player.plex_plex_web_chrome_osx does not support any media_player features
- 2024-06-10 03:26:33.311 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.home_precipitation (in/h) cannot be converted to the unit of previously compiled statistics (in). Generation of long term statistics will be suppressed unless the unit changes back to in or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this
- 2024-06-10 03:26:45.590 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:26:45.591 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:27:21.999 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 9 attempt(s): No backend with an available connection slot that can reach address 78:9C:85:15:F6:26 was found: The proxy/adapter is out of connection slots or the device is no longer reachable; Add additional proxies (https://esphome.github.io/bluetooth-proxies/) near this device
- 2024-06-10 03:27:40.749 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): device 'dev_78_9C_85_15_F6_26' not found: The device disappeared; Try restarting the scanner or moving the device closer
- 2024-06-10 03:27:40.750 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 184, in connect
- watcher = manager.add_device_watcher(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/manager.py", line 613, in add_device_watcher
- self._check_device(device_path)
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/manager.py", line 217, in _check_device
- raise BleakError(f"device '{device_path.split('/')[-1]}' not found")
- bleak.exc.BleakError: device 'dev_78_9C_85_15_F6_26' not found
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 472, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 329, in _raise_if_needed
- raise BleakNotFoundError(f"{msg}: {DEVICE_MISSING_ADVICE}") from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): device 'dev_78_9C_85_15_F6_26' not found: The device disappeared; Try restarting the scanner or moving the device closer
- 2024-06-10 03:28:11.369 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:28:11.370 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:28:31.410 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:28:31.411 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:29:11.778 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:29:11.783 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:30:11.777 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:30:11.778 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:30:52.280 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:30:52.281 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:31:52.010 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:31:52.011 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:32:50.267 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 6 attempt(s): TimeoutError
- 2024-06-10 03:32:50.267 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 6 attempt(s): TimeoutError
- 2024-06-10 03:33:32.575 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:33:32.577 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:34:30.699 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:34:30.700 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:35:13.081 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:35:13.086 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:36:11.254 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:36:11.254 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:37:06.606 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 5 attempt(s): TimeoutError
- 2024-06-10 03:37:06.607 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 5 attempt(s): TimeoutError
- 2024-06-10 03:37:51.993 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:37:51.994 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:38:47.212 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:38:47.213 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:39:32.434 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:39:32.434 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:40:27.443 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:40:27.444 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:41:12.890 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:41:12.891 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:42:07.776 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:42:07.778 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:42:53.587 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:42:53.587 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:43:48.230 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:43:48.231 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:44:34.009 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:44:34.011 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:45:28.614 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:45:28.615 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:46:14.392 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:46:14.395 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:47:09.221 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:47:09.222 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:47:55.163 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:47:55.164 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:48:49.653 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:48:49.657 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:49:35.578 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:49:35.581 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:50:30.070 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:50:30.071 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:51:16.192 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:51:16.193 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:52:10.801 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:52:10.802 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:52:56.908 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:52:56.909 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:53:51.176 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:53:51.177 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:54:37.021 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:54:37.029 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:55:31.558 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:55:31.559 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:56:17.704 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:56:17.712 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:57:11.969 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:57:11.970 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:57:58.010 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:57:58.012 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:58:52.730 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:58:52.731 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:59:38.619 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 03:59:38.620 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:00:33.117 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:00:33.118 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:01:18.982 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:01:18.982 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:02:13.570 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:02:13.571 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:02:59.348 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:02:59.349 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:03:54.076 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:03:54.077 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:04:39.800 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:04:39.801 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:05:34.710 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:05:34.711 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:06:20.643 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:06:20.648 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:07:15.013 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:07:15.014 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:08:01.281 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:08:01.282 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:08:55.607 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:08:55.612 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:09:41.696 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:09:41.697 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:10:36.122 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:10:36.123 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:11:23.324 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 2 attempt(s): TimeoutError
- 2024-06-10 04:11:23.325 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 2 attempt(s): TimeoutError
- 2024-06-10 04:12:16.864 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:12:16.865 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:13:03.845 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:13:03.846 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:13:57.321 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:13:57.322 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:14:44.543 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:14:44.544 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:15:37.676 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:15:37.676 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:16:25.336 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:16:25.337 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:17:18.322 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:17:18.328 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:18:05.989 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:18:05.990 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:18:58.714 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:18:58.715 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:19:46.689 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:19:46.698 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:20:39.211 ERROR (MainThread) [yalexs_ble.lock] Front Door (L5000XY): Failed to connect to the lock: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
- 2024-06-10 04:20:39.212 ERROR (MainThread) [yalexs_ble.push] Front Door (L5000XY): Bluetooth error updating
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 214, in connect
- reply = await self._bus.call(
- ^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
- await future
- asyncio.exceptions.CancelledError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 363, in establish_connection
- await client.connect(
- File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 310, in connect
- connected = await super().connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/__init__.py", line 615, in connect
- return await self._backend.connect(**kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak/backends/bluezdbus/client.py", line 151, in connect
- async with async_timeout(timeout):
- File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
- raise TimeoutError from exc_val
- TimeoutError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 1020, in _execute_deferred_update
- await self._update()
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 113, in _async_wrap_operation_lock
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 157, in _async_wrap_retry_bluetooth_connection_error
- return await func(self, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 707, in _update
- lock = await self._ensure_connected()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/push.py", line 566, in _ensure_connected
- await self._client.connect(max_attempts)
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 155, in connect
- raise err
- File "/usr/local/lib/python3.12/site-packages/yalexs_ble/lock.py", line 144, in connect
- self.client = await establish_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 387, in establish_connection
- _raise_if_needed(name, device.address, exc)
- File "/usr/local/lib/python3.12/site-packages/bleak_retry_connector/__init__.py", line 327, in _raise_if_needed
- raise BleakNotFoundError(msg) from exc
- bleak_retry_connector.BleakNotFoundError: Front Door (L5000XY) - 78:9C:85:15:F6:26: Failed to connect after 1 attempt(s): TimeoutError
Add Comment
Please, Sign In to add comment