errors KiteConnect

divyakumar
21th April, got the folllowing errors on kite.quote() request:
kiteconnect.exceptions.NetworkException: OMS connection error

17th April, got the following error:
('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',)) @ 1.24 PM

Please suggest any remedies, diagnosis
  • sujith
    Hi @divyakumar,
    There was some issue with our vendor TR. It should be resolved by now.
  • ankur0101
    @sujith , people should not face issues when they are paying
  • sujith
    Hi @ankur0101,
    We understand your concern, technical issues which are not under our control are bound to happen.
    We ensure to keep downtime as low as possible. You can check out another thread wherein a user has similar concern.
  • divyakumar
    another error May 4th, this is a repeatedly occurring error.
    error=[Errno 104] Connection reset by peer (for tick based webSocket data)
    please suggest/help
  • sujith
    @divyakumar,
    Which Kite Connect client are you using?
  • sujith
    @divyakumar,
    Can you try new beta pykiteconnect with reconnection feature?
    Link for the repository is here.

    Only change you need to make to your code will be enabling auto reconnect (it is not enabled by default)

    kws.enable_reconnect(reconnect_interval=5, reconnect_tries=50)
  • divyakumar
    Sujith,
    seems its only updated locally. "pip install kiteconnect " still fetches 3.4.1 version... Also the README.md isnt updated.. looks like half baked update....
    can you check this?
  • sujith
    Hi @divyakumar,
    It is still a beta version, but it should serve your purpose. We will be releasing it soon.
  • divyakumar
    Sujith,
    are you sure that 3.5 is tested? I get the following error
    {kws.connect exception=_create_connection() takes 1 positional argument but 2 were given}

    looks like _create_connection() module needs a fix to add additional uniq ID being supplied.
    please Confirm this ASAP and the fix too
    Thanks
  • divyakumar
    sorry, my mistake. I stand corrected, its there.
This discussion has been closed.