☰
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
July 2023
mkrathi
July 2023
sujith
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='api.kite.trade', port=443): Read timed ou
mkrathi
July 2023
in
Python client
Hello,
I have situation. I have code which runs smoothly when I run on my local machine but when I execute the same on Azure VM I am getting
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='api.kite.trade', port=443): Read timed out. (read timeout=7)
And this happens for all order transactions like place_order, Cancel_order, etc. Ping from VM to api.kite.trade seems ok.
I can introduce try catch and retries but thats also not helping. Any leads what is causing this especially on Azure VM only. I am stuck.
sujith
July 2023
Maybe change the DC or cloud provider and try it out.
mkrathi
July 2023
you can close this I found alternative solution
This discussion has been closed.