Update:
TOTP set/configured and logged in with TOTP and this is what i used and its working now.
You can close this thread now. Thanks.
OrderParams orderParams = new OrderParams();
orderParams.quantity = 100;
orderParams.orderT…
do u have TOTP set..?
I think the problem is same --- https://kite.trade/forum/discussion/10683/whats-wrong-in-this-order
I have set my TOTP after market hrs, now i will test tomm. lets hope for the best.
i dont want 2FA eith thru GA or TOPTP..i have not enabled also, Why i m getting this. I am just running my webapp in auto mode, why i have to go to this route.
Getting this exception.
Eror code:::com.zerodhatech.kiteconnect.kitehttp.exceptions.InputException::::::::null::::null
com.zerodhatech.kiteconnect.kitehttp.exceptions.InputException
at com.zerodhatech.kiteconnect.kitehttp.KiteResponseHandler.dealW…
Even though i logged in at around 930/10 am, this happens with me, yesterday at 3PM, i got
com.zerodhatech.kiteconnect.kitehttp.exceptions.TokenException.
@sujith , okies.
Now wrt to the cancelOrder, my implemented factoryPattern was referring to the two Constants one zerodha another one was mine which was returning Constants.variety as null, that caused the above said exception from the kite api.
I…
@sujith
FYI, In old API this was working -
My program fired a CO for HINDALCO, got orderID - 180220000275878
It generates a child order (triggerpending) with id 180220000275888
So -
Parent orderId[180220000275878],childOrderId[180220000275888]
…
@sujith
hey man, seems i m paying for the raising bugs in ur latest kite3 APIs.
pls check this thread -
https://kite.trade/forum/discussion/3403/important-kite3-api-bug-seems
@Vivek - I m using kiteconnect 3.0.0-SNAPSHOT jar.
Here is the exception i m getting while fetching 1 min data thru getHistoricalData API.
com.zerodhatech.kiteconnect.kitehttp.exceptions.InputException
at com.zerodhatech.kiteconnect.kitehttp.KiteR…
@sashiks1009 ,
As maven repo is not yet updated.
Here is how to include in ur local repo.
mvn install:install-file -Dfile=/Users/shai/git/javakiteconnectkite3/dist/kiteconnect.jar \
-DgroupId=com.rainmatter.kiteconnect -DartifactId=kiteconnect -Dv…
@sujith - [RESOLVED] - this will be helpful to others.
Here is how to do it - Just for local.
mvn install:install-file -Dfile=/Users/shai/git/javakiteconnectkite3/dist/kiteconnect.jar \
-DgroupId=com.rainmatter.kiteconnect -DartifactId=kiteconnec…