matrix-org/synapse

room alias lookups on `libera.chat` timing out

Open

#14,462 opened on 2022年11月16日

GitHub で見る
 (8 comments) (0 reactions) (0 assignees)Python (11,713 stars) (2,196 forks)batch import
A-Federated-JoinO-OccasionalS-TolerableT-DefectZ-Help-Wantedgood first issue

説明

Description

I created a room yesterday, and no client can display it because getting client/v3/directory/room/ times out or crashes with a 502 error.

With curl:

$ curl https://matrix.org/_matrix/client/v3/directory/room/%23valtest8:libera.chat
{"errcode":"M_UNKNOWN","error":"Failed to fetch alias"}

With my own client, the connection times out

And from my browser (regardless of being logged in), I'm getting Cloudflare's 502 Bad Gateway page

Steps to reproduce

  • join a room on a different server, with no other user from your own homeserver in the room
  • leave and re-join a couple of times
  • Eventually the client will be stuck

Homeserver

matrix.org

Synapse Version

1.71.0rc2 (b=matrix-org-hotfixes,39ea774cff,dirty)

Installation Method

No response

Platform

n/a

Relevant log output

n/a

Anything else that would be useful to know?

No response

コントリビューターガイド