It looks like you're new here. If you want to get involved, click one of these buttons!
I'm trying to generate a session to obtain an access_token. Invalid `checksum` is the error I'm being hit with. Is there any issue I need to fix or is it the problem at the sever end?
def start():
# login url: 'https://kite.trade/connect/login?api_key=xxxxxxxxxxxxxxxx&v=3'
# Collect request token from url which is redirected from the login url
request_token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" # Cross checked
# Collect api_key and api_secret from the app
api_key = "xxxxxxxxxxxxxxxx" # Cross checked
api_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" # Cross checked
kite = KiteConnect(api_key=api_key)
session = kite.generate_session(request_token=request_token, api_secret=api_secret)
Does anything changed here? How much time will it take to activate it now???
This issue is resolved.You can create access_token immediate post subscription/renew.