☰
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.9K
All Categories
0
Incidents
156
Node JS client
40
Go client
793
.Net API client
380
Kite Publisher
537
.Net / VBA / Excel (3rd party)
458
Algorithms and Strategies
998
Java client
1.1K
API clients
404
PHP client
4K
Python client
347
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
December 6
Hardik_Varma
kiteconnect.exceptions.NetworkException: Request failed (kt-quotes).
SRU737
December 5
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 6
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.