You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this error:
node:events:495
throw er; // Unhandled 'error' event
Error: WebSocket was closed before the connection was established
Emitted 'error' event on WebSocket instance at:
at emitErrorAndClose (D:\ww\workspace\webs\quants_app\QuantBotServer\node_modules\ws\lib\websocket.js:1033:13)
The text was updated successfully, but these errors were encountered:
client.ws.candles(symbol, interval, candle => {
console.log('candle--', candle)
});
this error:
node:events:495
throw er; // Unhandled 'error' event
Error: WebSocket was closed before the connection was established
Emitted 'error' event on WebSocket instance at:
at emitErrorAndClose (D:\ww\workspace\webs\quants_app\QuantBotServer\node_modules\ws\lib\websocket.js:1033:13)
The text was updated successfully, but these errors were encountered: