Skip to content

BLE / Bluetooth Workflow hangs at "Reading version info" #523

Description

@rena2019

CircuitPython Version

Adafruit CircuitPython 10.2.1 on 2026-05-13; Maker Go ESP32C3 Supermini with ESP32-C3
Board ID:makergo_esp32c3_supermini

and other devices, e.g. Seeed Studio XIAO nRF52840 (Sense) by Seeed Studio -> bug is not device dependent

Workflow(s)

BLE

Browser(s)

Google Chrome (Windows) Version 149.0.7827.201 (Official Build) (64-bit)

Console Log

Steps

  1. open https://code.circuitpython.org/
  2. press "connect"
  3. press "request bluetooth device"
  4. select "CIRCUITPY144ac2" from the dialog
  5. check web developer console

Description

javascript hangs in
async versionInfo() {
let e = {};
console.log(Reading version info);
let t = await this.readFile(/boot_out.txt, !1);
^^^^^^^^^^ ----- seems that this method does not return / no timeout ????

Additional information

this progress dialog is shown endless
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions