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
Following the README and running deno run -A --unstable ./examples/simpleble-scan.ts works locally. But it says "No Bluetooth adapters found " when run over SSH. The issue seems to be similar to toy/blueutil#85 where sshd-keygen-wrapper needs to be added to the BT Permission list. Is there a way to detect the BT Permission and show a more useful error?
The text was updated successfully, but these errors were encountered:
sigmaxipi
changed the title
Examples don't work over SSH
Examples don't work over SSH on OSX
Nov 12, 2024
Following the README and running
deno run -A --unstable ./examples/simpleble-scan.ts
works locally. But it says "No Bluetooth adapters found " when run over SSH. The issue seems to be similar to toy/blueutil#85 wheresshd-keygen-wrapper
needs to be added to the BT Permission list. Is there a way to detect the BT Permission and show a more useful error?The text was updated successfully, but these errors were encountered: