I am seeing this error on multiple days, more evidently right after holidays.
The trade orders are not placed properly. Due to this have seen wrogn orders getting placed even with retry, the same.
In a month i see this at least 3 to 4 days that api's fail, why is this happening ?
{"tags":["OMS","MYUSERID"],"level":"error","message":"placeOrder error [BANKNIFTY2172234800PE-50]: -:NetworkException:No response from server with error code: ECONNABORTED","timestamp":"2021-07-22T03:50:15.960Z"} {"tags":["OMS","MYUSERID"],"level":"error","message":"placeOrder error [BANKNIFTY2172234800CE-50]: -:NetworkException:No response from server with error code: ECONNABORTED","timestamp":"2021-07-22T03:50:15.042Z"} {"tags":["OMS","MYUSERID"],"level":"error","message":"placeOrder error [BANKNIFTY2172234800PE-75]: -:NetworkException:No response from server with error code: ECONNABORTED","timestamp":"2021-07-22T03:50:07.868Z"} {"tags":["OMS","MYUSERID"],"level":"error","message":"placeOrder error [BANKNIFTY2172235200CE-50]: -:NetworkException:Bad Gateway","timestamp":"2021-07-19T03:57:06.966Z"} {"tags":["OMS","MYUSERID"],"level":"error","message":"placeOrder error [BANKNIFTY2172235200PE-75]: -:NetworkException:Bad Gateway","timestamp":"2021-07-19T03:57:02.012Z"} {"tags":["OMS","MYUSERID"],"level":"error","message":"placeOrder error [BANKNIFTY2172235200PE-50]: -:NetworkException:No response from server with error code: ECONNABORTED","timestamp":"2021-07-19T03:50:08.983Z"} {"tags":["OMS","MYUSERID"],"level":"error","message":"placeOrder error [BANKNIFTY2172235200PE-75]: -:NetworkException:No response from server with error code: ECONNABORTED","timestamp":"2021-07-19T03:50:08.696Z"} {"tags":["OMS","MYUSERID"],"level":"error","message":"placeOrder error [BANKNIFTY2172235200CE-50]: -:NetworkException:No response from server with error code: ECONNABORTED","timestamp":"2021-07-19T03:50:07.836Z"} {"tags":["OMS","MYUSERID"],"level":"error","message":"placeOrder error [BANKNIFTY2172235200CE-75]: -:NetworkException:No response from server with error code: ECONNABORTED","timestamp":"2021-07-19T03:50:07.764Z"}
@sujith we are fetching the order book before retrying. The issue is at the kite end with no response on few days. Which is impacting us a lot on our trades. Losses are huge due to wrong or partial order placement sometimes
@sujith yes issue was solved but partially, the issue is occurring with other kite calls. like in fetching order history , orderbook,etc. please do the needful.
PS: If you are doing a retry, you need to fetch orderbook and check before you do a retry of placing the order.
Which is impacting us a lot on our trades. Losses are huge due to wrong or partial order placement sometimes
is there any permanent fix for it?
This should be fine now. We haven't observed this issue from a couple of days.
like in fetching order history , orderbook,etc.
please do the needful.