This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Incremental syncs are returning {"errcode":"M_NOT_FOUND","error":"Unknown room"}
#4296
Comments
Loggingwise:
|
is this still a problem? |
It got wedged some time ago, but I've not encountered it recently. Closing. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Not sure why it has started doing it, but I am seeing
{"errcode":"M_NOT_FOUND","error":"Unknown room"}
errors when trying to do an incremental sync.Version information
EDIT1:
It's very likely
synapse/synapse/storage/state.py
Line 434 in 678ad15
EDIT2:
my
current_state_events
table is miserable though.EDIT3: Fixed by logging out and in, and doing an initial sync. I suspect I wasn't actually in the room and there was no state for it, however the sync I was using figured I was in the room hence the confusion. Not sure what there is to fix here. Perhaps we should drop any rooms that have incorrect state in the incremental syncs.
The text was updated successfully, but these errors were encountered: