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

Element crash on room v11 #7633

Closed
Dryusdan opened this issue Aug 1, 2023 · 2 comments · Fixed by #7635
Closed

Element crash on room v11 #7633

Dryusdan opened this issue Aug 1, 2023 · 2 comments · Fixed by #7635
Labels
crash O-Occasional Affects or can be seen by some users regularly or most users rarely S-Critical Prevents work, causes data loss and/or has no workaround T-Defect Something isn't working: bugs, crashes, hangs and other reported problems

Comments

@Dryusdan
Copy link

Dryusdan commented Aug 1, 2023

Steps to reproduce

  1. Where are you starting? What can you see? I launch Element application and start on main screen witch list all channel
  2. What do you click? I click on channel upgrade to matrix v11 room and crash

Outcome

What did you expect?

Access on channel

What happened instead?

The application crash

Your phone model

Iphone 13 / Iphone XS

Operating system version

16.6

Application version

Element 1.10.14

Homeserver

matrix.dryusdan.fr (synapse)

Will you send logs?

Yes

@Dryusdan Dryusdan added the T-Defect Something isn't working: bugs, crashes, hangs and other reported problems label Aug 1, 2023
@pixlwave
Copy link
Member

pixlwave commented Aug 2, 2023

The crash is due to the m.room.create event missing the required creator property.

This appears to be an issue with the backend from what I can tell. I've opened an issue on Synapse to confirm: matrix-org/synapse#16050

@pixlwave pixlwave added crash S-Critical Prevents work, causes data loss and/or has no workaround S-Major Severely degrades major functionality or product features, with no satisfactory workaround O-Occasional Affects or can be seen by some users regularly or most users rarely labels Aug 2, 2023
@pixlwave
Copy link
Member

pixlwave commented Aug 4, 2023

From the Synapse issue:

matrix-org/matrix-spec-proposals#3820 no longer has a creator property, see matrix-org/matrix-spec-proposals#2175.

creator should be treated as optional now and fall back to the event's sender.

@pixlwave pixlwave removed the S-Major Severely degrades major functionality or product features, with no satisfactory workaround label Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash O-Occasional Affects or can be seen by some users regularly or most users rarely S-Critical Prevents work, causes data loss and/or has no workaround T-Defect Something isn't working: bugs, crashes, hangs and other reported problems
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants