input-output-hk / cardano-sl

Cryptographic currency implementing Ouroboros PoS protocol
Apache License 2.0
3.77k stars 631 forks source link

resolving domains error: BadConfiguration #3338

Open kleungkt opened 6 years ago

kleungkt commented 6 years ago

After I git clone https://github.com/input-output-hk/cardano-sl -b release/1.3.0 and I nix-build -A connectScripts.testnet.wallet -o connect-testnet-wallet.sh for installing testnet However, when I run ./connect-testnet-wallet.sh script, the following errors occur:

[node:INFO:ThreadId 331] [2018-08-02 02:47:51.05 UTC] Triggering recovery because we need it
[node:DEBUG:ThreadId 331] [2018-08-02 02:47:51.05 UTC] Recovery triggered, requesting tips from neighbors
[diffusion.outboundqueue.self:DEBUG:ThreadId 331] [2018-08-02 02:47:51.05 UTC] message MsgRequestBlockHeaders Nothing not enqueued to any nodes of type NodeRelay since no such (relevant) peers listed in Peers {peersRoutes = Routes {_routesCore = [], _routesRelay = [], _routesEdge = []}, peersClassification = fromList []}
[node:DEBUG:ThreadId 331] [2018-08-02 02:47:51.05 UTC] Finished requesting tips for recovery
[diffusion:ERROR:ThreadId 314] [2018-08-02 02:47:59.04 UTC] exception while resolving domains [NodeAddrDNS "relays.cardano-testnet.iohkdev.io" Nothing]: BadConfiguration
[node:INFO:ThreadId 331] [2018-08-02 02:48:12.05 UTC] Triggering recovery because we need it
[node:DEBUG:ThreadId 331] [2018-08-02 02:48:12.05 UTC] Recovery triggered, requesting tips from neighbors
[diffusion.outboundqueue.self:DEBUG:ThreadId 331] [2018-08-02 02:48:12.05 UTC] message MsgRequestBlockHeaders Nothing not enqueued to any nodes of type NodeRelay since no such (relevant) peers listed in Peers {peersRoutes = Routes {_routesCore = [], _routesRelay = [], _routesEdge = []}, peersClassification = fromList []}
[node:DEBUG:ThreadId 331] [2018-08-02 02:48:12.05 UTC] Finished requesting tips for recovery

Any help will be greatly appreciated!!

Alteryy commented 5 years ago

is solved??