You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Trying to run and use MatrixClient with RustSdkCryptoStorageProvider fails with an error.
To Reproduce
Steps to reproduce the behavior:
Create RustSdkCryptoStorageProvider pointing to an empty directory
Initialize MatrixClient
Try to send or receive a message
See error
Expected behavior
Either sending and recieving messages works or I see a meaningful error message.
Log snippet
I've got this error when trying to send a message:
MatrixHttpClient (REQ-6) { errcode: 'M_NOT_FOUND', error: 'Event not found.' }
MatrixClientLite Error handling sync Error: invalid type: map, expected a sequence at line 1 column 0
MatrixClientLite Backing off for 8879.794091495483ms
Additional context
I don't know how to initialize encryption properly and I couldn't find it in the docs. Should it just work or I should do something more? It created some files in that directory though.
The text was updated successfully, but these errors were encountered:
Describe the bug
Trying to run and use MatrixClient with
RustSdkCryptoStorageProvider
fails with an error.To Reproduce
Steps to reproduce the behavior:
RustSdkCryptoStorageProvider
pointing to an empty directoryExpected behavior
Either sending and recieving messages works or I see a meaningful error message.
Log snippet
I've got this error when trying to send a message:
Additional context
I don't know how to initialize encryption properly and I couldn't find it in the docs. Should it just work or I should do something more? It created some files in that directory though.
The text was updated successfully, but these errors were encountered: