itsjimbo
itsjimbo
Once in a great while, I get these, which is impossible to catch ``` RangeError: Invalid array length at Incoming.process (node_modules/ib/lib/incoming.js:1229:41) at Socket._onData (node_modules/ib/lib/socket.js:48:30) at Socket. (node_modules/ib/lib/socket.js:87:18) at emitOne (events.js:96:13)...
I was trying to get the premarket/aftermarket bar, with useRTH=false, and in following the example ``` var requestId=1000; ib.reqRealTimeBars(requestId, ib.contract.stock('AAPL'), 5, 'TRADES', false); ``` The request happens to go through...
#### Steps to reproduce Fire up jupyter notebook with R kernel ```r library(keyring) kb