Access Token Issue

vikesh_sethi
Hi,

I am getting following error.

"DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.kite.trade
DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "POST /session/token HTTP/1.1" 200 513"

I am getting this error after this code: data = kite.generate_session("xxxxxx", api_secret="xxxxx")

I am new to programming. Kindly help.

Thanks
Vikesh
  • zartimus
    @vikesh_sethi That looks like a successful POST request and you received a 200 back. Access token will be available inside `data` dictionary. data['access_token']
Sign In or Register to comment.