Skip to content

fixed the matrix login issue caused by whoami function #48

New issue

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

Merged

Conversation

cksit
Copy link
Contributor

@cksit cksit commented Apr 17, 2024

Currently, the response of Matrix whoami API call are deserialised into MXC object.
Due to this deserialisation issue, mstickereditor always return below error:

Error connecting to Matrix homeserver: Reqwest(reqwest::Error { kind: Decode, source: Error("invalid type: map, expected a string", line: 1, column: 0) })

And I tested that entire project is working again after fixing this issue.

@msrd0
Copy link
Collaborator

msrd0 commented Apr 17, 2024

Looks like this was accidentially broken in aef5c18

@LuckyTurtleDev
Copy link
Owner

thanks. I forgot that I had some old change on the main branch before releasing the quick fix.

@LuckyTurtleDev LuckyTurtleDev merged commit 26244a8 into LuckyTurtleDev:main Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants