To fix this, I need to think of what to do when too many disconnects happen that doesn't involve removing the device.
Maybe just wait longer before retrying.
(as a side-note,…
I will fix the itctl error handling, but there isn't much I can currently do about the BlueZ version issue.
You cannot supply the device id (MAC Address) to itctl. It will notify whatever is connected to itd, and cannot do it to any other device. The first argument to itctl notify
acts as the title of…
Yes, this is something I was going to do and forgot. I will write a solution when I get home. Thank you.
It should be fixed now. Please test and confirm. Thank you for finding these bugs.
This should now be fixed. Thank you. Please reopen or create a new issue if it's still not working.
Interesting. It appears your MPRIS DBus interface is different from mine. It may have been recently changed. When I was creating this, the value for artist was a string slice ([]string
), but now it…
I believe this is a different issue. I completely rewrote the pairing and reconnect code. I think what's happening is that the companion tries to pair but disconnects immediately, prompting it to try…