KiteTicker has stopped streaming data

pankajs
Hi,

I am streaming quotes for 300+ instruments daily, it was working all fine till yesterday but suddenly I don't see any ticks anymore. I hav subscribed to both quotes and historical API (ZC4338)

Below is the on_connect call back code for KiteTicker:
    def on_connect(self, ws, response):
stocks_futures_nifty50 = self.subscribe_nifty50_stocks_and_futures()
stocks_futures_niftymidcap50 = self.subscribe_niftymidcap50_stocks_and_futures()

stocks_futures_nifty50.extend(stocks_futures_niftymidcap50)

ws.set_mode(ws.MODE_FULL, stocks_futures_nifty50)
Tagged:
  • zartimus
    zartimus edited May 2018
    @pankajs Did you upgrade to the latest version of pykiteconnect (3.7.0) ?
  • pankajs
    Yes >> kiteconnect==3.7.0b10

    Strange enough ..today I started the streaming at 11:30 AM..but the first tick arrived only at 12:40 PM..after that it seems to be running fine.
Sign In or Register to comment.