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: ERROR in create: LibXMTP.GenericError.ApiError(message: "API error: connection failed: transport error") #554

Open
jingledongding opened this issue Dec 2, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@jingledongding
Copy link

Describe the bug

ERROR ERROR in create: Call to function 'XMTP.create' has been rejected.
→ Caused by: org.xmtp.android.library.XMTPException: Error creating V3 client: Generic Error: API client error: identity error: status: Unknown, message: "transport error", details: [], metadata: MetadataMap { headers: {} }
Caused by: identity error: status: Unknown, message: "transport error", details: [], metadata: MetadataMap { headers: {} }
Caused by: status: Unknown, message: "transport error", details: [], metadata: MetadataMap { headers: {} }
Caused by: transport error
Caused by: connection error
Caused by: stream closed because of a broken pipe

Expected behavior

No response

Steps to reproduce the bug

No response

@jingledongding jingledongding added the bug Something isn't working label Dec 2, 2024
@nplasterer
Copy link
Contributor

@jingledongding what version of the SDK are you on? Make sure you're on the latest because we did have a brief issue in one version with transport.
Otherwise this is usually an error in Android if you're using an emulator. Usually related to networking issues on the computer. The Android emulator needs restarted every 24hrs to refresh networking capabilities. So make sure you invalidate caches and restart your emulator often.

@jingledongding
Copy link
Author

The version I used is @xmtp/[email protected], I will try the new 3.1.1 version, thanks

@nplasterer
Copy link
Contributor

@jingledongding are you still experiencing this?

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: No status
Development

No branches or pull requests

2 participants