socket.io icon indicating copy to clipboard operation
socket.io copied to clipboard

Uncaught Error: xhr poll error

Open Somebi opened this issue 8 years ago • 2 comments
trafficstars

Unhandled error, error event listener is applied on our side. This happens time to time, due to quick server shutdown and start tests. Seems like something with polling connection establishing.

     Uncaught Error: xhr poll error
      at XHR.Transport.onError (/home/beck/optibet/src/github.com/LiflandGaming/ws-service/node_modules/engine.io-client/lib/transport.js:64:13)
      at Request.<anonymous> (/home/beck/optibet/src/github.com/LiflandGaming/ws-service/node_modules/engine.io-client/lib/transports/polling-xhr.js:128:10)
      at Request.Emitter.emit (/home/beck/optibet/src/github.com/LiflandGaming/ws-service/node_modules/component-emitter/index.js:133:20)
      at Request.onError (/home/beck/optibet/src/github.com/LiflandGaming/ws-service/node_modules/engine.io-client/lib/transports/polling-xhr.js:310:8)
      at Timeout._onTimeout (/home/beck/optibet/src/github.com/LiflandGaming/ws-service/node_modules/engine.io-client/lib/transports/polling-xhr.js:257:18)
      at ontimeout (timers.js:488:11)
      at tryOnTimeout (timers.js:323:5)
      at Timer.listOnTimeout (timers.js:283:5)

Somebi avatar Aug 07 '17 08:08 Somebi