☰
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
153
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
December 2020
indiatechpython
December 2020
rakeshr
AWS server not fetching records kite.instruments()
indiatechpython
December 2020
in
Python client
Hi, anyone facing issue while fetching records using kite.instruments() and application hosted in AWS server, although from local system it fetches the record using same function without issue.
rakeshr
December 2020
@indiatechpython
Can you paste here the complete stack trace?
indiatechpython
December 2020
Hi , i'm getting following error after calling the function kite.instruments()
2020-12-14 11:30:00,328 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.kite.trade:443
2020-12-14 11:30:01,016 - urllib3.connectionpool - DEBUG -
https://api.kite.trade:443
"GET /instruments HTTP/1.1" 200 936534
Killed
rakeshr
December 2020
Killed
Looks like above process is getting killed before it completes. You can go through below two articles to know more about this issue( related to AWS):
AWS process getting killed
Long-running intensive process killed repeatedly
Sign In
or
Register
to comment.
Can you paste here the complete stack trace?
2020-12-14 11:30:00,328 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.kite.trade:443
2020-12-14 11:30:01,016 - urllib3.connectionpool - DEBUG - https://api.kite.trade:443 "GET /instruments HTTP/1.1" 200 936534
Killed
AWS process getting killed
Long-running intensive process killed repeatedly