We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
I tried to use iamb with simple config:
[profiles.user] user_id = "@user:example.com"
But after insert password, I receive this error while sync:
> iamb * Logging in for @user:example.com... * Syncing... deserialization failed: invalid type: null, expected struct RoomSummary at line 1 column 1080810
As I understand it is internal error.
I using latest version:
> iamb --version iamb 0.0.10 (VERGEN_IDEMPOTENT_OUTPUT)
The text was updated successfully, but these errors were encountered:
Yeah, same here.
I removed .local/share/iamb/ and .cache/iamb/ and stated fresh and get the following:
.local/share/iamb/
.cache/iamb/
~ λ iamb * Logging in for @pfr:matrix.sdf.org... Please select login type: [p]assword / [s]ingle sign on p Password: Failed to login: Matrix client error: error sending request for url (https://matrix.sdf.org/_matrix/client/versions): error trying to connect: invalid peer certificate: NotValidForName Please select login type: [p]assword / [s]ingle sign on s Failed to login: Matrix client error: error sending request for url (https://matrix.sdf.org/_matrix/client/versions): error trying to connect: invalid peer certificate: NotValidForName Please select login type: [p]assword / [s]ingle sign on ^C
Sorry, something went wrong.
No branches or pull requests
Hi!
I tried to use iamb with simple config:
But after insert password, I receive this error while sync:
As I understand it is internal error.
I using latest version:
The text was updated successfully, but these errors were encountered: