☰
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.2K
All Categories
0
Incidents
161
Node JS client
45
Go client
807
.Net API client
386
Kite Publisher
538
.Net / VBA / Excel (3rd party)
466
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
352
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.