Hi Team, Facing issue of below Debug . After the Placing order it is stopping run time.kindly guide DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "GET /quote?i=NSE%3AAPOLLOTYRE HTTP/1.1" 200 None DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.kite.trade:443
YES....
getting debug every second once it run...
After place order algo getting stopped ....and getting below mentioned error..
DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "POST /orders/regular HTTP/1.1" 200 None
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.kite.trade:443
DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "POST /orders/regular HTTP/1.1" 200 None
ERROR:kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (None)
ERROR:kiteconnect.ticker:Connection closed: 1006 - connection was closed uncleanly (None)
DEBUG:matplotlib.pyplot:Loaded backend module://ipykernel.pylab.backend_inline version unknown.
You shouldn't block the main thread that is receiving data.