Cannot login on matrix
misterhsp opened this issue · 5 comments
misterhsp commented
I can't log in to matrix.org. Is there something broken in the script or what is going on. I can do what I want, it does not work.
| matrix: Already logged in, syncing...
| matrix: Error: SyncError: 200 unknown error
| matrix: disconnected from server
| matrix: reconnecting to server in 10 seconds
...
misterhsp commented
I can't get this error to go away, nothing to do.
| matrix: Error: SyncError: 200 unknown error
drlkf commented
I am experiencing the same error on debian 11 with this package version:
weechat-matrix:
Installed: 0.3.0-3.1
Candidate: 0.3.0-3.1
Version table:
*** 0.3.0-3.1 600
-1 http://httpredir.debian.org/debian testing/main amd64 Packages
100 /var/lib/dpkg/status
0.2.0-2 500
500 http://httpredir.debian.org/debian bullseye/main amd64 Packages
If there's anything I can do to help investigate, please let me know @poljar
misterhsp commented
Am 14.10.22 um 14:54 schrieb drlkf:
I am experiencing the same error on debian 11 with this package version:
|weechat-matrix: Installed: 0.3.0-3.1 Candidate: 0.3.0-3.1 Version
table: *** 0.3.0-3.1 600 -1 http://httpredir.debian.org/debian
testing/main amd64 Packages 100 /var/lib/dpkg/status 0.2.0-2 500 500
http://httpredir.debian.org/debian bullseye/main amd64 Packages |
If there's anything I can do to help investigate, please let me know
@poljar <https://github.com/poljar>
—
Reply to this email directly, view it on GitHub
<#335 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKGJLRLG4TRJC5R5U4X4NODWDFJX3ANCNFSM6AAAAAAQVCGJO4>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
I have solved this myself in the meantime. You need a newer version of
python3-matrix-nio. The version in bullseye is too old. I rebuilt the
version from unstable into bullseye.
python3-matrix-nio:
Installiert: 0.19.0-4
Installationskandidat: 0.19.0-4
Versionstabelle:
*** 0.19.0-4 500
500 file:/export/datapool/www/bullseyepkgs bullseye/main amd64
Packages
100 /var/lib/dpkg/status
0.16.0-1 500
500 http://ftp.de.debian.org/debian bullseye/main amd64 Packages
...
poljar commented
I am experiencing the same error on debian 11 with this package version:
weechat-matrix: Installed: 0.3.0-3.1 Candidate: 0.3.0-3.1 Version table: *** 0.3.0-3.1 600 -1 http://httpredir.debian.org/debian testing/main amd64 Packages 100 /var/lib/dpkg/status 0.2.0-2 500 500 http://httpredir.debian.org/debian bullseye/main amd64 Packages
If there's anything I can do to help investigate, please let me know @poljar
Yep, upgrading to the latest matrix-nio
should work.
drlkf commented
Indeed, that's done it. Thanks !