Error while retrieving order data from zerodha through kiteconnect

AmitUM
Hi all,
When an order is placed through a python code via kiteconnect, I should get the order id, but instead I am getting the following error message:
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.kite.trade:443
DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "POST /orders/regular HTTP/1.1" 200 None

Secondly, when I try to retrieve orders or positions from my zerodha account through kiteconnect using python command, I get the following error message:
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.kite.trade:443
DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "GET /orders HTTP/1.1" 200 3845

Can someone please help with this? @sujith @Imran
Tagged:
  • rakeshr
    @AmitUM
    I should get the order id, but instead I am getting the following error message
    when I try to retrieve orders or positions from my zerodha account through kiteconnect using python command, I get the following error message:
    It's not an error, but a complete request/response log. You can go through this example, to understand this.
Sign In or Register to comment.