matrix-org / matrix-org/matrix-rust-sdk
Panic from `OrderTracker`: “The chunk is not found”
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.