Authentication failed: `request_token` should be minimum 10 characters in length

thiyagu
Hi,
I received "request token" from the generated url. And tried to access "Access token". However, on execution of this statement it gives the below error.
Python - data = kite.generate_session(request_token, api_secret=api_secret)
Request token is of length 32 char.
Error - Authentication failed: `request_token` should be minimum 10 characters in length.

Please help to solve this error.
  • thiyagu
    Thanks. Issue solved by generating access token once again and used with in 5 minutes.
This discussion has been closed.