vegardinho / alfred_bluetooth_controller

Alfred workflow for managing bluetooth settings and -connections
MIT License
95 stars 7 forks source link

Pairing (btp) broken with macOS Ventura #33

Open kongpuishun opened 1 year ago

kongpuishun commented 1 year ago

Commands like "bton" & "btoff" are working. However, when the command "btd" & "btp" are typed, they automatically turn into fallback options (like the first two pictures).

Screenshot 2023-01-01 at 3 44 26 PM Screenshot 2023-01-01 at 3 44 43 PM Screenshot 2023-01-01 at 3 44 36 PM
vegardinho commented 1 year ago

I’ll need some debug info if you want me to look into it. Also, check out the debugging section in README if you haven’t already. The most likely problem is that blueutil and/or notificator binaries are blocked by macOS and have to be manually permitted to run.

Edit: it seems macOS Ventura has broken btd and btp. More specifically, blueutil, the binary that handles the bluetooth functionality, seems not to be working properly. I can only hope that it will be updated soon, or else start looking for a permanent alternative.

Edit 2: It seemed Ventura had not broken btd, and that this issue was simply a result of Ventura deleting my paired devices. btp seems to be broken on my mac, however.