-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
matrix-org/matrix-js-sdk
#3285Labels
O-OccasionalAffects or can be seen by some users regularly or most users rarelyAffects or can be seen by some users regularly or most users rarelyS-MajorSeverely degrades major functionality or product features, with no satisfactory workaroundSeverely degrades major functionality or product features, with no satisfactory workaroundT-DefectX-Regression
Description
Steps to reproduce
- Be in an encrypted room
- Try to send a message
Outcome
What did you expect?
Message sent
What happened instead?
Error
caught (in promise) TypeError: Cannot read properties of null (reading 'getEvents')
at TimelineWindow.getEvents (timeline-window.ts:375:37)
at TimelinePanel_TimelinePanel.getEvents (TimelinePanel.tsx:1546:64)
at TimelinePanel_TimelinePanel.reloadEvents (TimelinePanel.tsx:1533:28)
at MatrixClient.<anonymous> (TimelinePanel.tsx:882:14)
at MatrixClient.emit (events.js:158:1)
at MatrixClient.emit (typed-event-emitter.ts:59:22)
at Room.forSource (ReEmitter.ts:53:29)
at Room.emit (events.js:158:1)
at Room.emit (typed-event-emitter.ts:59:22)
at Room.addPendingEvent (room.ts:2411:14)
Got this a couple of times today.
Operating system
Ubuntu 22.04.2 LTS
Application version
Element Nightly version: 2023041201 Olm version: 3.2.12
How did you install the app?
https://packages.element.io/debian/
Homeserver
Will you send logs?
Yes
Metadata
Metadata
Assignees
Labels
O-OccasionalAffects or can be seen by some users regularly or most users rarelyAffects or can be seen by some users regularly or most users rarelyS-MajorSeverely degrades major functionality or product features, with no satisfactory workaroundSeverely degrades major functionality or product features, with no satisfactory workaroundT-DefectX-Regression