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
@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.
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
The text was updated successfully, but these errors were encountered: