-
Notifications
You must be signed in to change notification settings - Fork 21
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
Wont work between machines #4
Comments
The stack trace is as follows (note i posted the wrong one earlier and deleted).
|
Note the other generateKey error reported this weekend by someone else was at ipfs/js-ipfs#964 (comment) |
It is supposed to work between machines and it will work if you load both of them through Localhost. It is a WebCrypto limitation, read more at: |
It won't work currently ... (Note if you now wait 5 minutes, both Chrome pages should crash with "Aw Snap" illustrating the bug in #2 |
I got it working. I've also published the latest to this hash https://ipfs.io/ipfs/QmUS49q6Hr6r61aciF3wPJd1xivstjFnyUWbUnrYom8dHE/ can you try it? |
Following that links seems to load ok, but no sharing happens (Not between browser tabs on Chrome; between Chrome & Firefox on same machine or back and forth with another machine. |
@mitra42 I wonder if that is because of your Wifi set up and possible double NAT/Firewall. I've tested it on 2 computers and in two home network setups and worked fine. Just tested again, might try again? |
Possible ... but this was working before (on these machines to themselves), I'm seeing the same problem and both with the IPFS and localhost version. I'm seeing it to the bootstrap nodes and errors reported on sfo-1 and sfo-2. I'm just now (on same browser as had all those errors) starting to see some text from someone else popping up on the window - |
And now its working between those two machines (using the version on IPFS and between that and the localhost version ... no change in network here, so there is something intermittent going on. I suggest leaving this Issue open until can find out what the intermittency is that is causing it. |
The issue you saw there was me redeploying the star-signal :) all good here then! |
Just checked it out...it's working indeed on chrome |
Another problem with the shared-editing-demo that would be good to document if its the intention ...
If you load it up (current git repository version NOT the re-compiled version which doesnt work at all) it advertises both the 127.0.0.1:12345 address, but also a local network address e.g. 192.168.0.123:12345 If you try and reach that address from another machine it complains about "Could not read property "generate" of undefined (full stacktrace below). I think I saw a similar bug reported elsewhere that related to the server being HTTP rather than HTTP, but if it won't work on HTTP across a LAN then it might be good to document that :-)
The text was updated successfully, but these errors were encountered: