I am too facing the similar issue. Also, i tried to extract data using multithreading, it always show Too many request error. Please resolve these issue and suggest some alternate solutions.
Hi
I had change the code as told by vivek. The thing is earlier my code were working fine, but recently my kite developer trade account had expired but i had enable that again. The problem had start after renewing the account. My user id is RA8927 …
No in my case kws.connect() get disconnected after a certain period of time. It is inconsistent.
My sample code is as follow:
kws.connect()
a = kws.is_connected()
print a
so, if the connection is live, it shouldnt print a, but eventually it print…
I dint get you, can you please share some python code regarding this as i am unable to understand, once i call kws.connect, it goes on infinite loop, so how to perform some other action
Basically, through historical data, we get 1 minute for a month only, so i tried to extract them for a year using a loop, after some n iteration it throw me error : " ClientNetworkException: Gateway timed out".
So, should i run my loop in small bat…
Hii
While tryin to access historical data, it throws an error: kiteconnect.exceptions.InputException: Invalid interval.
So, what is the parameter for interval, is it number or string, if number, what is the range of number?
Whenever I hit the Url 'https://kite.trade/connect/login?api_key=xxx' via browser, I get a Login-page which need to be filled including security-question. Then I get a Url 'https://127.0.0.1/?status=success&request_token=xxxxxxxxxxxx' after that…