-
-
Notifications
You must be signed in to change notification settings - Fork 684
Error: Unsupported verification method #5092
Copy link
Copy link
Open
Labels
O-OccasionalAffects or can be seen by some users regularly or most users rarelyAffects or can be seen by some users regularly or most users rarelyS-MajorSeverely degrades major functionality or product features, with no satisfactory workaroundSeverely degrades major functionality or product features, with no satisfactory workaroundT-Defect
Metadata
Metadata
Assignees
Labels
O-OccasionalAffects or can be seen by some users regularly or most users rarelyAffects or can be seen by some users regularly or most users rarelyS-MajorSeverely degrades major functionality or product features, with no satisfactory workaroundSeverely degrades major functionality or product features, with no satisfactory workaroundT-Defect
Hi, I'm getting an error when trying to verify a user via QR. I've tried using the SAS method, and it worked, but for some reason when I try to use any of the QR method it does not work. (Also, on the documentation is not very clear on how should I use this methods).
When the
VerificationRequestinstance is on phaseReady, if I try to call this functions, I always get the same error:Error: Unsupported verification method: m.reciprocate.v1Error: Unsupported verification method: m.qr_code.show.v1Error: Unsupported verification method: m.qr_code.scan.v1I also tried explicitly adding all those methods to the
verificationMethodsproperty on the initialization params, but it doesn't work.If I try to do something like
I always get undefined. Even if the current phase is
Ready. The method Docstring says:Honestly, I don't know what I'm doing wrong. Is it a bug?
The error seems to come from a web assembly file, so its impossible for me to debug this.
If I click on
matrix_sdk_crypto_wasm_bg.wasmI see this: