About token verification

kanvi915
kanvi915 edited November 2020 in .Net API client
Hello team,

I completely not understand what is going on with my api. today operation time out occurs while verifying access token.
Tell me what should i do?


Consider the debugger logs.

DEBUG: POST https://api.kite.trade/session/token
api_key=X&request_token=X&checksum=X
DEBUG: Content-Type: application/x-www-form-urlencoded
DEBUG: User-Agent: KiteConnect.Net/1.0.0.0
DEBUG: X-Kite-Version: 3
DEBUG: Authorization: token X
Exception thrown: 'System.Net.WebException' in System.dll


Thanks.
  • rakeshr
    You can refer to this thread.
  • kanvi915
    I have already changed old user agent to the new user agent

    DEBUG: Content-Type: application/x-www-form-urlencoded
    DEBUG: User-Agent: KiteConnect.Net/3.0.7.0
    DEBUG: X-Kite-Version: 3
    DEBUG: Authorization: token ****
    Exception thrown: 'System.Net.WebException' in System.dll
    The operation has timed out
    The thread 0x226c has exited with code 0 (0x0).

    but still i m getting the operation time out error while verifying access token.

    Should i regenerate api key for the solution or regenerate the api secret ?

  • rakeshr
    You can follow up here. Duplicate question.
This discussion has been closed.