Closed krakowski closed 1 year ago
After rebooting my machine I got another error message, which looks like a bug to me.
Traceback (most recent call last):
File "/XXXXX/XXXXX/.local/lib/python3.9/site-packages/eq3bt/bleakconnection.py", line 80, in on_notification
handle = handle + 1
TypeError: unsupported operand type(s) for +: 'BleakGATTCharacteristicBlueZDBus' and 'int'
Looks like I found the culprit.
A few days ago the first argument's type for the notification callback was changed from int
to BleakGATTCharacteristic
making it unusable in arithmetic operations.
Hi,
I just tested the latest
python-eq3bt
version and found thateq3cli
hangs whenever I use thebleak
backend. Bothbluepy
andgattlib
seem to be working fine though. Here are some log outputs:--backend gattlib
--backend bluepy
--backend bleak
Is there any way I can debug this further? I am running
bluez-5.65
on my host system (not in a container).