Skip to content

index out of bounds #33

@mattkang

Description

@mattkang
thread 'main' panicked at /build/qmlvz394sva1rawai3r4xfjww5d0jpni-source/src/handler.rs:684:74:
index out of bounds: the len is 9 but the index is 10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

This error occurred when I did the following:

  1. Scan for devices. Let the list populate with several devices.
  2. Stop scanning.
  3. Wait for some devices to fall off depopulate from the list of scanned devices. (Not sure if this is expected behaviour.)
  4. Attempt to connect to one of the devices that still remain (mine happened to be toward the end of the list)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions