So what is the suggestion for long running apps that make use of the ticker? It is not realistic to have us close and restart the main application every day or to leave the ticker running even after market hours & holidays. I see that this limit…
@sujith @rakeshr - Any help here?
And I see that at least two devs have raised the issue of allowing more control over the spawned thread when threaded is set to True for the KiteTicker
See https://github.com/zerodha/pykiteconnect/issues/191 and htt…
Can you define the methodology of said login? Is it mandated that the user should perform the login via a web browser on kite portal and manually key in the credentials and 2fa? Only you guys keep saying this as there are so many other brokers who o…
@sujith Any help here please? My understanding is that we perform login flow steps 1 and 2 and then call session.get(login_url) which will internally invoke the registered callback url. This is the step that is failing for me now. I'm using a proper…