Open rbns opened 2 years ago
Please see if this is improved in commit a2b4777.
Please try again with Dendrite 0.6.4.
I also have this problem with #2212
I have a similar issue. My setup is Dendrite-monolith 0.9.1 in docker with Nginx as reverse proxy. I'm using Element-desktop and Element-iOS clients. Element is forever spinning with "Joining message" and dendrite-monolith log shows the following:
dendrite-monolith-1 | time="2022-08-08T08:35:58.376134824Z" level=warning msg="Signature validation failed for event \"$XC8d1dpgwcqB-wVbgPtrSliUqnYaqJQnwzLU01lpMmQ\"" error="gomatrixserverlib: key with ID \"ed25519:a_wWWo\" for \"pavot.ca\" not valid at 1641594523210"
dendrite-monolith-1 | time="2022-08-08T08:35:58.376168928Z" level=warning msg="Signature validation failed for event \"$nJ7Km0fzfEHzssNISrt0o2Rqjrdts4fw20Tv-IxRrEI\"" error="gomatrixserverlib: key with ID \"ed25519:a_wWWo\" for \"pavot.ca\" not valid at 1642295270179"
dendrite-monolith-1 | time="2022-08-08T08:35:58.376221487Z" level=warning msg="Signature validation failed for event \"$QthLfqD8CYi_ct2YEYLUHGfqRTvm8Ehc8DnzWY_KCeA\"" error="gomatrixserverlib: key with ID \"ed25519:a_wWWo\" for \"pavot.ca\" not valid at 1644200134108"
Sometimes the following line is added too:
dendrite-monolith-1 | time="2022-08-08T08:24:15.040365113Z" level=warning msg="Signature validation failed for event \"$16261990300jnwAx:matrix.aerialmile.io\"" error="gomatrixserverlib: key with ID \"ed25519:a_fOqW\" for \"matrix.aerialmile.io\" not valid at 1626199030454"
dendrite-monolith-1 | time="2022-08-08T08:24:16.901861743Z" level=warning msg="Discarding 1 auth/state event(s) due to invalid signatures" context=missing
Then I get the list of all the users and the message:
dendrite-monolith-1 | time="2022-08-08T08:36:00.855766650Z" level=info msg="Joined federated room with hosts" hosts="[{$7zGSV31OhQTkdB2_lKINHWkEQW2e07H7pd1MFEpERsU matrix.org} {$N88RKAcaVdWY-e4zfr82H87lrUjBe_OasXW0qhTq4Rw matrix.org} {$SWmo_fLlkbVNdef-K0bv9mg6gRQGZs9oai0M9MLPNRg matrix.org} <list of every user on the server>
But Element still says "Joining" and if I restart server or element, I'm not joined.
I don't know if it's related, but I can't see or search for rooms on the mobile client.
I think I am experiencing the same problem. I cannot join any (even small) federated rooms and Element says "Joining" forever. I tried joining the german pine64 room because it only had about 12 people, but that still didn't work. I am running dendrite monolith v0.9.1 with postgres outside of docker
@nash-pillai Your logs are showing that your host has problems sending outbound traffic.
Temporary failure in name resolution
connect: network is unreachable
Check your network setup.
Can you connect to any of the domains my server failed to? The federation tester cannot. For example, one of the errors was for rubberducker.xyz
I don't know if this has anything helpful but I also have debug logs from the same time period: https://gist.github.com/nash-pillai/270daf9e8e65cfc7fd5f0ab94710d9ac
Background information
go version
: 1.16.10Description
Steps to reproduce