I am not sure how to provide you with the final url of the request.
The issue started after 10:50 am TATAGLOBAL - Curr price below sell price | Pr Diff 0.40 Trigger range {u'start': 585.35, u'end': 626.3, u'percent': 7.0} AUROPHARMA AUROPHARMA - Close SELL Order failed - Route not found
This error message can happen when the order id is invalid or order id doesn't exist or order id doesn't exist under cover order but exist in normal order.
If you are modifying second leg cover order then order type is SL-M, but it has nothing to do with the issue you are facing. If you enable debug mode then you can see the URL. Give it a shot.
exchange=NSE
order_type=MARKET
product=co
validity=DAY
buystock=BUY
sellstock=SELL
variety=co
access_token = kite.set_access_token(data["access_token"])
self.sl_id = kite.order_modify(order_id=self.sl_id, parent_order_id = self.primary_id , exchange=exchg, tradingsymbol=self.symbol,trigger_price= price,product = product, variety= variety)
I am not sure how to provide you with the final url of the request.
The issue started after 10:50 am
TATAGLOBAL - Curr price below sell price | Pr Diff 0.40
Trigger range {u'start': 585.35, u'end': 626.3, u'percent': 7.0} AUROPHARMA
AUROPHARMA - Close SELL Order failed - Route not found
If you are modifying second leg cover order then order type is SL-M, but it has nothing to do with the issue you are facing.
If you enable debug mode then you can see the URL. Give it a shot.