Skip to content

failed to retrieve block running the example #118

Open
@digitalillusion

Description

@digitalillusion

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions