Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeline fails to load after clicking the ^ to go to the first unread message #20397

Open
kittykat opened this issue Jan 4, 2022 · 5 comments
Labels
A-Performance A-Timeline O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect Z-Backend Z-Synapse

Comments

@kittykat
Copy link
Contributor

kittykat commented Jan 4, 2022

Steps to reproduce

This only happens sometimes, I can't see a pattern for triggering it

  1. Click the ^ to go to the first unread message

Outcome

What did you expect?

Older messages load

What happened instead?

Got a blank view in the timeline with this error message, this has happened twice today:
Screenshot from 2022-01-04 09-45-56

Operating system

No response

Browser information

Chromium 96.0.4664.45 (Official Build) Arch Linux (64-bit)

URL for webapp

develop.element.io

Application version

Element version: 211f480-react-f4a94f6e7f18-js-f30be8787934 Olm version: 3.2.8

Homeserver

No response

Will you send logs?

Yes

@kittykat kittykat added T-Defect A-Performance X-Regression S-Major Severely degrades major functionality or product features, with no satisfactory workaround X-Release-Blocker A-Timeline labels Jan 4, 2022
@kittykat
Copy link
Contributor Author

kittykat commented Jan 5, 2022

I've just hit the issue again and got this in the console (and attaching another rageshake):
Screenshot from 2022-01-05 10-31-58
Screenshot from 2022-01-05 10-31-41

@t3chguy
Copy link
Member

t3chguy commented Jan 5, 2022

That is the server claiming it doesn't know that event, not much the client can do here

@kittykat kittykat added the O-Uncommon Most users are unlikely to come across this or unexpected workflow label Jan 11, 2022
@MadLittleMods
Copy link
Contributor

Related to #20927

Same symptoms but it is a different error unless the logs changed over the month.

@MadLittleMods MadLittleMods changed the title Timeline fails to load Timeline fails to load after clicking the ^ to go to the first unread message Mar 23, 2022
@rettichschnidi
Copy link

Seeing this all the time on my own home server. Likely connected: We have a retention policy of max. 90 days.

Example:

  1. Chose a room with "unread messages"
  2. Click on the "Jump to first unseen messages" button
  3. This exact error display gets displayed

image

I experience this on my own Synapse home server and I am willing to investigate - please let me know how I can help.

@t3chguy
Copy link
Member

t3chguy commented May 30, 2022

@rettichschnidi I'd say Synapse should probably move the RM marker when applying a retention policy otherwise all clients would experience this. There's no way for a client to know if a given event ID falls outside of the current retention window as enforced by your server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Performance A-Timeline O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect Z-Backend Z-Synapse
Projects
None yet
Development

No branches or pull requests

7 participants