Websocket connection dropping

vishaljainiitd
Hi,

My websocket connection is dropping abruptly for last 2 days. Today, it dropped at around 3:05 p.m. It was running fine since morning. Please see below error log.
I am fetching single ticker for NIFTY23DECFUT in full mode. Could you please let me know the reason for the connection dropping?

DEBUG:kiteconnect.ticker:last ping was 77.51332020759583 seconds back.
DEBUG:kiteconnect.ticker:Last pong was 77.48678088188171 seconds ago. So dropping connection to reconnect.
2023-12-20 15:05:27+0530 [-] dropping connection to peer tcp4:13.127.0.43:443 with abort=True: None
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:Connection closed: 1006 - connection was closed uncleanly (None)
2023-12-20 15:05:27+0530 [-] will retry in 2 seconds
2023-12-20 15:05:27+0530 [-] Stopping factory
2023-12-20 15:05:27+0530 [-] Main loop terminated.
  • rakeshr
    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:Connection closed: 1006 - connection was closed uncleanly (None)
    2023-12-20 15:05:27+0530 [-] will retry in 2 seconds
    2023-12-20 15:05:27+0530 [-] Stopping factory
    Looks like your local network connection. Can you switch to different network and check once?
Sign In or Register to comment.