This is the NuGet package I am using - hope its official one.
https://github.com/zerodhatech/dotnetkiteconnect Version 3.01
There are no updates available for this package.
There is no additional stack trace - entire ex.message is "Request preparat…
@Jegan I am not able to get past this issue. If it continues, then will need to change the logic to check the trades. Will need to rely on order data - but it has other hassles like taking care of partially filled orders and then grouping and summar…
I debugged it further, and it is failing at Kite.GetOrderTrades(OrderID) as well.
So you can try those methods related to getting traded order information and should be able to repro it easily.
As Jegan mentiond, the problem is not while placing the order. Order is placed successfully.
However, when i try to run Dim KiteAllOrders As List(Of KiteConnect.Order) = Kite.GetOrders(), it throws the error. And this error is continuous (for me si…