I am running my app after few days. I am getting an error "Error occured at Kite Error while connecting. Message: The remote server returned an error: (429) Too Many Requests." The app was working fine earlier. @sujith@rakeshr
As the error message states, you are exceeding the rate limit defined here, while making an API request. You need to debug this and add the required delay to be within the defined rate limit.
@rakeshr as I mentioned, this code was working without any change before... I am just executing it after few days. Is there any change recently in last 1 month at Kite end which I should be aware of ?
Which API end-point/call is throwing this rate limit error?
The last update is mentioned here.
From this post: I always wondered on how to create more than one websocket connection. Is there an example?