Skip to content
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

Bug: When I call publish message method, some logs appear #581

Closed
hookie256 opened this issue Jan 3, 2025 · 3 comments
Closed

Bug: When I call publish message method, some logs appear #581

hookie256 opened this issue Jan 3, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@hookie256
Copy link

Describe the bug

More than 1 strong connection references still exist during async
transaction
[Ready] More than 1 strong connection references still exist during async
transaction
[Ready] More than 1 strong connection references still exist during async
transaction
[Ready] More than 1 strong connection references still exist during async
transaction
[Ready] More than 1 strong connection references still exist during async
transaction
[Ready] More than 1 strong connection references still exist during async
transaction
[Ready] Message processing errors:
[OpenMlsProcessMessage(ValidationError(UnableToDecrypt(SecretTreeError(RatchetTypeError)))),
OpenMlsProcessMessage(ValidationError(UnableToDecrypt(SecretTreeError(RatchetTypeError)))),
OpenMlsProcessMessage(ValidationError(UnableToDecrypt(SecretTreeError(RatchetTypeError)))),
OpenMlsProcessMessage(ValidationError(UnableToDecrypt(SecretTreeError(RatchetTypeError)))),
Storage(NotFound("Published intent 6 for commit"))]
group_id="95dd3163a1a47db98700a5be5d1bea89"
inbox_id="8d45f38e81aaeae3aee985e25a1c545efe509c7bc5972354555053c56aa294b0"
installation_id="dd363d53f2c1f0ca49b68cb7f0f851419f919d36ee758b9ad71960a28e6fcccd"
[Ready] receive error
ReceiveErrors([OpenMlsProcessMessage(ValidationError(UnableToDecrypt(SecretTreeError(RatchetTypeError)))),
OpenMlsProcessMessage(ValidationError(UnableToDecrypt(SecretTreeError(RatchetTypeError)))),
OpenMlsProcessMessage(ValidationError(UnableToDecrypt(SecretTreeError(RatchetTypeError)))),
OpenMlsProcessMessage(ValidationError(UnableToDecrypt(SecretTreeError(RatchetTypeError)))),
Storage(NotFound("Published intent 6 for commit"))]) error=Receive errors:
[OpenMlsProcessMessage(ValidationError(UnableToDecrypt(SecretTreeError(RatchetTypeError)))),
OpenMlsProcessMessage(ValidationError(UnableToDecrypt(SecretTreeError(RatchetTypeError)))),
OpenMlsProcessMessage(ValidationError(UnableToDecrypt(SecretTreeError(RatchetTypeError)))),
OpenMlsProcessMessage(ValidationError(UnableToDecrypt(SecretTreeError(RatchetTypeError)))),
Storage(NotFound("Published intent 6 for commit"))]

Expected behavior

No response

Steps to reproduce the bug

No response

@hookie256 hookie256 added the bug Something isn't working label Jan 3, 2025
@nplasterer
Copy link
Contributor

Does the message still publish or are these just logs that you see in the debugger?

@hookie256
Copy link
Author

Yes, the message is still published, but I see the logs in debugger after call publishing method

@nplasterer
Copy link
Contributor

So these logs are normal. Its just the way MLS resolves the message when writing it to the ratchet tree. I do understand that they are a bit loud and confusing so we're going to try to clean the logs up a bit so that they don't cause alarm. Thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants