Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

500 error when trying to rejoin empty room #4582

Open
richvdh opened this issue Feb 7, 2019 · 0 comments
Open

500 error when trying to rejoin empty room #4582

richvdh opened this issue Feb 7, 2019 · 0 comments
Labels
A-Federated-Join joins over federation generally suck A-Workers Problems related to running Synapse in Worker Mode (or replication) O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Major Major functionality / product severely impaired, no satisfactory workaround. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues. z-bug (Deprecated Label)

Comments

@richvdh
Copy link
Member

richvdh commented Feb 7, 2019

Related to #1533, but even worse. When using a worker deployment, the code that checks if the server list is empty (

if len(remote_room_hosts) == 0:
) gets missed, so we end up with an internal server error instead

@neilisfragile neilisfragile added the z-bug (Deprecated Label) label Feb 11, 2019
@richvdh richvdh added the A-Federated-Join joins over federation generally suck label Mar 19, 2020
@reivilibre reivilibre added A-Workers Problems related to running Synapse in Worker Mode (or replication) S-Major Major functionality / product severely impaired, no satisfactory workaround. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues. O-Uncommon Most users are unlikely to come across this or unexpected workflow labels May 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-Federated-Join joins over federation generally suck A-Workers Problems related to running Synapse in Worker Mode (or replication) O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Major Major functionality / product severely impaired, no satisfactory workaround. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues. z-bug (Deprecated Label)
Projects
None yet
Development

No branches or pull requests

3 participants