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

Cannot download file from some peer even has connected to it #6358

Open
suutaku opened this issue May 21, 2019 · 1 comment
Open

Cannot download file from some peer even has connected to it #6358

suutaku opened this issue May 21, 2019 · 1 comment
Labels
kind/bug A bug in existing code (including security flaws)

Comments

@suutaku
Copy link

suutaku commented May 21, 2019

go version: go1.12.5 darwin/amd64
OS: Mac OS X 10.14
ipfs version: 0.4.21-dev

peer1 and peer2 was in same local network.
peer3 was in other local network.

ipfs add Qmxxxxxxx from peer3 and peer3 maybe shutdown after add command executed successfully.

at peer1 ipfs get Qmxxxxxxx working fine

at peer2 ipfs get Qmxxxxxxx not working

at peer1 ipfs add Qmxxxxxxx working fine

at peer2 ipfs get Qmxxxxxxx still not working

at peer2 ipfs swarm connect /ip6/fe80::6e62:6dff:fe69:8612/tcp/4001/ipfs/<peer1 ID> Success

at peer2 ipfs get Qmxxxxxxx still not working

of course, DHT was enabled. This happened very day at my private IPFS network.

@Stebalien Stebalien added the kind/bug A bug in existing code (including security flaws) label May 22, 2019
@Stebalien
Copy link
Member

@suutaku which exact commit were you using and were you using?

If you can replicate this, could you run ipfs bitswap wantlist on peer 2 and `ipfs bitswap --peer=peer1 on peer 2 and peer 3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws)
Projects
None yet
Development

No branches or pull requests

2 participants