Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

React errors in console #92

Closed
JonahGroendal opened this issue Dec 20, 2019 · 5 comments
Closed

React errors in console #92

JonahGroendal opened this issue Dec 20, 2019 · 5 comments

Comments

@JonahGroendal
Copy link

after running

git clone git@github.com:meteor/simple-todos-react.git
cd simple-todos-react
meteor npm install
meteor

then navigating to localhost:3000, The page doesn't load and in the console there are errors.

warnings in the console:
react-meteor-data 2.x requires React version >= 16.8.

errors in console:
Uncaught TypeError: useRef is not a function
at useTrackerClient (useTracker.js:108)
at useTracker.js:206
at withTracker.jsx:10
at updateForwardRef (modules.js?hash=d0ac376d4e8b3500476255fd10ca96e2ac007274:17836)
at beginWork (modules.js?hash=d0ac376d4e8b3500476255fd10ca96e2ac007274:18912)
at performUnitOfWork (modules.js?hash=d0ac376d4e8b3500476255fd10ca96e2ac007274:21710)
at workLoop (modules.js?hash=d0ac376d4e8b3500476255fd10ca96e2ac007274:21750)
at HTMLUnknownElement.callCallback (modules.js?hash=d0ac376d4e8b3500476255fd10ca96e2ac007274:3709)
at Object.invokeGuardedCallbackDev (modules.js?hash=d0ac376d4e8b3500476255fd10ca96e2ac007274:3759)
at invokeGuardedCallback (modules.js?hash=d0ac376d4e8b3500476255fd10ca96e2ac007274:3816)
modules.js?hash=d0ac376d4e8b3500476255fd10ca96e2ac007274:19573 The above error occurred in the component:
in ForwardRef
in ForwardRef

Consider adding an error boundary to your tree to customize error handling behavior.
Visit https://fb.me/react-error-boundaries to learn more about error boundaries.
logCapturedError @ modules.js?hash=d0ac376d4e8b3500476255fd10ca96e2ac007274:19573
modules.js?hash=d0ac376d4e8b3500476255fd10ca96e2ac007274:22695 Uncaught TypeError: useRef is not a function
at useTrackerClient (useTracker.js:108)
at useTracker.js:206
at withTracker.jsx:10
at updateForwardRef (modules.js?hash=d0ac376d4e8b3500476255fd10ca96e2ac007274:17836)
at beginWork (modules.js?hash=d0ac376d4e8b3500476255fd10ca96e2ac007274:18912)
at performUnitOfWork (modules.js?hash=d0ac376d4e8b3500476255fd10ca96e2ac007274:21710)
at workLoop (modules.js?hash=d0ac376d4e8b3500476255fd10ca96e2ac007274:21750)
at renderRoot (modules.js?hash=d0ac376d4e8b3500476255fd10ca96e2ac007274:21836)
at performWorkOnRoot (modules.js?hash=d0ac376d4e8b3500476255fd10ca96e2ac007274:22725)
at performWork (modules.js?hash=d0ac376d4e8b3500476255fd10ca96e2ac007274:22637)
sockjs-0.3.4.js:854 GET http://localhost:3000/sockjs/info?cb=2uf7legghc net::ERR_CONNECTION_REFUSED
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS._didMessage @ sockjs-0.3.4.js:1139
that.ws.onclose @ sockjs-0.3.4.js:1287
sockjs-0.3.4.js:854 GET http://localhost:3000/sockjs/info?cb=alu0zesxx4 net::ERR_CONNECTION_REFUSED
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS.that._ir.onfinish @ sockjs-0.3.4.js:1033
EventEmitter.emit @ sockjs-0.3.4.js:151
xo.onfinish @ sockjs-0.3.4.js:2022
EventEmitter.emit @ sockjs-0.3.4.js:151
that.xhr.onreadystatechange @ sockjs-0.3.4.js:848
XMLHttpRequest.send (async)
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS._didMessage @ sockjs-0.3.4.js:1139
that.ws.onclose @ sockjs-0.3.4.js:1287
sockjs-0.3.4.js:854 GET http://localhost:3000/sockjs/info?cb=tfdv4op2sq net::ERR_CONNECTION_REFUSED
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS.that._ir.onfinish @ sockjs-0.3.4.js:1033
EventEmitter.emit @ sockjs-0.3.4.js:151
xo.onfinish @ sockjs-0.3.4.js:2022
EventEmitter.emit @ sockjs-0.3.4.js:151
that.xhr.onreadystatechange @ sockjs-0.3.4.js:848
XMLHttpRequest.send (async)
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS.that._ir.onfinish @ sockjs-0.3.4.js:1033
EventEmitter.emit @ sockjs-0.3.4.js:151
xo.onfinish @ sockjs-0.3.4.js:2022
EventEmitter.emit @ sockjs-0.3.4.js:151
that.xhr.onreadystatechange @ sockjs-0.3.4.js:848
XMLHttpRequest.send (async)
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS._didMessage @ sockjs-0.3.4.js:1139
that.ws.onclose @ sockjs-0.3.4.js:1287
sockjs-0.3.4.js:854 GET http://localhost:3000/sockjs/info?cb=g5nddefot1 net::ERR_CONNECTION_REFUSED
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS.that._ir.onfinish @ sockjs-0.3.4.js:1033
EventEmitter.emit @ sockjs-0.3.4.js:151
xo.onfinish @ sockjs-0.3.4.js:2022
EventEmitter.emit @ sockjs-0.3.4.js:151
that.xhr.onreadystatechange @ sockjs-0.3.4.js:848
XMLHttpRequest.send (async)
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS.that._ir.onfinish @ sockjs-0.3.4.js:1033
EventEmitter.emit @ sockjs-0.3.4.js:151
xo.onfinish @ sockjs-0.3.4.js:2022
EventEmitter.emit @ sockjs-0.3.4.js:151
that.xhr.onreadystatechange @ sockjs-0.3.4.js:848
XMLHttpRequest.send (async)
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS.that._ir.onfinish @ sockjs-0.3.4.js:1033
EventEmitter.emit @ sockjs-0.3.4.js:151
xo.onfinish @ sockjs-0.3.4.js:2022
EventEmitter.emit @ sockjs-0.3.4.js:151
that.xhr.onreadystatechange @ sockjs-0.3.4.js:848
XMLHttpRequest.send (async)
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS._didMessage @ sockjs-0.3.4.js:1139
that.ws.onclose @ sockjs-0.3.4.js:1287
sockjs-0.3.4.js:854 GET http://localhost:3000/sockjs/info?cb=43uvuhly_u net::ERR_CONNECTION_REFUSED
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS.that._ir.onfinish @ sockjs-0.3.4.js:1033
EventEmitter.emit @ sockjs-0.3.4.js:151
xo.onfinish @ sockjs-0.3.4.js:2022
EventEmitter.emit @ sockjs-0.3.4.js:151
that.xhr.onreadystatechange @ sockjs-0.3.4.js:848
XMLHttpRequest.send (async)
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS.that._ir.onfinish @ sockjs-0.3.4.js:1033
EventEmitter.emit @ sockjs-0.3.4.js:151
xo.onfinish @ sockjs-0.3.4.js:2022
EventEmitter.emit @ sockjs-0.3.4.js:151
that.xhr.onreadystatechange @ sockjs-0.3.4.js:848
XMLHttpRequest.send (async)
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS.that._ir.onfinish @ sockjs-0.3.4.js:1033
EventEmitter.emit @ sockjs-0.3.4.js:151
xo.onfinish @ sockjs-0.3.4.js:2022
EventEmitter.emit @ sockjs-0.3.4.js:151
that.xhr.onreadystatechange @ sockjs-0.3.4.js:848
XMLHttpRequest.send (async)
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS.that._ir.onfinish @ sockjs-0.3.4.js:1033
EventEmitter.emit @ sockjs-0.3.4.js:151
xo.onfinish @ sockjs-0.3.4.js:2022
EventEmitter.emit @ sockjs-0.3.4.js:151
that.xhr.onreadystatechange @ sockjs-0.3.4.js:848
XMLHttpRequest.send (async)
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS._didMessage @ sockjs-0.3.4.js:1139
that.ws.onclose @ sockjs-0.3.4.js:1287
sockjs-0.3.4.js:854 GET http://localhost:3000/sockjs/info?cb=kfhxxspye1 net::ERR_CONNECTION_REFUSED
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS.that._ir.onfinish @ sockjs-0.3.4.js:1033
EventEmitter.emit @ sockjs-0.3.4.js:151
xo.onfinish @ sockjs-0.3.4.js:2022
EventEmitter.emit @ sockjs-0.3.4.js:151
that.xhr.onreadystatechange @ sockjs-0.3.4.js:848
XMLHttpRequest.send (async)
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS.that._ir.onfinish @ sockjs-0.3.4.js:1033
EventEmitter.emit @ sockjs-0.3.4.js:151
xo.onfinish @ sockjs-0.3.4.js:2022
EventEmitter.emit @ sockjs-0.3.4.js:151
that.xhr.onreadystatechange @ sockjs-0.3.4.js:848
XMLHttpRequest.send (async)
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS.that._ir.onfinish @ sockjs-0.3.4.js:1033
EventEmitter.emit @ sockjs-0.3.4.js:151
xo.onfinish @ sockjs-0.3.4.js:2022
EventEmitter.emit @ sockjs-0.3.4.js:151
that.xhr.onreadystatechange @ sockjs-0.3.4.js:848
XMLHttpRequest.send (async)
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS.that._ir.onfinish @ sockjs-0.3.4.js:1033
EventEmitter.emit @ sockjs-0.3.4.js:151
xo.onfinish @ sockjs-0.3.4.js:2022
EventEmitter.emit @ sockjs-0.3.4.js:151
that.xhr.onreadystatechange @ sockjs-0.3.4.js:848
XMLHttpRequest.send (async)
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
setTimeout (async)
Meteor.setTimeout @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:611
retryLater @ retry.js:63
_retryLater @ common.js:145
_lostConnection @ common.js:131
(anonymous) @ browser.js:200
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Promise.then (async)
Promise.then @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:132
proto.done @ promise.js?hash=0bbd44021409d2a1858ff0fd3fd612863bf2cb96:64
socket.onclose @ browser.js:199
REventTarget.dispatchEvent @ sockjs-0.3.4.js:87
(anonymous) @ sockjs-0.3.4.js:1116
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
SockJS._didClose @ sockjs-0.3.4.js:1115
SockJS.that._ir.onfinish @ sockjs-0.3.4.js:1033
EventEmitter.emit @ sockjs-0.3.4.js:151
xo.onfinish @ sockjs-0.3.4.js:2022
EventEmitter.emit @ sockjs-0.3.4.js:151
that.xhr.onreadystatechange @ sockjs-0.3.4.js:848
XMLHttpRequest.send (async)
AbstractXHRObject._start @ sockjs-0.3.4.js:854
(anonymous) @ sockjs-0.3.4.js:888
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
utils.XHRLocalObject @ sockjs-0.3.4.js:887
InfoReceiver.doXhr @ sockjs-0.3.4.js:2003
(anonymous) @ sockjs-0.3.4.js:1990
setTimeout (async)
utils.delay @ sockjs-0.3.4.js:399
InfoReceiver @ sockjs-0.3.4.js:1990
createInfoReceiver @ sockjs-0.3.4.js:2078
SockJS @ sockjs-0.3.4.js:1019
_launchConnection @ browser.js:173
_retryNow @ common.js:169
EVp.withValue @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
(anonymous) @ meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
sockjs-0.3.4.js:854 GET http://localhost:3000/sockjs/info?cb=ii86hb_28a net::ERR_CONNECTION_REFUSED

@copleykj
Copy link

copleykj commented Jan 3, 2020

This is caused by the newest updates to the react-meteor-data package not being compatible with the version of react installed when you ran npm install after cloning. If you run npm update react react-dom, then everything will work again.

@MohammadSabbagh
Copy link

meteor npm update react react-dom

@FrancoisYu
Copy link

It's 2020/02/11. I still got the same error message after running: meteor npm update react react-dom.
My meteor version is 1.8.1.
Is this tutorial's Meteor has to be < 1.8.0?

@FrancoisYu
Copy link

Got the error msg solved. All you have to do is install the jquery into Meteor and npm with the following command:

meteor add jquery
meteor npm install --save jquery

@Lessvn
Copy link

Lessvn commented May 31, 2020

I had the same problem. Similar to FancoisYU, what I did to solve:
meteor add jquery

meteor npm install --save jquery

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

No branches or pull requests

5 participants