Skip to content
New issue

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 running the example #118

Open
digitalillusion opened this issue Nov 27, 2023 · 0 comments
Open

failed to retrieve block running the example #118

digitalillusion opened this issue Nov 27, 2023 · 0 comments

Comments

@digitalillusion
Copy link

digitalillusion commented Nov 27, 2023

Procedure

  • Open repository in Codespaces on master branch
  • Run commands in terminal
    • 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant