-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Failed to send_join via any server for #emacs:matrix.org #10021
Comments
That stack trace is really odd, we should be catching that error correctly: synapse/synapse/federation/federation_client.py Lines 391 to 394 in 1350b05
|
@erikjohnston Not sure if this makes any difference but I have a workaround too applied that fixes #9956 for me. I do multiple by 10000 in this line: Line 106 in 3ff2251
|
Seeing the same thing on a fresh installation of 1.34.0. |
I've had the issue since early December. |
I see the same error when trying to join #fedora:matrix.org also referencing ghostcorp.net |
I'm having a similar issue when trying to join #ghidra:matrix.org on synapse v1.38.0.
|
same issue #linux:libera.chat |
I'm have the same issue:
|
@benparsons looking at your trace its a different issue causing the same error? As mine is a missing a signature while yours is not retrying the server? 🤔 |
@benparsons hmm, that traceback shows Synapse raising a |
Is there a fix for this? I can't join
Edit: Looks like it will be fixed in the next release. |
errors should be fixed in the next release of Synapse, v1.47.0. That, however, is a different error from what was originally posted, which was the result of event signature verification failure. |
This issue seems to have become a bit of a pile-on for everyone who ever saw any sort of error joining any sort of room. I was able to join If people have problems joining rooms, please create a new issue rather than piling onto one that sounds vaguely related - there are a lot of reasons a join can fail and it's much easier for us to close duplicate issues than it is to split out unrelated problems. |
Description
Joining #emacs:matrix.org fails with a
Failed to send_join via any server
. Join method was the room directory via element web.Steps to reproduce
Which seems to suggest that room is broken from the perspective of my HS?
This has the side effect that my voyager bot tries to join the room over and over, causes a membership event but never actually joins from my synapse perspective.
Perspective from other servers is that synapse sends membership join events over and over again. On Element android this spams the timeline and as my synapse doesnt realise this I cannot really prevent this in my code I think unless I cache this data myself.
Version information
If not matrix.org:
Version: 1.34.0 (b=develop,9752849e2,dirty)
Install method: Git clone with pip
The text was updated successfully, but these errors were encountered: