ulyssa / iamb

A Matrix client for Vim addicts
https://iamb.chat
Apache License 2.0
608 stars 45 forks source link

Unable to start iamb session suddenly #299

Open Kladki opened 3 months ago

Kladki commented 3 months ago

I have been using iamb for a while, but I suddenly got the following error when trying to sign in I get the following error:

* Logging in for @matthias:ahouansou.cz...
invalid type: newtype struct, expected any valid JSON value at line 1 column 1075

Here are the logs, on debug:

2024-06-12T07:46:38.025605Z DEBUG build: matrix_sdk::client::builder: Starting to build the Client
2024-06-12T07:46:38.032867Z DEBUG build{homeserverServerName { server: "ahouansou.cz", protocol: Https }}: matrix_sdk::client::builder: Trying to discover the homeserver
2024-06-12T07:46:38.033249Z DEBUG build{homeserverServerName { server: "ahouansou.cz", protocol: Https }}:send{server_versions[V1_0] configRequestConfig { timeout: 30s, retry_limit: 3 } request_id"REQ-0" methodGET uri"https://ahouansou.cz/.well-known/matrix/client"}: matrix_sdk::http_client: Sending request
2024-06-12T07:46:38.033496Z DEBUG hyper::client::connect::dns: resolving host="ahouansou.cz"
2024-06-12T07:46:38.050842Z DEBUG build{homeserverServerName { server: "ahouansou.cz", protocol: Https }}:send{server_versions[V1_0] configRequestConfig { timeout: 30s, retry_limit: 3 } request_id"REQ-0" methodGET uri"https://ahouansou.cz/.well-known/matrix/client"}: hyper::client::connect::http: connecting to [2a00:23c7:a816:3201:d63d:7eff:fecf:734f]:443
2024-06-12T07:46:38.063510Z DEBUG build{homeserverServerName { server: "ahouansou.cz", protocol: Https }}:send{server_versions[V1_0] configRequestConfig { timeout: 30s, retry_limit: 3 } request_id"REQ-0" methodGET uri"https://ahouansou.cz/.well-known/matrix/client"}: hyper::client::connect::http: connected to [2a00:23c7:a816:3201:d63d:7eff:fecf:734f]:443
2024-06-12T07:46:38.076900Z DEBUG hyper::proto::h1::io: flushed 94 bytes
2024-06-12T07:46:38.146025Z DEBUG hyper::proto::h1::io: parsed 15 headers
2024-06-12T07:46:38.146083Z DEBUG hyper::proto::h1::conn: incoming body is content-length (152 bytes)
2024-06-12T07:46:38.146138Z DEBUG hyper::proto::h1::conn: incoming body completed
2024-06-12T07:46:38.146682Z DEBUG hyper::client::pool: pooling idle connection for ("https", ahouansou.cz)
2024-06-12T07:46:38.147473Z DEBUG build{homeserverServerName { server: "ahouansou.cz", protocol: Https }}:send{server_versions[V1_0] configRequestConfig { timeout: 30s, retry_limit: 3 } request_id"REQ-0" methodGET uri"https://ahouansou.cz/.well-known/matrix/client" status200 response_size"152 B"}: eyeball::state: No wakers
2024-06-12T07:46:38.148169Z DEBUG build{homeserverServerName { server: "ahouansou.cz", protocol: Https }}:send{server_versions[V1_0] configRequestConfig { timeout: 30s, retry_limit: 3 } request_id"REQ-0" methodGET uri"https://ahouansou.cz/.well-known/matrix/client" status200 response_size"152 B"}: matrix_sdk::http_client: Got response
2024-06-12T07:46:38.148201Z DEBUG build{homeserverServerName { server: "ahouansou.cz", protocol: Https }}: matrix_sdk::client::builder: Discovered the homeserver homeserver_url"https://matrix.ahouansou.cz"
2024-06-12T07:46:38.148350Z DEBUG build{homeserverServerName { server: "ahouansou.cz", protocol: Https }}: matrix_sdk::client::builder: Done building the Client
2024-06-12T07:46:38.155226Z DEBUG restore_session:restore_session: matrix_sdk::matrix_auth: Restoring Matrix auth session
2024-06-12T07:46:38.155258Z DEBUG restore_session:restore_session: matrix_sdk_base::client: Restoring login user_id"@matthias:ahouansou.cz" device_id"BAiLOglqfh"

I am not aware of how to reproduce this issue.