-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Most of the timeline is missing #21432
Comments
I think I may have just had this too - I couldn't scroll up past a certain point in a room, with no indication that it was trying to paginate backwards for more messages. Eventually it loaded more scrollback, not sure what caused it to do so. |
I wonder if perhaps we should enable |
I also got this same this morning |
possibly duplicate of #16983 |
if the history comes back in a bit, it might just be the decryption loop being slow. We decrypt enough messages to get the room list preview working, but lazily load the rest of the room over time. Larger accounts see this behaviour more prominently. |
The history did come back in a bit. The behaviour was confusing and scary if I cared about that history, so I think if it needs to be slow we should have a spinner or equivalent. |
I don't think it needs to be slow, but we should indeed have a loading spinner. Closing in favour of #16983 though, which has a bit more context. |
oh, wrong issue, nevermind. |
Reproduced this a couple more times but in my case the whole timeline went blank as I was scrolling down to catch up on messages and didn't recover. Rageshake logs:
Relevant logs for this kind of bug:
Created #21532 to track adding a way to turn on this conditional debug logging while using the app instead of hard-coded into the build. And also useful for cases where we need more info from people and can just prompt to add more logging for those relevant components. |
I don't know if it its related @t3chguy send me: Version von Element: 1.10.7 Happens in #datenschutzraum:matrix.org |
In my case there is nothing missing, just additional black "spacer". |
oh and now i can not scroll up anymore, okay, now i have a missing timeline, because there isn't a "jump to the last unread message" button anymore. |
At least two persons in #datenschutzraum:matrix.org has the same problem |
There is a fluffychat user who thinks that he has the same Problem. |
To debug all of the timeline problems: - element-hq/element-web#21613 - element-hq/element-web#21922 - element-hq/element-web#21432 - element-hq/element-web#21533
…8502) To debug all of the timeline problems: - element-hq/element-web#21613 - element-hq/element-web#21922 - element-hq/element-web#21432 - element-hq/element-web#21533
Steps to reproduce
Outcome
What did you expect?
I know there are more messages in this room, and I expected to see them.
What happened instead?
I see only a couple of messages, and empty space above them.
When I press PageUp, the screen goes completely blank.
Operating system
Ubuntu 21.10
Browser information
Firefox 98.0
URL for webapp
https://develop.element.io
Application version
Element version: 1f97bc2-react-26e6f8deca1d-js-18943d6519e9 Olm version: 3.2.8
Homeserver
matrix.org
Will you send logs?
Yes
The text was updated successfully, but these errors were encountered: