Thanks for the input. Its resolved. I should have stuck to one source for documentation.
Do you have any recommendation for the document that I can refer to?
Hi,
I am getting the following error
kiteconnect.exceptions.TokenException: Token is invalid or has expired.
for the code
access_token = kite.renew_access_token(refresh_token=request_token, api_secret=api_secret)
Have given the correct api_secret …