Hey @pvgeorge, But after a proper login (where I get into the account) as shown above, it simply changes the url to -
https://kite.zerodha.com/dashboard
There are no more tokens to be copied!
@zartimus I did do that, so now 'request_access_token' doesnot work and generate_session kind of working.
So progress - Yayy!
The issue is that it constantly says the token is invalid or expired. I will send screenshots of my misadventures.
They ar…
Hi All, thank you for the comments.
I have attached the outputs of the pip show commands
@zartimus : I did run that code and we do see Kiteconnect V3.7.0b9.
I have installed all the pre-requisites of this package too.
@pvgeorge : It appears we hav…
Hi @zartimus, that is the version I have - neither generate_session or request_access_token are working. Will try the flask code now.
Sent a mail to [email protected] - hoping for the best.
Also, the documentation says that for V3.7.0b9 we need to use generate_session, which gives me this error
---------------------------------------------------------------------------
AttributeError Traceback (most recent ca…
For now I have gotten V 3.7.0b9 installed through the CMD terminal using this command:
pip install kiteconnect --upgrade --pre --user
I have stored my api key and api secret and and going to my kite.login_url()getting the access token and trying to…