Login Failed

varaprasady
Dear sir,
today im not able to get accesscode and it giving parses error...please resolve the issue asap...
thanks and regards
  • tonystark
    Hi @varaprasady,

    Which .Net client library are you using? We just tried with the official .Net client and it seems to work fine.
  • varaprasady
    dear sir,
    im using kiteconnect.dll .
    it was working fine till yesterday...im using this past 2 months...
    error:
    Unable to parse the response. Use ResponseData property to get original response.

    at User user = kite.RequestAccessToken(requestToken, MySecret);
  • tonystark
    tonystark edited November 2017
    Hi @varaprasady,

    Try this code to get the actual response data and post it here:
    try
    {
    user = kite.RequestAccessToken(requestToken, MySecret);
    }catch(ParseException e)
    {
    Console.WriteLine(JsonSerialize(e.ResponseData));
    }
Sign In or Register to comment.