attribute error after posting the request access token

SAPANKHUNTIA
Hi all,
I'm new to python as well as Algo trading. After posting the request access token im getting an error.

kite.request_access_token('request_access_token_data', api_secret)

After running this I'm getting an error that is

AttributeError: 'KiteConnect' object has no attribute 'request_access_token'

someone please help me out and explain why this happened.

Thank you
Sapan
  • rakeshr
    kite.request_access_token('request_access_token_data', api_secret)
    Instead of request_access_token, it should be generate_session.
    Go through this example to know more.
Sign In or Register to comment.