-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Restoring from online backup failed with: "missing field: sender_claimed_keys
"
#26774
Comments
This is not yet fixed because element has not yet been updated to a sufficiently recent version of matrix-sdk-crypto-wasm. |
This was partially fixed by matrix-org/matrix-rust-sdk-crypto-wasm#85 and matrix-org/matrix-js-sdk#4006, but it appears there are other causes (cf matrix-org/matrix-js-sdk#4006 and matrix-org/matrix-rust-sdk-crypto-wasm#92) |
I don't think matrix-org/matrix-rust-sdk-crypto-wasm#92 is related to this, because key backups don't use the |
The relevant PRs are merged now, so this should be fixed now |
Steps to reproduce
Takes about 2m to return the https://matrix-client.matrix.org/_matrix/client/v3/room_keys/keys?version=2 req, which looks complete and promising.
However, it then starts rapidly requesting lots of keys for specific sessions from the server - it's as if it's not actually getting them from the ~300MB download it just pulled from the server?
At some point it craps out with...
...and it only seems to have processed around 1,700 keys.
Outcome
What did you expect?
Restoring from online backup to work.
What happened instead?
Looks like it's being too strict on the keys in the backup? and/or it's not actually processing the keys it got from the server?
Meanwhile, trying to restore from offline backup in EWR immediately 'Aw snap's the tab, presumably due to OOM.
Operating system
No response
Application version
Element version: e9f0a8c-react-de5931d5a8e5-js-68898aeff2c5 Crypto version: Rust SDK 0.6.0 (438880a), Vodozemac 0.5.0
How did you install the app?
No response
Homeserver
No response
Will you send logs?
Yes
The text was updated successfully, but these errors were encountered: