- From: Darri Steinn Konráðsson via GitHub <sysbot+gh@w3.org>
- Date: Mon, 09 Oct 2023 11:07:36 +0000
- To: public-web-bluetooth-log@w3.org
darrikonn has just created a new issue for https://github.com/WebBluetoothCG/web-bluetooth:
== Not working with MacOS Sonoma + Intel ==
Web Bluetooth is not working for Macs with Sonoma and Intel processor.
```typescript
const device = navigator.bluetooth.requestDevice({filters: [...]})
const gattService = await device.gatt.connect() // <-- this fails
```
When connecting the end users receive:
```
Uncaught (in promise) DOMException: GATT Server is disconnected.
Cannot retrieve services. (Re)connect first with `device.gatt.connect`.
```
This worked before upgrading to Sonoma on the Intel laptop.
Using the M* chips with Sonoma works fine.
Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/615 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 9 October 2023 11:07:38 UTC