-
Notifications
You must be signed in to change notification settings - Fork 1.2k
js/go interop not working #718
Comments
What version of go-ipfs are you using? Interop is currently only working with |
Here are the versions.
That must be the issue. Also, do I have to connect both as in:
|
@dryajov you just need to connect one of the sides and you have to use a valid multiaddr (not just the Id). The reason why they don't connect to each other is because of this: libp2p/go-libp2p#176 You will find some issues with larger files from js to go, due to libp2p/js-libp2p-spdy#48. We are putting a lot of energy into solving this issue, expect for updates soon. |
Thanks @diasdavid. I was able to get the go and js implementations to talk to each other, I also ran in the the file limit issue. Thanks for pointing this out. I'll file separate bugs for it, but so far the issues I've ran into trying to run |
re webcrypto there was some work regarding this done already |
Also, keep an eye on:
They will be complete tutorials on how to get everything to work smoothly :) |
@dignifiedquire Yep... that should take care of it, thanks. |
@dryajov |
Yep, closing. |
I've been trying to get ipfs-go and js-ipfs to work together, but so far I haven't been able to. Here is what I've done:
(I'm on a Mac book pro version 10.11.6 (15G1212))
ipfs add hello.txt
)jsipfs cat <hash of file>
)After hanging for close to 1 minute jsipfs crashes with:
From what I understand, interop has been implemented and it is working, has it not been released or is this is bug?
What I'm trying to accomplish is running IPFS inside a service worker and proxying requests over to IPFS to bootstrap a web app (almost) completely over IPFS #127.
The text was updated successfully, but these errors were encountered: