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

Many 404 failing key backup requests #25566

Closed
weeman1337 opened this issue Jun 12, 2023 · 4 comments
Closed

Many 404 failing key backup requests #25566

weeman1337 opened this issue Jun 12, 2023 · 4 comments
Labels
A-E2EE A-E2EE-Key-Backup O-Occasional Affects or can be seen by some users regularly or most users rarely S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect

Comments

@weeman1337
Copy link
Contributor

Steps to reproduce

  1. Start Element
  2. Look at the network tab

Outcome

What did you expect?

Not so many 404 requests 🤷

What happened instead?

Many requests are send to /_matrix/client/v3/room_keys/keys/!… . They all return a 404.

Operating system

Ubuntu 22.04.2 LTS

Application version

Element Nightly version: 2023061101 Olm version: 3.2.14

How did you install the app?

https://packages.element.io/debian/

Homeserver

https://element.ems.host/

Will you send logs?

Yes

@richvdh richvdh changed the title Many 404 failing room key requests Many 404 failing key backup requests Jun 12, 2023
@richvdh
Copy link
Member

richvdh commented Jun 12, 2023

@weeman1337 presumably these are GET requests, rather than PUT or DELETE?

(unfortunately I can't tell from the rageshake, because #25570)

@richvdh
Copy link
Member

richvdh commented Jun 12, 2023

As long the path parameters are different between the requests (ie, different room ids or session ids), I don't think this is a particular problem. (We would normally expect to see up to one /room_keys/keys/!… request for each undecryptable event -- including when the message arrives before the keys).

@weeman1337
Copy link
Contributor Author

@weeman1337 presumably these are GET requests, rather than PUT or DELETE?

Yes

It happened when starting Element Desktop nightly. Maybe something went wrong and all (missing) keys were requested? 🤷‍♂️ There were thousands of them.

I will keep an eye on it.

@kittykat kittykat added S-Major Severely degrades major functionality or product features, with no satisfactory workaround A-E2EE A-E2EE-Key-Backup O-Occasional Affects or can be seen by some users regularly or most users rarely labels Jun 15, 2023
@richvdh
Copy link
Member

richvdh commented Jan 11, 2024

I think this is expected behaviour.

@richvdh richvdh closed this as completed Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-E2EE A-E2EE-Key-Backup O-Occasional Affects or can be seen by some users regularly or most users rarely S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect
Projects
None yet
Development

No branches or pull requests

3 participants