error

Mithuns10
when trying to run my script i am gettign the the following error File "/Users/mithunv/Desktop/Athisaktham/UpdatedTrade/CashSelling.py", line 231, in
cash_flow_detector()
~~~~~~~~~~~~~~~~~~^^
File "/Users/mithunv/Desktop/Athisaktham/UpdatedTrade/CashSelling.py", line 80, in cash_flow_detector
quotes = kite.quote(quote_keys)
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/kiteconnect/connect.py", line 582, in quote
data = self._get("market.quote", params={"i": ins})
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/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 "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/kiteconnect/connect.py", line 937, in _request
raise exp(data["message"], code=r.status_code)
kiteconnect.exceptions.NetworkException: Request failed (kt-quotes).
Sign In or Register to comment.