It looks like you're new here. If you want to get involved, click one of these buttons!
KiteConnect kiteConnect = new KiteConnect(apiKey);
kiteConnect.setUserId(clientId);
kiteConnect.setSessionExpiryHook(new SessionExpiryHook() {
@Override
public void sessionExpired() {
System.out.println("session expired");
}
});
kiteConnect.setAccessToken(accessToken);
kiteConnect.setPublicToken(publicToken);
when i remove this code then it runs perfectly,
I tried many ways but i think it is fault of Kite API.
I am getting this kind of error first time.
@sujith,
this is same program which i am using since one year,
in any program when i call kiteConnect's any method getting same issue,
my many processes stoped because of this.
i sent you code personally.
You can check out this code to know how to enable debugging.
Two http threads are not terminating,
I added you in discussion please see this,
https://kite.trade/forum/messages/1586#Item_28
Thanks for your help and time.
I went through some documentation i am not clear how to do it.
Could you help me please.
Confused with creating a app , Redirect url & Postback url , Dev account.
Regards,
Manasi
Please create new threads for new queries, don't hijack threads. It might help others who are searching for the same.