-
Notifications
You must be signed in to change notification settings - Fork 93
Description
2026-01-07 23:29:05 ERROR Error connecting to device CC:7B:5C:B9:60:02:
Traceback (most recent call last):
File "/usr/local/lib/python3.13/site-packages/bleak/backends/bluezdbus/client.py", line 299, in connect
reply = await self._bus.call(
^^^^^^^^^^^^^^^^^^^^^
...<6 lines>...
)
^
File "/usr/local/lib/python3.13/site-packages/dbus_fast/aio/message_bus.py", line 398, 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.13/site-packages/bluetti_mqtt/bluetooth/client.py", line 79, in _connect
await self.client.connect()
File "/usr/local/lib/python3.13/site-packages/bleak/init.py", line 580, in connect
await self._backend.connect(self._pair_before_connect, **kwargs)
File "/usr/local/lib/python3.13/site-packages/bleak/backends/bluezdbus/client.py", line 156, in connect
async with async_timeout(timeout):
~~~~~~~~~~~~~^^^^^^^^^
File "/usr/local/lib/python3.13/asyncio/timeouts.py", line 116, in aexit
raise TimeoutError from exc_val
TimeoutError