Concordium / concordium-node

The main concordium node implementation.
GNU Affero General Public License v3.0
45 stars 22 forks source link

Peer nodes and error message the GRPC request failed: Cannot establish connection to GRPC endpoint. #1074

Closed armanriazi closed 11 months ago

armanriazi commented 11 months ago

Bug Description On the dashboard, I can not see Peers nodes as well as "Number of packets received/sent" has been shown '0'.

Steps to Reproduce concordium-client raw GetNodeInfo Expected Result At least 3 peer node. I restarted service node but it did not work Actual Result Error: The GRPC request failed: Cannot establish connection to GRPC endpoint. Versions

abizjak commented 11 months ago

Your node is still doing out of band catchup (it's at height 5 million out of 7). Once this is complete it should connect to the rest of the network.

armanriazi commented 11 months ago

Your node is still doing out of band catchup (it's at height 5 million out of 7). Once this is complete it should connect to the rest of the network.

How much will it take? I connected to peers yesterday at morning when I turned on my pc. At the night, I could not connect while expecting begin rise height

abizjak commented 11 months ago

Based on your current progress it looks like a few more hours to fully catch up.