Streaming data connection keeps getting closed with an error

smathur
We are using the code provided in Kite Python documentation for subscribing to Bank Nifty options. The code was working until yesterday, but since today morning, it started failing with the below error.


We are getting the following error within a minute of the connection being established:

{"timestamp": "2022-02-09 14:05:06,874", "log_level": "ERROR", "file": "ticker.py", "function": "_on_error", "lineno": 661, "thread": "MainThread","message": Connect
ion error: 1006 - connection was closed uncleanly (None)}
{"timestamp": "2022-02-09 14:05:06,879", "log_level": "ERROR", "file": "ticker.py", "function": "_on_close", "lineno": 654, "thread": "MainThread","message": Connect
ion closed: 1006 - connection was closed uncleanly (None)}
Sign In or Register to comment.