ipfs / go-bitswap

The golang implementation of the bitswap protocol
MIT License
216 stars 112 forks source link

Could not open message sender to peer . Bitswap error #513

Closed pranavdaa closed 3 years ago

pranavdaa commented 3 years ago

Getting this bitswap messagequeue/messagequeue.go:495 Could not open message sender to peer : protocol not supported

error while trying to pin to IPFS node. IPFSgo version - @Latest

welcome[bot] commented 3 years ago

Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review. In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment. Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:

Finally, remember to use https://discuss.ipfs.io if you just need general support.

Stebalien commented 3 years ago

Pin from what to what? You'll get that error if one side isn't running bitswap, or isn't running bitswap with the same protocol name, or hasn't started bitswap yet. That's not really an error, just an informational message.

Please open a thread on https://discuss.ipfs.io if you have further questions (but please try to include as much context as you can there).