You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im using simplepyble 0.7.3 with python3.8 on Ubuntu 22.04 and connecting to BT speakers.
When using systems blueman everyting works perfectly.
I'm just take my first steps with simplepyble but it seems theres something not working as it should be :-(
Running the notify example:
....
Connecting to: SRS-XB01 [00:42:79:2A:EA:1A]
Successfully connected, listing services...
Traceback (most recent call last):
File "simplepyble_examples/notify.py", line 42, in
services = peripheral.services()
RuntimeError: Path /org/bluez/hci0/dev_00_42_79_2A_EA_1A/sep1 does not contain interface org.bluez.GattService1
When writing my own simple code to connect to a paired device:
Connecting to a peripheral -> [WARNING] SimpleBLE: /project/simpleble/src/backends/linux/PeripheralBase.cpp:326 in _cleanup_characteristics: Exception during characteristic cleanup: Path /org/bluez/hci0/dev_F8_5C_7E_B5_F1_C7/sep2/fd8 does not contain interface org.bluez.GattCharacteristic1
The device is connected but there seems to be some issue with this "Gatt server" thing.
Sorry but Im not fully up to date with bluez and the Gatt server.
Any idea where or how to fix this issue?
The text was updated successfully, but these errors were encountered:
Im using simplepyble 0.7.3 with python3.8 on Ubuntu 22.04 and connecting to BT speakers.
When using systems blueman everyting works perfectly.
I'm just take my first steps with simplepyble but it seems theres something not working as it should be :-(
Running the notify example:
....
Connecting to: SRS-XB01 [00:42:79:2A:EA:1A]
Successfully connected, listing services...
Traceback (most recent call last):
File "simplepyble_examples/notify.py", line 42, in
services = peripheral.services()
RuntimeError: Path /org/bluez/hci0/dev_00_42_79_2A_EA_1A/sep1 does not contain interface org.bluez.GattService1
When writing my own simple code to connect to a paired device:
Connecting to a peripheral -> [WARNING] SimpleBLE: /project/simpleble/src/backends/linux/PeripheralBase.cpp:326 in _cleanup_characteristics: Exception during characteristic cleanup: Path /org/bluez/hci0/dev_F8_5C_7E_B5_F1_C7/sep2/fd8 does not contain interface org.bluez.GattCharacteristic1
The device is connected but there seems to be some issue with this "Gatt server" thing.
Sorry but Im not fully up to date with bluez and the Gatt server.
Any idea where or how to fix this issue?
The text was updated successfully, but these errors were encountered: