This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Error when trying to join an empty room should be more explicit (SYN-678) #1533
Comments
matrixbot
changed the title
Error when trying to join an empty room should be more explicit (SYN-678)
Error when trying to join an empty room should be more explicit (https://github.com/matrix-org/synapse/issues/1533)
Nov 7, 2016
matrixbot
changed the title
Error when trying to join an empty room should be more explicit (https://github.com/matrix-org/synapse/issues/1533)
Error when trying to join an empty room should be more explicit (SYN-678)
Nov 7, 2016
FTR, I ripped out the string matching in vector because frankly "you cannot rejoin an empty room" was worse when the room wasn't empty. We get this error when:
|
If i get this error "Failed to join room Internal server error" when trying to join a room on the same server, is this the cause? Or would the error say "No known servers" as it says in the bug |
This was referenced Apr 20, 2022
reivilibre
added
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
A-Join
Joining a room (there is another label for federated joins)
labels
May 19, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Submitted by @matthew:matrix.org
It is currently {"errcode":"M_UNKNOWN","error":"No known servers"} - i am having to string match on the error message to display a more coherent one in Vector :(
(Imported from https://matrix.org/jira/browse/SYN-678)
The text was updated successfully, but these errors were encountered: