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
Purge Room API reports "Unknown room" for room that exists #6547
Comments
well, that sounds like something else went wrong previously: it suggests your server was missing the m.room.create event for that room, which is pretty fundamental. Can you share your synapse logs? |
My logs don't go back very far but here is what I have
|
That's a remarkably sparse log. Have you turned off logging for |
No that is the output of |
Understood. Perhaps you could dm me with a link to more complete logs?
…On 15/12/2019 18:09, Aaron Raimist wrote:
No that is the output of |sudo journalctl -u matrix-synapse --since
"2019-12-01" --until "10 hours ago" | grep
"!OGEhHVWSdvArJzumhm:matrix.org"|. I didn't want to paste in thousands
of unrelated logs or have to go through and see what they all say
before posting them publicly.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6547?email_source=notifications&email_token=AAKTKVH2DRDIXTNAEGVY6YTQYZXD3A5CNFSM4J2YHKMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG46VSI#issuecomment-565832393>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKTKVHRJVM3FRC6RZLPZPTQYZXD3ANCNFSM4J2YHKMA>.
|
related: #1738 |
richvdh
changed the title
Purge Room API may not allow room to be purged
Purge Room API reports "Unknown room" for room that exists
Dec 18, 2019
This might be caused by #6566. The purge room API doesn't seem to remove everything. |
This comment has been minimized.
This comment has been minimized.
This was referenced Dec 7, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have been in some kind of half in half out state with
!OGEhHVWSdvArJzumhm:matrix.org
, see #6520. Today I clicked clear cache in Riot and sync was failing with the following error:Attempting to use the purge room API on
!OGEhHVWSdvArJzumhm:matrix.org
returned:The only way I could figure out how to get my sync to work was to go into the Synapse manhole and run
hs.get_datastore().purge_room('!OGEhHVWSdvArJzumhm:matrix.org')
which let the sync complete.The text was updated successfully, but these errors were encountered: