mirage icon indicating copy to clipboard operation
mirage copied to clipboard

Traceback (most recent call last): File "qrc:/src/backend/matrix_client.py", line 399, in _start Problem

Open CXXxx3tgui opened this issue 2 years ago • 4 comments

Description

Describe your issue in details, provide error logs or screenshots if possible.

Your environment

  • OS or distribution (e.g. Arch Linux, macOS 10.15, Windows 7...) Debian GNU/Linux 11 (bullseye)
  • Architecture (e.g. x86 64bit) x86_64
  • For Linux users: your desktop environment or window manager (e.g. GNOME 3.34 Wayland, i3 4.17, etc) XFCE
  • How did you install Mirage? (e.g. manual build, distribution repository, AppImage, Flatpak...) 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)

CXXxx3tgui avatar Aug 24 '22 22:08 CXXxx3tgui

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?

MRAAGH avatar Aug 24 '22 22:08 MRAAGH

Tried again with a different account on the matrix.org server, didn't work and came up with the same error

CXXxx3tgui avatar Aug 24 '22 23:08 CXXxx3tgui

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.

z411 avatar Sep 02 '22 13:09 z411

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.

Asherathe avatar Jan 08 '23 18:01 Asherathe