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

Error trying to join room without an alias is very confusing #1519

Open
madduck opened this issue Nov 27, 2019 · 1 comment
Open

Error trying to join room without an alias is very confusing #1519

madduck opened this issue Nov 27, 2019 · 1 comment
Labels
O-Occasional Affects or can be seen by some users regularly or most users rarely S-Minor Impairs non-critical functionality or suitable workarounds exist T-Defect Z-FTUE

Comments

@madduck
Copy link

madduck commented Nov 27, 2019

image
This error is the result of trying to join a room via view.matrix.org, i.e. using the Room ID, not an alias. It would be nice if the error message actually told me what I am doing wrong.

@MadLittleMods MadLittleMods added O-Occasional Affects or can be seen by some users regularly or most users rarely S-Minor Impairs non-critical functionality or suitable workarounds exist Z-FTUE labels Aug 24, 2021
kmohrf referenced this issue in grouprise/grouprise Dec 9, 2021
…iases

Previously room IDs were used as part of the Element URL returned to the
requester.  But these room IDs only work, if the user has already joined
the room.  All other users receive a confusing message:
 https://github.com/vector-im/element-web/issues/11526

Instead of using Matrix room IDs, we are supposed to use public room
names ("aliases").  The former are implementation details, which we
should not use in public:
 element-hq/element-web#2925

Now we try to determine the public name of a room when returning the
redirect URL.
@t3chguy
Copy link
Member

t3chguy commented Apr 26, 2023

This error comes from the server with a no more useful errcode

@t3chguy t3chguy transferred this issue from element-hq/element-web Apr 26, 2023
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-Minor Impairs non-critical functionality or suitable workarounds exist T-Defect Z-FTUE
Projects
None yet
Development

No branches or pull requests

3 participants