-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Trying to rejoin a local empty room gives a 500 error #2141
Comments
@ChazyTheBest when I do this, I don't get an internal server error; I get a 404 with:
This is somewhat expected, as per https://github.com/vector-im/riot-web/issues/1194, https://github.com/matrix-org/matrix-doc/issues/534, and #1533. If you're actually seeing an internal server error, could you share logs from your homeserver? |
riot.im is the web client. |
ohh, you meant the matrix console client. Ignore the last message. |
No, I meant the synapse web client, the one i can access via https://127.0.0.1:8448. The internal server error is from riot.im Where are the logs located? I'm not too good with systemd and I think they may be in the journal somewhere. |
The webapp bundled with synapse is called matrix console: http://matrix.org/docs/projects/client/matrix-console.html. riot.im is just serving static assets; it's very unlikely to be serving an internal server error. Can you share a screenshot? The synapse logs will be wherever you (or the distribution you use) has configured them to be... check the |
So that's it, sorry I didn't know. Here's a screenshot of the error and the steps: From riot.im:
The |
Ok thanks. That looks like synapse is returning an ISE to the join request. I fear we're not going to get far without the synapse logs. Worth noting that |
The I'll join the matrix room tomorrow to ask how to get the logs. |
if you get the logs let us know and we can reopen this |
I just ran into this Problem yesterday and want to share my log: I used the docker image from Silvio to install a Synapse server and did just the same thing:
If you need any further information let me know |
@richvdh I have been able to reproduce this issue, using a different environment from what @david-austin has (details below). DescriptionUnable to join a room that contains no members. The homeserver returns HTTP 500 (internal server error) to the join request. The room used to reproduce this belonged to the same homeserver to which I was connected. Steps to reproduce
|
This is https://github.com/matrix-org/matrix-doc/issues/534. Thanks for the comprehensive bug report, but the best bet is to upvote that one instead. |
Thanks for the heads-up @ara4n; I was posting here mainly because of this:
And I've reproduced this -- i.e. not getting 404 but 500, which seems to be a deviation from what's expected. |
thanks for the reports. It looks like we return a 500 when the room alias is on the local server. |
In a quick setup of my custom server I tried the following and got an error:
With both the web client and riot.im. But the room still exists, and I can see the history (only using riot.im, the synapse web client redirects to home).
The text was updated successfully, but these errors were encountered: