-
Notifications
You must be signed in to change notification settings - Fork 11
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
Trying http://localhost:3050/r/matrix:matrix.org gives 500 error: 400 Bad Request: … M_UNRECOGNIZED … Unrecognized request
#142
Comments
@sideshowbarker It looks like your homeserver doesn't have MSC3030 If you're using Synapse, add this to your config:
experimental_features:
msc3030_enabled: true |
400 Bad Request: … M_UNRECOGNIZED … Unrecognized request
I — we (W3C) — don’t actually have our own homeserver, so I instead literally set:
…in my Is there maybe an Or do we instead really need to run our own homeserver so that we can configure it with |
@sideshowbarker Ahh, of course, I should have recognized that from your config! You're slightly early to all of this. MSC3030 was just merged into the spec and is being stablized now. This means moving the endpoint from an unstable location to a stable location in Synapse. You can track progress on that via matrix-org/synapse#14390. The PR to make this happen is already in review so it will probably be a matter of a few weeks. After it is stabilized in Synapse, But there is no need for you to have your own Matrix Public Archive instance either. We plan to have a canonical instance of Matrix Public Archive available for everyone to use at And we're buttoning up the final pieces to cut the first release of Matrix Public Archive. You can track the pieces with this milestone: https://github.com/matrix-org/matrix-public-archive/milestone/1 If you want to try it out today, you will need to have your own homeserver with MSC3030 enabled as described above. |
OK, yeah, I had gleaned from elsewhere that that might be the plan. Will be great when that happens But in the meantime my main reason for wanting to have a Matrix Public Archive instance was just to have something to test with while trying out the code locally — and submitting patches if/when I come across anything patch-worthy
OK — I have some colleagues involved at the W3C who are running homeservers, so I may be able to get one of them to flip on
Super, thanks — looking forward to that
Thanks for that too — I’m watching the whole https://github.com/matrix-org/matrix-public-archive/ repo now, so I reckon I’ll get notifications as things move further along And I’ll go ahead and close this issue now |
I've also clarified the point that you need a MSC3030 enabled homeserver in the readme so hopefully this is more clear to the next person, #144 |
Opening http://localhost:3050/r/matrix:matrix.org in my browser, I get a 500 response with this message:
My
config/config.user-overrides.json
looks like this:The text was updated successfully, but these errors were encountered: