iost-official / go-iost

Official Go implementation of the IOST blockchain
https://developers.iost.io/
GNU Lesser General Public License v3.0
564 stars 112 forks source link

Syncing mainnet error #1132

Closed yueyun00 closed 2 years ago

yueyun00 commented 4 years ago

Hi, I'm syncing mainnet block in version 3.3.1. But syncing block in [56508691 56509690]... error Following is detail error:

Warn 2020-01-16 18:43:53.806 peer_manager.go:542 create stream failed. pid=12D3KooWEajtda98upEPmPsFuWRsTzZBV8Z4gFZKopdcAcEWUCtx, err=dial attempt failed: <peer.ID 12*7rUtDT> --> <peer.ID 12*EWUCtx> dial attempt failed: context deadline exceeded
Info 2020-01-16 18:43:54.402 sync.go:170 Syncing block in [56508691 56509690]...
Info 2020-01-16 18:43:55.589 peer.go:96 peer is started. id=12D3KooWFc9AaieSm9Q9rdybpAMijaKSooLZ2rJQREj9r1G1mY67
Info 2020-01-16 18:43:55.702 peer.go:96 peer is started. id=12D3KooWPkrD6gydcXAhq2NtF8LqqjRAsmnLvrP1vNb9tJckbBkv
Info 2020-01-16 18:43:56.002 peer.go:96 peer is started. id=12D3KooWLvZThMKYETMeQLNNZ9yH6GmjrDEaWDBX5SULGNodGnkV
Info 2020-01-16 18:43:56.403 sync.go:170 Syncing block in [56508691 56509690]...
Warn 2020-01-16 18:43:56.717 peer.go:173 read header failed. err=stream reset
Info 2020-01-16 18:43:56.717 peer.go:104 peer is stopped. id=12D3KooWPkrD6gydcXAhq2NtF8LqqjRAsmnLvrP1vNb9tJckbBkv

How can I solve the problem?Thanks