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

Synchronization is not working #1

Open
come-maiz opened this issue Nov 15, 2017 · 3 comments
Open

Synchronization is not working #1

come-maiz opened this issue Nov 15, 2017 · 3 comments

Comments

@come-maiz
Copy link

I opened the demo site on two windows, but they don't seem to synchronize.

screenshot from 2017-11-15 09-04-57

I'm testing this on ubuntu 17.10, with firefox nightly 58.0a1 (2017-11-05) (64-bit)

@vigzmv
Copy link
Owner

vigzmv commented Nov 15, 2017

Thanks for pointing this out. I only tested it on Chrome 62. Will test it on other browsers.

@come-maiz
Copy link
Author

Ah, interesting. It works on chromium here.

Version 62.0.3202.75 (Official Build) Built on Ubuntu , running on Ubuntu 17.10 (64-bit)

@milahu
Copy link

milahu commented Jan 3, 2022

js console

WebSocket connection to 'wss://star-signal.cloud.ipfs.team/socket.io/?EIO=3&transport=websocket' failed:
WS.doOpen @ bundle.js:106229

https://star-signal.cloud.ipfs.team/ -> NET::ERR_CERT_DATE_INVALID

ideally this should support multiple "tracker" servers

the server star-signal.cloud.ipfs.team is set in the config module

// IPFS-CRDT-shared-editing/docs/js/bundle.js

const config = __webpack_require__(257)

// ...

const defaultNodes = __webpack_require__(257).Bootstrap

// ...

/* 257 */
/***/ (function(module, exports) {

module.exports = {
  "Addresses": {
    "Swarm": [
      "/dns4/star-signal.cloud.ipfs.team/wss/p2p-webrtc-star"
    ],
    "API": "",
    "Gateway": ""
  },
  "Discovery": {
    "MDNS": {
      "Enabled": false,
      "Interval": 10
    },
    "webRTCStar": {
      "Enabled": true
    }
  },
  "Bootstrap": [
    "/dns4/ams-1.bootstrap.libp2p.io/tcp/443/wss/ipfs/QmSoLer265NRgSp2LA3dPaeykiS1J6DifTC88f5uVQKNAd",
    "/dns4/lon-1.bootstrap.libp2p.io/tcp/443/wss/ipfs/QmSoLMeWqB7YGVLJN3pNLQpmmEk35v6wYtsMGLzSr5QBU3",
    "/dns4/sfo-3.bootstrap.libp2p.io/tcp/443/wss/ipfs/QmSoLPppuBtQSGwKDZT2M73ULpjvfd3aZ6ha4oFGL1KrGM",
    "/dns4/sgp-1.bootstrap.libp2p.io/tcp/443/wss/ipfs/QmSoLSafTMBsPKadTEgaXctDQVcqN88CNLHXMkTNwMKPnu",
    "/dns4/nyc-1.bootstrap.libp2p.io/tcp/443/wss/ipfs/QmSoLueR4xBeUbY9WZ9xGUUxunbKWcrNFTDAadQJmocnWm",
    "/dns4/nyc-2.bootstrap.libp2p.io/tcp/443/wss/ipfs/QmSoLV4Bbm51jM9C4gDYZQ9Cy3U6aXMJDAbzgu2fzaDs64",
    "/dns4/wss0.bootstrap.libp2p.io/tcp/443/wss/ipfs/QmZMxNdpMkewiVZLMRxaNxUeZpDUb34pWjZ1kZvsd16Zic",
    "/dns4/wss1.bootstrap.libp2p.io/tcp/443/wss/ipfs/Qmbut9Ywz9YEDrz8ySBSgWyJk41Uvm2QJPhwDJzJyGFsD6"
  ]
}

/***/ }),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants