kite.trades() error

c00kie
c00kie edited September 2017 in Python client
kite.trades() is giving an error here is the trace
Traceback (most recent call last):
  File "test.py", line 5, in <module>
print(kite.trades())
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/kiteconnect/__init__.py", line 360, in trades
return self._get("trades")
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/kiteconnect/__init__.py", line 464, in _get
return self._request(route, "GET", params)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/kiteconnect/__init__.py", line 542, in _request
if data["status"] == "error":
Tagged:
  • sujith
    Hi @c00kie,
    It seems to be working fine. Can you private message the client id and have you placed any orders today?
Sign In or Register to comment.