Skip to content

Pico-W OSError: [Errno 114] EALREADY - Retest #13634

Closed
@redhead-p

Description

@redhead-p

#13611 Retest

MicroPython v1.23.0-preview.114.gb4f59984f on 2024-02-09; Raspberry Pi Pico W with RP2040

I've retested the fix on my live code. It still appears but it appears fixed on the test code as supplied before. The live code has more than 1 notify enabled characteristic and I've updated the test code for the peripheral to cover this (extra service added at line 108). The error occurs on the first read as shown below.

BLE-OSError114-2.zip

CCCD handle 26 found
CCCD handle 22 found
CCCD handles {26, 22}
cccd handle 26
write result 26 0
cccd handle 22
write result 22 0
Notifications requested
Unhandled exception in IRQ callback handler
Traceback (most recent call last):
  File "<stdin>", line 204, in _ble_event_handler
  File "<stdin>", line 233, in eventHandler
  File "<stdin>", line 416, in _gattc_read_done
  File "<stdin>", line 468, in do_init_reads
OSError: [Errno 114] EALREADY

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions