We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
UserId
P
[Error] Error: Expect an `UserId` instance, received `P` instead (anonymous function) — vendor-6dbf17ae.js:60134:54597 wasm-stub <?>.wasm-function[882] <?>.wasm-function[4103] <?>.wasm-function[610] wasm-stub rI — vendor-6dbf17ae.js:60134:14300 (anonymous function) — client-4506e41d.js:1:28123 (anonymous function) (client-4506e41d.js:1:18597)
This also occurs in updateTrackedUsers, and pops up multiple times during sync (usually a few minutes apart).
The text was updated successfully, but these errors were encountered:
[Error] Error: Expect an `UserId` instance, received `P` instead (anonymous function) — vendor-6dbf17ae.js:60134:54597 wasm-stub <?>.wasm-function[882] <?>.wasm-function[4103] <?>.wasm-function[898] wasm-stub getMissingSessions — vendor-6dbf17ae.js:60134:29567 (anonymous function) — client-4506e41d.js:1:20222 shareKeys — client-4506e41d.js:1:20517 (anonymous function) — client-4506e41d.js:1:19734 (anonymous function) (client-4506e41d.js:1:18597)
[Error] Error: Expect an `UserId` instance, received `P` instead (anonymous function) — vendor-6dbf17ae.js:60134:54597 wasm-stub <?>.wasm-function[882] <?>.wasm-function[4103] <?>.wasm-function[897] wasm-stub updateTrackedUsers — vendor-6dbf17ae.js:60134:26729 (anonymous function) — client-4506e41d.js:1:32712 (anonymous function) (client-4506e41d.js:1:18597)
Sorry, something went wrong.
This is related to https://github.com/matrix-org/matrix-rust-sdk/blob/main/bindings/matrix-sdk-crypto-js/src/machine.rs#L200 being faulty.
Wasmer has a fix at wasmerio/wasmer#3400 however https://github.com/wasmerio/wasm-bindgen-downcast is currently not public apparently making it questionable if it can be used in rust-sdk to fix this :/
bb599de is a workaround for this. However an upstream fix would be nice.
MTRNord
No branches or pull requests
This also occurs in updateTrackedUsers, and pops up multiple times during sync (usually a few minutes apart).
The text was updated successfully, but these errors were encountered: