Tick_Data_Disconnect

Zen8_ith
Today I was fetching tick data by web socket connection but it got disconnected after sometime.
I got this error
ERROR:kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (None)
ERROR:kiteconnect.ticker:Connection closed: 1006 - connection was closed uncleanly (None)

Please look into t.
I am handling all error exception but still i got disconnected. Please suggest how to tick entire day data without disconnection.
  • rakeshr
    ERROR:kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (None)
    Go through the Python websocket streaming FAQs here.
  • Zen8_ith
    ERROR:kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (None)
    INFO:root:Connection error: 1006 - connection was closed uncleanly (None)
    ERROR:kiteconnect.ticker:Connection closed: 1006 - connection was closed uncleanly (None)
    INFO:root:WebSocket connection thrown error: 1006 - connection was closed uncleanly (None) Again same issue.
    I did all the required steps to overcome this?
  • achchayya
    achchayya edited October 2023
    ignore
This discussion has been closed.