# Set all token tick in `full` mode.<br />#ws.set_mode(ws.MODE_FULL,[tokens[0]]) # Set one token tick in `full` mode. <br />def get_TickData(self):<br />kws = KiteTicker(self.key_s
/># Set to tick in `full` mode.<br />#ws.set_mode(ws.MODE_FULL, sub_token)<br />return<br />def on_close(ws, code, reason):<br /># On connection close stop the main loop<
I am unable to stream tick level data and keep getting ReactorNotRestartable error. I am able to pull historical data and have tested pretty much every API call without any problem except streaming ti
/>ws.subscribe(tokens)<br />#ws.set_mode(ws.MODE_LTP, tokens)<br />ws.set_mode(ws.MODE_QUOTE, tokens)<br />def on_close(ws, code, reason):<br /># On connection close stop t