@MAG This happened today too...this doesn't effects order placement, just the response is broken, I don't get the order id for these odd orders , but now since I have placed order placement under try catch, this time app didn't crashed. I am working…
@trade_then & @tonystark great help guys, I just now need to handle those odd exceptions, I don't know If the order was placed for that request or not but I will still update the code with a try catch block and see what happens next time if this…
Hi @trade_then, today during the market data issue I had a network exception at kite.PlaceOrder which stated it took too long to respond and my app crashed, Please let me know how do you handle such exceptions?
Thanks & Regards.
Currently I am using this fix:
string toBeSearched = "request_token=";
int ix = textBoxAddressBar.Text.IndexOf(toBeSearched);
if (ix != -1)
{
string requestToken = textBox…
Thanks @sujith and @shobhitbaweja for clearing the doubt regarding the Order status, please also clear the air around the odd exemptions that I receive.
Thanks again!!!