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
I just upgraded to ipfs 0.4.2 and am getting a ton of Bitswap ReceiveError, here is a small section of the log:
22:21:06.002 INFO bitswap: Bitswap ReceiveError: EOF bitswap.go:375 22:21:06.390 INFO bitswap: Bitswap ReceiveError: EOF bitswap.go:375 22:21:07.057 INFO bitswap: Bitswap ReceiveError: EOF bitswap.go:375 22:21:07.127 DEBUG bitswap: 1keys in bitswap wantlist workers.go:171 22:21:07.175 INFO bitswap: Bitswap ReceiveError: EOF bitswap.go:375 22:21:07.225 INFO bitswap: Bitswap ReceiveError: EOF bitswap.go:375 22:21:08.188 INFO bitswap: Bitswap ReceiveError: EOF bitswap.go:375
$ ipfs version --commit ipfs version 0.4.2-
I only have the info level enabled for bitswap. Let me know what additional info will help.
The text was updated successfully, but these errors were encountered:
oh, EOF is an expected error there. We should probably filter those out.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I just upgraded to ipfs 0.4.2 and am getting a ton of Bitswap ReceiveError, here is a small section of the log:
I only have the info level enabled for bitswap. Let me know what additional info will help.
The text was updated successfully, but these errors were encountered: