ceremonyclient
ceremonyclient copied to clipboard
Error while dialing
After upgrading node to latest version today i get those errors constantly in loop. Please advise.
{"level":"info","ts":1711586504.028091,"caller":"master/master_clock_consensus_engine.go:202","msg":"peers in store","peer_store_count":390,"network_peer_count":192}
{"level":"info","ts":1711586514.0286555,"caller":"master/master_clock_consensus_engine.go:202","msg":"peers in store","peer_store_count":390,"network_peer_count":196}
{"level":"info","ts":1711586524.029287,"caller":"master/master_clock_consensus_engine.go:202","msg":"peers in store","peer_store_count":390,"network_peer_count":202}
{"level":"info","ts":1711586524.7127566,"caller":"ceremony/consensus_frames.go:151","msg":"checking peer list","peers":372,"uncooperative_peers":11,"current_head_frame":644}
{"level":"info","ts":1711586524.7132041,"caller":"ceremony/consensus_frames.go:192","msg":"polling peer for new frames","peer_id":"EiBZ0sKtosHZzWn0huEDy29G8kMla3OFnd+MmLIU7TFK9w=="}
{"level":"error","ts":1711586524.713607,"caller":"ceremony/consensus_frames.go:219","msg":"could not get frame","error":"rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial context: failed to dial: no addresses\"","stacktrace":"source.quilibrium.com/quilibrium/monorepo/node/consensus/ceremony.(*CeremonyDataClockConsensusEngine).sync\n\t/root/Q/ceremonyclient/node/consensus/ceremony/consensus_frames.go:219\nsource.quilibrium.com/quilibrium/monorepo/node/consensus/ceremony.(*CeremonyDataClockConsensusEngine).collect\n\t/root/Q/ceremonyclient/node/consensus/ceremony/consensus_frames.go:272\nsource.quilibrium.com/quilibrium/monorepo/node/consensus/ceremony.(*CeremonyDataClockConsensusEngine).runLoop\n\t/root/Q/ceremonyclient/node/consensus/ceremony/ceremony_data_clock_consensus_engine.go:498"}
I updated using:
service ceremonyclient stop
cd ~/ceremonyclient
git fetch origin
git merge origin
cd ~/ceremonyclient/node
GOEXPERIMENT=arenas go clean -v -n -a ./...
rm /root/go/bin/node
ls /root/go/bin
GOEXPERIMENT=arenas go install ./...
ls /root/go/bin
service ceremonyclient start
Im using go version 1.20.14
prior to upgrade node was running fine