matrix-org / matrix-org/matrix-rust-sdk

Panic from `OrderTracker`: “The chunk is not found”

Open
#5,416 15 comments 0 reactions 1 assignee View on GitHub

@Hywan is already working on this.

Since Jul 14, 2026.

panic
Dominant language
Rust
Stars
2.3k
Forks
500
Avg merge
1d 16h
Merged PRs (30d)
106

Description

I keep getting the following output when fetching timeline events:

thread '' panicked at /Users/Doug/Developer/matrix-rust-sdk/crates/matrix-sdk-common/src/linked_chunk/as_vector.rs:498:21:
The chunk is not found

More about the error: rustPanic("The chunk is not found")

Following code is the last line that runs before this:
try await timeline!.paginateBackwards(numEvents: UInt16(messagesLimit))

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.