We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to retrieve block
Procedure
master
curl https://sh.rustup.rs -sSf | sh
source "$HOME/.cargo/env"
PB_REL="https://github.com/protocolbuffers/protobuf/releases"
curl -LO $PB_REL/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip
unzip protoc-3.15.8-linux-x86_64.zip -d $HOME/.local
export PATH="$PATH:$HOME/.local/bin"
RUST_LOG=trace cargo run --example compat
Expected result:
got single block. len =... got single block. len =... starting sync of large file ...
Actual result
2023-11-27T18:14:09.292724Z DEBUG libp2p_bitswap::behaviour: bitswap outbound failure QmRSGx67Kq8w7xSBDia7hQfbfuvauMQGgxcwSWw976x4BS 1 DialFailure Error: Failed to retrieve block bafyreigrorafarnec53q4pdeq7de45gf6zv3bq2ljm6rumywffwgbtwur4.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Procedure
master
branchcurl https://sh.rustup.rs -sSf | sh
source "$HOME/.cargo/env"
PB_REL="https://github.com/protocolbuffers/protobuf/releases"
curl -LO $PB_REL/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip
unzip protoc-3.15.8-linux-x86_64.zip -d $HOME/.local
export PATH="$PATH:$HOME/.local/bin"
RUST_LOG=trace cargo run --example compat
Expected result:
Actual result
The text was updated successfully, but these errors were encountered: