-
Notifications
You must be signed in to change notification settings - Fork 51
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: Errors occurred during sync [Client(KeyPackageVerification(TlsError(EndOfStream)))] #780
Comments
Thanks for the additional information tracking here as well xmtp/libxmtp#1489 |
@irzhywau one question do you get this error when creating with a specific client logged in or with any client logged in? Have you tried creating an ephemeral wallet and do you still get the error? |
Im getting this error on any client. thank you for providing this great tool, I will try to play around with it. Actuallly my main concern is about this weird I've tried to follow the code but apparently the logic is within |
@irzhywau with the latest version of the Node SDK, are you still experiencing this issue? |
We are still migrating to the newest version, will provide feedbacks once we are done with it |
Describe the bug
I'm actually trying to implement the protocol on a backend service using
@xmtp/node-sdk
. Among of the flow I try to create a group conversation with an initial member.Here is a part of such a flow
when I use
env=production
during client initialization, it seems to be fine.But when I set
env=dev
(which is my current setup as we are still under active development) It just fails toErrors occurred during sync [Client(KeyPackageVerification(TlsError(EndOfStream)))]
I've tried 2 different methods but both throw to same error:
await conversation.addMembers([creatorAddress]);
)Expected behavior
production
anddev
Steps to reproduce the bug
please follow the code snippet above, it even also happens when using
@xmtp/browser-sdk
also not@xmtp/node-sdk
onlyThe text was updated successfully, but these errors were encountered: