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

Deactivation errored out with non-descript error when the wrong password is entered. #3460

Open
turt2live opened this issue Oct 28, 2024 · 1 comment
Labels
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 X-Needs-Rust This issue needs a Rust SDK change. It must have a link to a Rust SDK issue

Comments

@turt2live
Copy link
Member

turt2live commented Oct 28, 2024

Steps to reproduce

  1. Create account
  2. Attempt to deactivate that account with the wrong password.

Outcome

Observe "sdkError(MatrixRustSDK.ClientError.Generic(msg:”The server returned an error: User-Interactive Authentication required.”))"

What did you expect?

A descriptive error, possibly indicating incorrect password or some other failure. If there's additional UIA steps to be completed, those should be noted.

Possibly related to element-hq/element-x-android#3748

What happened instead?

See above.

Your phone model

No response

Operating system version

No response

Application version

No response

Homeserver

No response

Will you send logs?

No

@Velin92 Velin92 added S-Major Severely degrades major functionality or product features, with no satisfactory workaround O-Occasional Affects or can be seen by some users regularly or most users rarely labels Nov 4, 2024
@pixlwave pixlwave changed the title Deactivation errored out with non-descript error Deactivation errored out with non-descript error when the wrong password is entered. Nov 4, 2024
@pixlwave pixlwave added the X-Needs-Rust This issue needs a Rust SDK change. It must have a link to a Rust SDK issue label Nov 4, 2024
@pixlwave
Copy link
Member

pixlwave commented Nov 4, 2024

Can confirm this is the same as the Android issue, the FFI isn't giving us enough information to understand that the password was incorrect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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 X-Needs-Rust This issue needs a Rust SDK change. It must have a link to a Rust SDK issue
Projects
None yet
Development

No branches or pull requests

3 participants