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.