☰
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
14K
All Categories
0
Incidents
157
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
462
Algorithms and Strategies
1K
Java client
1.1K
API clients
406
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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.