-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError: 'Name', BlueZ API yields invalid responses #6
Comments
@JakkFish weird, will look into it. This is some convinience code to sanity check the given parameters. def get_paired_switches(self):
return [] This will cause the pairing-detection to fail, meaning A few more questions:
|
Okay i will try the code in a second also my OS is Ubuntu 20.04.2 LTS and im using Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode) [8891] My bluez version 5.53 and i searched d-feet and im not sure what you mean but i have a picture im going to send of what i see |
Ok, that were the pictures I needed, thanks. The first two show some statisctics about the service I presume (I don't have them, maybe my dfeet is outdated). The last picture however is interesting. |
yep, now the controller shows up. Try it (maybe even without the modification) |
see #4 "how it should be" |
i tried running ExecStart=/usr/lib/bluetooth/bluetoothd -C -P sap,input,avrcp but it says "-C: command not found" |
/lib/systemd/system/bluetooth.service also permission denied and idk what to do from there |
Are you root? |
I don’t think I’m root I’m using virtual box but did I do this right? |
And also if you can answer one last question- How do i change the name? in /etc to Pro Controller |
No need to change name. Its done automatically |
other then that everything is working nice! |
Ok, after some testing of my own i figured this is some issue with the BlueZ Dbus-API. |
The text was updated successfully, but these errors were encountered: