It looks like you're new here. If you want to get involved, click one of these buttons!
ERROR - HTTPSConnectionPool(host='api.kite.trade', port=443): Max retries exceeded with url: /orders/regular/220405000456393 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))Could you please tell me if this is caused at my end or at Zerodha's?
If for all requests, then it can be because of DNS Server. This article might help.
You need to catch the exception and retry after sometime. But you will have to be careful while retrying a POST or PUT request. For example, if you are facing this issue while placing order, then i would suggest catch the exception and add delay, post that check orderbook before making the request again.