☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
154
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
April 2018
zartimus
Access Token Issue
vikesh_sethi
April 2018
in
Python client
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
April 2018
@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.