error while trying to access token

DITamse
Hi ,

Getting the below exception while trying to retrieve the access token
Exception in thread "main" com.zerodhatech.kiteconnect.kitehttp.exceptions.TokenException
at com.zerodhatech.kiteconnect.kitehttp.KiteResponseHandler.dealWithException(KiteResponseHandler.java:48)
at com.zerodhatech.kiteconnect.kitehttp.KiteResponseHandler.handle(KiteResponseHandler.java:20)
at com.zerodhatech.kiteconnect.kitehttp.KiteRequestHandler.postRequest(KiteRequestHandler.java:85)
at com.zerodhatech.kiteconnect.KiteConnect.renewAccessToken(KiteConnect.java:198)

Please help me to resolve this issue.

Thanks,
Dinesh
  • rakeshr
    @DITamse
    com.zerodhatech.kiteconnect.kitehttp.exceptions.TokenException
    It's token exception.Can you check if you are given correct API key and API Secret?
  • DITamse
    Hi Rakesh,

    Yes, I am able to get the API key and API Secret.
Sign In or Register to comment.