Connection closed: 1006 - connection was closed uncleanly (WebSocket connection upgrade failed (403

surya99
surya99 edited March 23 in Python client
Hi,

I newly created a app in kite connect and have only one app, I have provided the API_KEY and generated the ACCESS_TOKEN and provided as below
kite = KiteConnect(api_key=API_KEY)
kite.set_access_token(ACCESS_TOKEN)

its throwing connection closed error message with 403 forbidden.

anyone has idea what causing this issue ?

  • nagavenij
    You might be entering the wrong access_token for authentication. You can go through this documentation, to understand flow to generate login session.
Sign In or Register to comment.