-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error attempting to resolve state at missing prev_events: 403: Forbidden #15204
Comments
matrixbot
changed the title
Dummy issue
Error attempting to resolve state at missing prev_events: 403: Forbidden
Dec 21, 2023
Same issue here, just joining a bigger room is enough. That a very critical issue, literally my whole synapse server dies. |
Before v1.100 I think everything was ok |
|
With v1.99 synapse does not crash, but throws the same error as v1.103 |
I'm experiencing this issue when I try and do an initial sync with my Synape server on NixOS. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue has been migrated from #15204.
Description
I use a script to test federation between matrix.org and my homeserver. It uses two bots. The test goes like this:
Bot 1 is on my HS. Bot 2 is on matrix.org.
This process is then repeated for bot 2.
I logged into the bots today to grab new access tokens and saw that there were a bunch of rooms that they had not left so I manually removed them. I was able to leave all the rooms of the
matrix.org
bot but was not able to do so for the bot on my HS. I tried nuking the rooms using/_synapse/admin/v2/rooms/
( withforce
+purge
) but that gave me this error:I restarted the server and checked the logs and saw that it was failing to re-sync the broken rooms with errors such as:
Doing
/_synapse/admin/v1/purge_history/
on the room yields this:I've thought about nuking everything (matrix-org/synapse#14300 (comment)) but thought I'd file a bug report first.
Steps to reproduce
???
Homeserver
evulid.cc + matrix.org
Synapse Version
1.77.0
Installation Method
pip (from PyPI)
Database
PostgreSQL, no
Workers
Multiple workers
Platform
Ubuntu 22.04 LXC
Configuration
Shorter msg retention
Relevant log output
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: