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

Joining a room with no servers now returns a 502 rather than the actual error #12219

Closed
ara4n opened this issue Feb 3, 2020 · 2 comments
Closed

Comments

@ara4n
Copy link
Member

ara4n commented Feb 3, 2020

The logs have:

2020-02-03 22:40:25,470 - synapse.access.http.8095 - 233 - INFO - POST-3263108 - 92.234.32.44 - 8095 - Received request: POST /_matrix/client/r0/join/%23p2p%3Amatrix.org
2020-02-03 22:40:25,490 - synapse.http.client - 284 - INFO - POST-3263108 - Sending request POST http://10.103.0.1:9092/_synapse/replication/remote_join/%21NPmnTqbnUTWgPutRXK%3Amatrix.org/%40matthew%3Amatrix.org/RkfJCRkkee
2020-02-03 22:40:27,295 - synapse.http.client - 321 - INFO - POST-3263108 - Received response to POST http://10.103.0.1:9092/_synapse/replication/remote_join/%21NPmnTqbnUTWgPutRXK%3Amatrix.org/%40matthew%3Amatrix.org/RkfJCRkkee: 502
2020-02-03 22:40:27,296 - synapse.http.server - 81 - INFO - POST-3263108 - <XForwardedForRequest at 0x7fc1b1a64a20 method='POST' uri='/_matrix/client/r0/join/%23p2p%3Amatrix.org' clientproto='HTTP/1.1' site=8095> SynapseError: 502 - Failed to make_join via any server

But by the time it hits riot, it looks like this:

Screenshot 2020-02-03 at 22 42 31

...which is less than helpful.

@ara4n ara4n added the T-Defect label Feb 3, 2020
@t3chguy
Copy link
Member

t3chguy commented Feb 4, 2020

image

Looks fine here

image

@t3chguy
Copy link
Member

t3chguy commented Apr 25, 2022

Closing due to lack of repro

@t3chguy t3chguy closed this as completed Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants