RootSoft / walletconnect-dart-sdk

Open protocol for connecting dApps to mobile wallets with QR code scanning or deep linking.
MIT License
104 stars 61 forks source link

Error: SocketException a.bridge.walletconnect.org #106

Closed AnhTu6610 closed 1 year ago

AnhTu6610 commented 1 year ago

Error: SocketException: Failed host lookup: 'a.bridge.walletconnect.org' (OS Error: nodename nor servname provided, or not known, errno = 8) Stack Trace: #0 _NativeSocket.startConnect (dart:io-patch/socket_patch.dart:706)

suiebay commented 1 year ago

Did you find how to resolve this issue?

This replay says that all v1 versions of walletconnect will be turned off, to resolve this issue this package should move to v2 version of walletconnect.

AnhTu6610 commented 1 year ago

I found no solution, my app is working fine, I don't want to have to change it.

nqhhdev commented 1 year ago

I found no solution, my app is working fine, I don't want to have to change it.

Can you share it for me?

AnhTu6610 commented 1 year ago

https://docs.walletconnect.com/2.0/flutter/installation

I see walletconnect has released walletconnect v2. But I can't find a way to connect wallet like metamask. Can you help me.

nqhhdev commented 1 year ago

https://docs.walletconnect.com/2.0/flutter/installation

I see walletconnect has released walletconnect v2. But I can't find a way to connect wallet like metamask. Can you help me.

https://github.com/WalletConnect/WalletConnectFlutterV2/issues/113 You can follow my ticket

RootSoft commented 1 year ago

WalletConnect has released an official v2 library, so the (unofficial) v1 is no longer supported.

People looking to migrate to the official WalletConnect v2, please check out the documentation for more information regarding integration.