element-hq / element-x-android

Android Matrix messenger application using the Matrix Rust Sdk and Jetpack Compose
GNU Affero General Public License v3.0
1.1k stars 156 forks source link

Can't update display name, unknown error encountered #3786

Open benparsons opened 3 weeks ago

benparsons commented 3 weeks ago

Steps to reproduce

  1. Try to edit display name in profile settings
  2. Get error

Screenshot_20241101_082633_Element X nightly

Outcome

What did you expect?

What happened instead?

Your phone model

Samsung S20 fe

Operating system version

No response

Application version and app store

0.7.2

Homeserver

Element.io

Will you send logs?

Yes

Are you willing to provide a PR?

No

jmartinesp commented 3 weeks ago

According to the logs, it was a simple timeout:

org.matrix.rustcomponents.sdk.ClientException$Generic: msg=Unable to set display name: error sending request for url (https://element.ems.host/_matrix/client/v3/profile/@benp:element.io/displayname): operation timed out

Maybe the homeserver was under heavy load?