KiteTicker not working

deepak_t



When I try to download tick data, I am getting following error.
ERROR:kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (WebSocket connection upgrade failed (403 - Forbidden))

Please refer to image for my code and kite connect version details. Please help if anybody knows the solution.

api_key is my apps API Key
access_token is request_token from ''https://kite.trade/connect/login?api_key=xxx&v=3" after logging in
  • sujith
    You seem to be sending a wrong access token. You need to use the request token to fetch an access token.
    For more information, check out the documentation here.
Sign In or Register to comment.