Can you give more information? Let us know what version of Kite Connect client you are using. Can you paste the final URL and the raw response you are getting?
If you give all the details needed to debug the issue. It can be resolved soon. Please don't expect people to spend time when you are posting partial queries.
after upgrading to kite pre release i'm getting ltp = kite.quote ( 'NFO', self.name ) File "/home/aja/.local/lib/python3.6/site-packages/kiteconnect-3.7.0-py3.6.egg/kiteconnect/connect.py", line 542, in quote data = self._get("market.quote", {"i": ins}) File "/home/aja/.local/lib/python3.6/site-packages/kiteconnect-3.7.0-py3.6.egg/kiteconnect/connect.py", line 693, in _get return self._request(route, "GET", params) File "/home/aja/.local/lib/python3.6/site-packages/kiteconnect-3.7.0-py3.6.egg/kiteconnect/connect.py", line 762, in _request raise exp(data["message"], code=r.status_code) kiteconnect.exceptions.NetworkException: Too many requests
although im sending one request and its throwing error .
We have stopped supporting older versions of Kite Connect APIs. We have announced this multiple times on the forum and sent multiple emails also. You need to migrate to Kite Connect 3 APIs.
Can you paste the final URL and the raw response you are getting?
If you give all the details needed to debug the issue. It can be resolved soon. Please don't expect people to spend time when you are posting partial queries.
ltp = kite.quote ( 'NFO', self.name )
File "/home/aja/.local/lib/python3.6/site-packages/kiteconnect-3.7.0-py3.6.egg/kiteconnect/connect.py", line 542, in quote
data = self._get("market.quote", {"i": ins})
File "/home/aja/.local/lib/python3.6/site-packages/kiteconnect-3.7.0-py3.6.egg/kiteconnect/connect.py", line 693, in _get
return self._request(route, "GET", params)
File "/home/aja/.local/lib/python3.6/site-packages/kiteconnect-3.7.0-py3.6.egg/kiteconnect/connect.py", line 762, in _request
raise exp(data["message"], code=r.status_code)
kiteconnect.exceptions.NetworkException: Too many requests
although im sending one request and its throwing error .
We have announced this multiple times on the forum and sent multiple emails also.
You need to migrate to Kite Connect 3 APIs.
You can check out new documentation here.