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

Use of wrong alias when joining a public room #4778

Closed
ismailgulek opened this issue Sep 1, 2021 · 0 comments · Fixed by #4779
Closed

Use of wrong alias when joining a public room #4778

ismailgulek opened this issue Sep 1, 2021 · 0 comments · Fixed by #4779
Assignees
Labels
T-Defect Something isn't working: bugs, crashes, hangs and other reported problems

Comments

@ismailgulek
Copy link
Contributor

When trying to join "Matrix HQ" public room, operation fails with error:

[MXHTTPClient] Request 0x283a7d700 failed for path: _matrix/client/r0/join/%23matrix%3Adodsorf.as - HTTP code: 404. Error: Error Domain=com.alamofire.error.serialization.response Code=-1011 "Request failed: not found (404)" UserInfo={NSLocalizedDescription=Request failed: not found (404), NSErrorFailingURLKey=https://matrix-client.matrix.org/_matrix/client/r0/join/%23matrix%3Adodsorf.as, com.alamofire.serialization.response.error.data={length = 75, bytes = 0x7b226572 72636f64 65223a22 4d5f4e4f ... 20666f75 6e64227d }, com.alamofire.serialization.response.error.response=<NSHTTPURLResponse: 0x282340ca0> { URL: https://matrix-client.matrix.org/_matrix/client/r0/join/%23matrix%3Adodsorf.as } { Status Code: 404, Headers {
    "Access-Control-Allow-Origin" =     (
        "*"
    );
    "Cache-Control" =     (
        "no-cache, no-store, must-revalidate"
    );
    "Content-Encoding" =     (
        gzip
    );
    "Content-Type" =     (
        "application/json"
    );
    Date =     (
        "Wed, 01 Sep 202
[MXHTTPClient] Error JSONResponse: {
    errcode = "M_NOT_FOUND";
    error = "Room alias #matrix:dodsorf.as not found";
}
@ismailgulek ismailgulek added the T-Defect Something isn't working: bugs, crashes, hangs and other reported problems label Sep 1, 2021
@ismailgulek ismailgulek self-assigned this Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Defect Something isn't working: bugs, crashes, hangs and other reported problems
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant