-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
"Federation denied" when looking at #homeowners:matrix.org #8284
Comments
This sounds like you server is sending out a |
There seems to be various reports of this (and other errors related to the room), so this is unlikely to be a problem with |
I managed to collect some valuable looking logs:
Note how the failing backfill requests all reference the same event $Ent5NC35ODmD2DJSZu80LZUozKo4p2PhzWR543ZxjqA. |
This should be fixed in Synapse v1.19.3 (partial fix, you can join a room but only backfill so far) and v1.20.0rc5 (you can join a room and backfill normally). Let us know if it still occurs after updating to those versions! 🙂 |
seems to be a dup of #3121 |
Description
When opening the room #homeowners:matrix.org in Element, messages roughly before $v4CpP6vDtZyyLjl6ymWbpZ4AqQTKuTEkt2w_OIYmiiI will never appear (infinite loading spinner). An API error can be observed in the developer console:
Request:
GET https://das-labor.org/_matrix/client/r0/rooms/!iyIlInqJyxXrRmRHFx%3Amatrix.org/messages?from=t6161-2537059_84961551_18160_4388417_195188_2863_117383_5368163_104&limit=20&dir=b&filter=%7B%22lazy_load_members%22%3Atrue%7D
(takes a few seconds, so the homeserver is doing something - maybe actively fetching data from some other homeserver that denies federation?)
Response:
403 with the following body:
{"errcode":"M_FORBIDDEN","error":"Federation denied with das-labor.org."}
This response is not documented in the spec for that endpoint, so I assume it comes from something synapse is doing to fulfill that request?
@moe:moritzdietz.com also encountered the same problem on their homeserver: https://matrix.to/#/!mjbDjyNsRXndKLkHIe:matrix.org/$L-XfR1fgWCCqewMIVFYkWD49cOhc4UpFz2V12CoZbHI?via=matrix.org&via=privacytools.io&via=tchncs.de
Steps to reproduce
(I am not sure of the conditions needed to trigger this behavior)
Logs
Unfortunately, I could not find any relevant Synapse logs at loglevel INFO. DEBUG seemed to make Synapse unstable somehow.
Version information
Homeserver:
das-labor.org
Version:
v1.19.1
Install method:
Docker
Platform:
Docker on Ubuntu 20.04
The text was updated successfully, but these errors were encountered: