You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i've added a trailing slash to the server url in config.py
$ grep server .config/matrixcli/config.py
accounts=[{ "server":"https://chat.privacytools.io/",
any operation then fails with:
matrix_client.errors.MatrixRequestError: 404:
<html>
<head><title>404 - No Such Resource</title></head>
<body>
<h1>No Such Resource</h1>
<p>No such child resource.</p>
</body>
</html>
Please handle the trailing slash properly or reject the url with an useful error message.
The text was updated successfully, but these errors were encountered:
i've added a trailing slash to the server url in config.py
any operation then fails with:
Please handle the trailing slash properly or reject the url with an useful error message.
The text was updated successfully, but these errors were encountered: