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 and request_token value to the respective variables. Request_token also is used as soon as it got generated. Not sure what is the issue. Appreciate some help.
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 and request_token value to the respective variables. Request_token also is used as soon as it got generated. Not sure what is the issue. Appreciate some help.