-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Failed to get displayname - InvalidCodepoint #4032
Comments
Such problem from another user:
|
Users add utf8 display name and it is fail on server? |
And again such problem:
|
I think this is such problem |
@progserega You seem to have a space in your homeserver name? It's saying the " " in "ru " isn't allowed. |
Yes, free 30 Gb. I investigate problem: web interface allow add to our bot mxid with spaces. When bot try create room for user and try invite this user to this room - server show such error. Do I think properly, that it is not server error? And this bug may be close? |
we should probably handle this more gracefully, in any case. It would be useful if you could tell us how to reproduce this: "web interface allow add to our bot mxid with spaces". Which web interface, exactly? This has probably been improved by #3997, which will be in synapse 0.33.7. Certainly that will fix the |
Our internal company web-interface, which symply get from user "mxid", which must be receive corporate automated messages:
Problem was in our web interface, which not strip spaces across entered mxid. But I think that matrix-synapse must avoid this "bad mxid" in message from bot without any exceptions in logs... Or no? |
The problem is that we need to know which APIs are being used which cause the problem. It looks from the above as though it is the createRoom API - is that correct? |
I use matrix_client python sdk 0.3.2
If matrix_uid have spaces in end of string - then server log have exception from current issue. |
Ok thanks very much: I have opened #4088 to describe the problem more succinctly. |
Description
Describe here the problem that you are experiencing, or the feature you are requesting.
Steps to reproduce
Error in logs:
Version information
ii matrix-synapse 0.33.4-1mx1
debian 9.5
$ curl -v https://rsprim.ru/_matrix/client/versions 2>&1 | grep "Server:"
Server: nginx/1.10.3
Install method: package manager "apt-get" from
deb https://matrix.org/packages/debian stretch main
Platform: debian 9.5 in lxc-container
The text was updated successfully, but these errors were encountered: