KiteTicker after 30 minutes of connect start sending same ticker again for all instruments

deep
deep edited May 2018 in Python client
When we connect to Kiteticker after around 20 -25 minutes, it starts sending the old ticker with zero volume. If we disconnect and then connect it starts working again but gives the same error after 20-25 minutes. We started having this problem recently in version 3.0.

We use this library: https://github.com/zerodhatech/pykiteconnect and subscribe to around 14 instruments.

Any help will be appreciated here as our entire execution model is not working because of this.
  • Vivek
    What mode you subscribe to?
  • deep
    Hi @vivek,

    ws.set_mode(ws.MODE_FULL, [instrumentId_list]).
  • Vivek
    Vivek edited May 2018
    I am running it since last 5 minutes lets see If I can reproduce it. Python client itself doesn't have much logic in parsing the data.
  • deep
    Yes, it will come after around 20-25 minutes. One of the instrument id, I am subscribed to:
    12498690. I also just restarted the system, so we can both double check.

  • deep
    @vivek, this might be a problem with WebSocket then?
  • deep
    @vivek, we again got same error today. Any help here would be appreciated here.
  • deep
    I think the problem with API is fixed.
Sign In or Register to comment.