Open CXXxx3tgui opened 2 years ago
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.
Traceback (most recent call last):
File "qrc:/src/backend/qml_bridge.py", line 91, in on_done
result = future.result()
File "/tmp/.mount_MirageSwgWfh/usr/lib/python3.9/concurrent/futures/_base.py", line 438, in result
return self.__get_result()
File "/tmp/.mount_MirageSwgWfh/usr/lib/python3.9/concurrent/futures/_base.py", line 390, in __get_result
raise self._exception
File "qrc:/src/backend/matrix_client.py", line 1120, in load_past_events
response = await self.room_messages(
File "/tmp/.mount_MirageSwgWfh/usr/lib/python3.9/site-packages/nio/client/async_client.py", line 2314, in room_messages
return await self._send(
File "qrc:/src/backend/matrix_client.py", line 269, in _send
raise await MatrixError.from_nio(response)
backend.errors.MatrixError: (200, None, 'unknown error', '{"chunk":[],"start":"t168-1418169_12934182_106955_1661231_131280_195_39376_890478_0"}')
I'm using the AppImage v0.7.2 on Void Linux x86_64 glibc.
Having very similar errors as well. Tried on several Synapse and Dendrite homeservers with similar results.
I got exactly the same error as z411 today after joining #space:opensuse.org and trying to load old messages. Loading unread messages from rooms I previously joined works fine. I think this is caused by the lack of Spaces support.
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
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)