I think while we wait for the Kite team to work on this, you could do a one time manual download, and moving forward just store the order data locally as and when you place orders
Not a question, just a comment.
I was getting an error while importing kiteconnect module 'lib' has no attribute 'SSL_CTX_set_ecdh_auto'
this was resolved when I upgraded pyopenssl from v20 to v23 using:
pip install pyopenssl --upgrade
Thank you very much, @rakeshr. I am able to stream without any issue now after starting to use celery (~2000 instruments over one websocket )
This thread can be closed now.
Thanks @rakeshr ! I'll try out celery and other queue managers and respond here if they work out.
Just to confirm - Is this error happening because the threaded ticker is not finished with processing the previous tick when it's hit with a new tick …