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 calls of /_matrix/client/v3/room_keys/version #25565

Closed
weeman1337 opened this issue Jun 12, 2023 · 2 comments · Fixed by matrix-org/matrix-react-sdk#12630
Closed

Many calls of /_matrix/client/v3/room_keys/version #25565

weeman1337 opened this issue Jun 12, 2023 · 2 comments · Fixed by matrix-org/matrix-react-sdk#12630
Labels
A-E2EE 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 Z-Awaiting-Element-R Issues in code which will be replaced by the port of Element's crypto layer to Rust

Comments

@weeman1337
Copy link
Contributor

Steps to reproduce

  1. Start Element Desktop
  2. Look at the network tab

Outcome

What did you expect?

Only as many requests as required for Element to work

What happened instead?

Many requests of the /_matrix/client/v3/room_keys/version Endpoint. No special request data. Always the same result.

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

@weeman1337 weeman1337 changed the title Many calls to /_matrix/client/v3/room_keys/version Many calls of /_matrix/client/v3/room_keys/version Jun 12, 2023
@richvdh
Copy link
Member

richvdh commented Jun 12, 2023

Sorry, I thought I'd posted this before. Evidently I didn't.

I wrote some more details on the rageshake, but in short:

This is not normal behaviour, but:

  • I can't reproduce it
  • I can't figure out what is causing it
  • I don't think it's a recent regression (we haven't changed anything in this area recently)
  • It's in legacy Crypto code which is due for throwing away.

All in all: I'm disinclined to take a lot of time away from ER in investigating it right now.

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

Same issue. Using Element Web (app.element.io). It keep requesting a 404 API, and console keeps printing errors.

Synapse version: Docker Image
matrixdotorg/synapse:latest@sha256:8f727ebb83f13126d775e5ed992a65834b4b67a1df991741802c132d7f3ddc26
Element version: 1.11.36
Olm version: 3.2.14

Screenshots Request:

Screenshot 2023-08-01 at 17 18 08

Response:
Screenshot 2023-08-01 at 17 18 18

Call stack:
Screenshot 2023-08-01 at 17 17 23

Console:
Screenshot 2023-08-01 at 17 22 55

@richvdh richvdh added the Z-Awaiting-Element-R Issues in code which will be replaced by the port of Element's crypto layer to Rust label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-E2EE 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 Z-Awaiting-Element-R Issues in code which will be replaced by the port of Element's crypto layer to Rust
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants