-
Notifications
You must be signed in to change notification settings - Fork 40
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
Traceback (most recent call last): File "qrc:/src/backend/matrix_client.py", line 399, in _start Problem #286
Comments
This might be an issue specific to your account or your server. Could you try to log in to an account on a different server using the same Mirage installation? |
Tried again with a different account on the matrix.org server, didn't work and came up with the same error |
Having very similar errors as well. Tried on several Synapse and Dendrite homeservers with similar results.
I'm using the AppImage v0.7.2 on Void Linux x86_64 glibc. |
I got exactly the same error as z411 today after joining #space:opensuse.org and trying to load old messages. I'm using the AppImage 0.7.2 on OpenSuse Tumbleweed with XFCE. |
Description
Describe your issue in details, provide error logs or screenshots if possible.
Your environment
Debian GNU/Linux 11 (bullseye)
x86_64
XFCE
Distribution Repo
Steps to reproduce
1.Started the program through proxychains
2.Chosen my matrix server
2.Signed into my account
3.Errors popped up from there
4.Purged mirage
5.Reinstalled mirage
6.Used without proxychains
7.Same issue occurs
Expected behavior
To load up my account when signing in
Actual behavior
Traceback (most recent call last):
File "qrc:/src/backend/matrix_client.py", line 399, in _start
await self.sync_task
File "/usr/lib/python3/dist-packages/nio/client/async_client.py", line 1130, in sync_forever
sync_response = await self.sync(use_timeout, use_filter, since, full_state, presence)
File "/usr/lib/python3/dist-packages/nio/client/async_client.py", line 1003, in sync
response = await self._send(
File "qrc:/src/backend/matrix_client.py", line 255, in _send
raise MatrixError.from_nio(response)
backend.errors.MatrixError: (200, None)
The text was updated successfully, but these errors were encountered: