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
500 error when inviting user on unreachable HS #2047
Labels
A-Federation
A-Invite
Inviting users to rooms and accepting invites
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
z-bug
(Deprecated Label)
Comments
richvdh
changed the title
"500 error when inviting user on unreachable HS" "if you try to send an invite to a user on a homeserver which cannot be reached, synapse (eventually) returns a 500 with
500 error when inviting user on unreachable HS
Mar 22, 2017
{errcode: "M_UNKNOWN", error: "Internal server error"}
See also #1411. |
Still observed today |
Reproduced today as well when trying to create a room with a list of invitees. Here's a stacktrace I found in the logs:
|
MadLittleMods
added
A-Invite
Inviting users to rooms and accepting invites
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
labels
May 16, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
A-Federation
A-Invite
Inviting users to rooms and accepting invites
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
z-bug
(Deprecated Label)
if you try to send an invite to a user on a homeserver which cannot be reached, synapse (eventually) returns a 500 with
{errcode: "M_UNKNOWN", error: "Internal server error"}
The text was updated successfully, but these errors were encountered: