-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error during WalletKit initialization: TimeoutCancellationException: Timed out waiting for 10000 ms #19
Comments
Hey! What's the application that you're passing? Where do you initialize the SDK? In the Application class? |
Hi! Yes, I'm using MyApplication : Application() for SDK initialization. If I use the following dependencies:
and initialize like this:
everything works as expected. But if I switch to these dependencies:
and use this initialization:
I encounter this error: I hope this information will be helpful in identifying the cause of the issue. |
Thanks for providing more details, unfortunately, I cannot reproduce it. Could you check our Kotlin Sample Wallet as a reference integration? |
This issue is resolved in this PR |
I'm using the reown-kotlin library in my Android project with the following dependencies in my build.gradle:
Here is my code:
When trying to initialize WalletKit, I get the following error:
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 10000 ms
I followed the documentation here: https://docs.reown.com/walletkit/android/usage, but the error occurs every time I call WalletKit.initialize. Are there any known causes of this issue or potential solutions?
The text was updated successfully, but these errors were encountered: