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-R: stuck in a loop making PUT /_matrix/client/v3/sendToDevice/m.room_key_request/ requests #25706

Closed
richvdh opened this issue Jul 3, 2023 · 4 comments · Fixed by matrix-org/matrix-js-sdk#3757
Assignees
Labels
O-Uncommon Most users are unlikely to come across this or unexpected workflow T-Defect Z-Labs

Comments

@richvdh
Copy link
Member

richvdh commented Jul 3, 2023

my client has got stuck in a loop sending the same 400 or so m.room_key_requests (fortunately with the same txnid, so the server should dedupe) over and over.

@richvdh richvdh added T-Defect O-Uncommon Most users are unlikely to come across this or unexpected workflow Z-Labs labels Jul 3, 2023
@richvdh richvdh self-assigned this Jul 3, 2023
@richvdh
Copy link
Member Author

richvdh commented Jul 3, 2023

In indexeddb, there are 449 rows in unsent_secret_requests, but none in outgoing_secret_requests, and only 168 in secret_requests_by_info. I don't know what these tables mean (or why they are separate tables)

@richvdh richvdh removed their assignment Jul 4, 2023
@richvdh
Copy link
Member Author

richvdh commented Sep 22, 2023

This has happened to me again. seeing if the rageshake logs help

@richvdh
Copy link
Member Author

richvdh commented Sep 22, 2023

rageshake logs do not help

@richvdh
Copy link
Member Author

richvdh commented Sep 26, 2023

Tracking the fix to this over at matrix-org/matrix-rust-sdk#2605

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-Uncommon Most users are unlikely to come across this or unexpected workflow T-Defect Z-Labs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant