Justineo/coplay

无法连接

panyz522 opened this issue · 0 comments

Chrome Log:

Uncaught TypeError: Cannot read property 'on' of undefined
    at Object.coplay.connect (chrome-extension://heolgpojkkeacaokbpolhalhlaidpkkc/coplay.js:908)
    at HTMLButtonElement.<anonymous> (chrome-extension://heolgpojkkeacaokbpolhalhlaidpkkc/coplay.js:527)
    at HTMLButtonElement.<anonymous> (chrome-extension://heolgpojkkeacaokbpolhalhlaidpkkc/coplay.js:88)
coplay.connect @ chrome-extension://heolgpojkkeacaokbpolhalhlaidpkkc/coplay.js:908
(anonymous) @ chrome-extension://heolgpojkkeacaokbpolhalhlaidpkkc/coplay.js:527
(anonymous) @ chrome-extension://heolgpojkkeacaokbpolhalhlaidpkkc/coplay.js:88

貌似是因为这里失败

    let c = coplay.peer.connect(remote, {
      label: 'coplay',
      serialization: 'json',
      reliable: false
    });