This keeps happening for the whole day. The same piece of code is working fine on windows. but it is creating problem in Linux only so I guess there must be some configuration issue.
Zerodha team or Linux experts please help! Thank you in advance. Regards, Rishi A.
@chiragkeswani Seems to be some issue while initiating new thread under on_tick.Can you implement on_error method and log the error.You can also check this example of multi-threading while non-blocking on_tick thread.
Can you paste the output of
pip show kiteconnect
from linux O.S?Here is the output of the above command:
This seems fine. Are you blocking the main tick thread(on_tick)?
Can you paste WebSocket code here?
Here it is.
The same code is working absolutely fine on windows.
Seems to be some issue while initiating new thread under on_tick.Can you implement on_error method and log the error.You can also check this example of multi-threading while non-blocking on_tick thread.