☰
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
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
795
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
December 2024
Hardik_Varma
kiteconnect.exceptions.NetworkException: Request failed (kt-quotes).
SRU737
December 2024
in
Python client
Hi All
First 3 hrs of market today, my scripts was constantly failing with below error. It stopped automatically!
What is the reason and how to avoid such issues in future?
lp = kite.ltp([nse_symbol], ['last_price'])
File "/home/ec2-user/.local/lib/python3.9/site-packages/kiteconnect/connect.py", line 611, in ltp
return self._get("market.quote.ltp", params={"i": ins})
File "/home/ec2-user/.local/lib/python3.9/site-packages/kiteconnect/connect.py", line 861, in _get
return self._request(route, "GET", url_args=url_args, params=params, is_json=is_json)
File "/home/ec2-user/.local/lib/python3.9/site-packages/kiteconnect/connect.py", line 937, in _request
raise exp(data["message"], code=r.status_code)
kiteconnect.exceptions.NetworkException: Request failed (kt-quotes).
Hardik_Varma
December 2024
Hi, I also faced similar issue yesterday as well as today (6 Dec 2024). Did you face this today as well? Were you able to resolve this?
Sign In
or
Register
to comment.