hbldh / bleak

A cross platform Bluetooth Low Energy Client for Python using asyncio
MIT License
1.56k stars 275 forks source link

Method "StopNotify" with signature "" on interface "org.bluez.GattCharacteristic1" doesn't exist #1508

Closed zevv closed 3 months ago

zevv commented 3 months ago

Related to #1500 and #1507, see #1500 for a detailed description of my setup

Sorry for the flood of issues, but I'm not sure of these are related or not.

After some time of round-robin polling 60 BLE devices communication is no longer possible and I get the message [org.freedesktop.DBus.Error.UnknownObject] Method "StopNotify" with signature "" on interface "org.bluez.GattCharacteristic1" doesn't exist thrown

Any hints on how to debug appreciated.

zevv commented 3 months ago

Sorry for the noise - this was a side effect of my connection not properly opening due to other issues.