raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.18k stars 2.88k forks source link

[Toothpick] Disconnecting a Device not working properly #12233

Closed maltemichels closed 3 months ago

maltemichels commented 3 months ago

Extension

https://www.raycast.com/VladCuciureanu/toothpick

Description

When I try to disconnect an already connected devices, I get the message that it’s disconnected successfully although the devices still stays connected. Please let me know which additional info could be helpful, to fix this issue.

Steps To Reproduce

  1. Open Manage Bluetooth Connections
  2. Select an already connected device
  3. Press Enter
  4. Getting the feedback Device disconnected successfully
  5. Device is still connected

Current Behaviour

No response

Expected Behaviour

No response

raycastbot commented 3 months ago

Thank you for opening this issue!

🔔 @VladCuciureanu @briankosw @VladCuciureanu @sxn @pernielsentikaer @rspeicher you might want to have a look.

💡 Author and Contributors commands The author and contributors of `VladCuciureanu/toothpick` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue.
VladCuciureanu commented 3 months ago

This is a semi-known issue caused by the flakiness introduced by using MacOS's private AppleScript API. I can only suggest to switch over to the experimental blueutils BlueTooth backend as shown here.

Let me know if that helps.

maltemichels commented 3 months ago

Ah, okay – with blueutil it works fine. Thanks for the hint!

VladCuciureanu commented 3 months ago

Np!

@raycastbot close this issue.