Getting 1006 error time and again while streaming. Not getting all quotes
018-07-10 09:31:52,319 INFO Stopping for some err_code=1006 for reason=connection was closed uncleanly (None)
2018-07-10 09:32:02,433 INFO Stopping for some err_code=1006 for reason=connection was closed uncleanly (None)
2018-07-10 09:32:11,623 INFO Stopping for some err_code=1006 for reason=connection was closed uncleanly (None)
2018-07-10 09:32:21,951 INFO Stopping for some err_code=1006 for reason=connection was closed uncleanly (None)
There is no error code. Just that the return value is empty.
kite.historical_data(instrument_id=dh.get_icode_from_ticker("RELIANCE"),
start_date="2015-01-02", end_date="2015-01-07",
window="minute"…