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