-
Notifications
You must be signed in to change notification settings - Fork 86
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
CoreClient.initialize Error in Kotlin #948
Comments
Additional mentions:
|
Extra additional Mention:
Failed to CONNECT! com.walletconnect.android.internal.common.exception.NoRelayConnectionException: No connection available
|
Describe the bug
I am trying to create an dApp on mobile using kotlin language in Android Studio.
When I am trying to create a new pairing and connect using deeplink the wallet opens but NO pop up appears.
In the logs I can find the stack trace provided
SDK Version
implementation("com.walletconnect:android-core:1.12.0")
implementation("com.walletconnect:sign:2.10.0")
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The error should not appear at all and the connection view should appear on the wallet.
Screenshots
If applicable, add screenshots to help explain your problem.
Stack Trace:
E/cpr_error: CoreClient.initialize com.walletconnect.android.internal.common.exception.GenericException
at com.walletconnect.android.utils.ExtensionsKt.getToWalletConnectException(Extensions.kt:57)
at com.walletconnect.android.relay.RelayClient$collectConnectionErrors$$inlined$map$1$2.emit(Emitters.kt:224)
at com.walletconnect.android.relay.RelayClient$collectConnectionErrors$$inlined$filterIsInstance$1$2.emit(Emitters.kt:224)
at kotlinx.coroutines.flow.FlowKt__TransformKt$onEach$$inlined$unsafeTransform$1$2.emit(Emitters.kt:224)
at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:383)
at kotlinx.coroutines.flow.SharedFlowImpl$collect$1.invokeSuspend(Unknown Source:15)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:42)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
The text was updated successfully, but these errors were encountered: