WebSocket connection upgrade failed 403 - Forbidden

muthu0101
Just I install kiteconnect using pip install --upgrade kiteconnect, after that I am trying to use the below websocket example

https://github.com/zerodhatech/pykiteconnect#websocket-usage

and I getting this error. I confirmed the api_key is correct and access_token I used the request_token from login return URL.

ERROR:kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (WebSocket connection upgrade failed (403 - Forbidden))
ERROR:kiteconnect.ticker:Connection closed: 1006 - connection was closed uncleanly (WebSocket connection upgrade failed (403 - Forbidden))

Process finished with exit code 0
This discussion has been closed.