reown-com / reown_flutter

Reown is the onchain UX platform that provides toolkits built on top of the WalletConnect Network that enable builders to create onchain user experiences that make digital ownership effortless, intuitive, and secure.
https://docs.reown.com
Apache License 2.0
21 stars 15 forks source link

Relay connect failure in beta releases. Missing Logger on stable releases. #36

Open haykgalstyan opened 4 days ago

haykgalstyan commented 4 days ago

Describe the bug

Hello. I get relay connection error on the newer beta releases: [RelayClient], _connect error: SocketException: Failed host lookup: 'relay.walletconnect.org' (OS Error: No address associated with hostname, errno = 7)

And I cannot use stable cause there I get compile error on missing Logger class

To Reproduce Try to connect a wallet on android. (Pixel 8, latest public android version)

image
quetool commented 2 days ago

Hello @haykgalstyan! SocketException: Failed host lookup: 'relay.walletconnect.org' (OS Error: No address associated with hostname, errno = 7) is usually related to not having connectivity in the device. In fact that error is coming from http package and not from AppKit. Can you please confirm you have Internet access in the device?

quetool commented 2 days ago

Related to https://github.com/reown-com/reown_flutter/issues/23#issuecomment-2479865591