-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
state resolution failing with KeyError: '$S38_aRG4Qz8eIdrTyzJuQdH3Ieus1Y1dhczoFKnOB7M'
#6605
Comments
Likewise for t2bot.io |
Riot can no longer sync with my server; the event ID is the same. I'm not sure the room belongs to it, but it does appear in the logs preceding each error:
|
@heftig does your server use workers at all or is it one giant synapse? |
No workers here. |
for those encountering this issue: b3d344c is a patch to work around it; I'm continuing to investigate what has happened. |
conclusions so far:
Today, the IRC bridge kicked all users deemed to have been idle for 30 days or more; this included the user who joined in That means that |
another odd thing is that This appears to have happened because |
KeyError: '$S38_aRG4Qz8eIdrTyzJuQdH3Ieus1Y1dhczoFKnOB7M'
the fact that some servers accepted The spec says:
I'm far from convinced that both of these are happening on all code paths. |
Description
My client is getting continuous 500's from my synchrotrons due to a
KeyError
from_get_event
, and thus I'm unable to sync. Restarting does not help:The event ID is
$S38_aRG4Qz8eIdrTyzJuQdH3Ieus1Y1dhczoFKnOB7M
, in room!BAXLHOFjvDKUeLafmO:matrix.org
(IRC Matrix bridges). I don't see any event with that ID in myevents
table, nor can I see it in the content of any event in my db.Version information
Synapse v1.7.2
The text was updated successfully, but these errors were encountered: