Skip to content
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

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

Open
haykgalstyan opened this issue Nov 18, 2024 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@haykgalstyan
Copy link

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
Copy link
Member

quetool commented Nov 20, 2024

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
Copy link
Member

quetool commented Nov 20, 2024

Related to #23 (comment)

@quetool quetool added the duplicate This issue or pull request already exists label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants