I am just trying to get the example given on the github repo. But I am getting following error ERROR:kiteconnect.ticker:WebSocket connection lost: [Failure instance: Traceback (failure with no frames): : Con
@rakeshr I did that but i am still facing the same problem ERROR:kiteconnect.ticker:WebSocket connection lost: [Failure instance: Traceback (failure with no frames): : Connection was aborted locally, using. ]. ERROR:kiteconnect.ticker:WebSocket connection lost: [Failure instance: Traceback (failure with no frames): : Connection was aborted locally, using. ]. ERROR:kiteconnect.ticker:Try reconnecting. Retry attempt count: 1
Hi @gsuryagandh, Below are the errors in your code: 1> You need to pass 'access_token', as parameter in kiteTicker, but you are sending Request_token. 2>Callbacks need to be assigned , after the function definition.
Make sure you are on latest latest Kite connect python client.Update using: pip install kiteconnect --upgrade.
I did that but i am still facing the same problem
ERROR:kiteconnect.ticker:WebSocket connection lost: [Failure instance: Traceback (failure with no frames): : Connection was aborted locally, using.
].
ERROR:kiteconnect.ticker:WebSocket connection lost: [Failure instance: Traceback (failure with no frames): : Connection was aborted locally, using.
].
ERROR:kiteconnect.ticker:Try reconnecting. Retry attempt count: 1
Below is my sample code
Below are the errors in your code:
1> You need to pass
'access_token
', as parameter in kiteTicker, but you are sending Request_token.2>Callbacks need to be assigned , after the function definition. 3>You are missing
's'
fromkws.on_tick
callback.Refer to this code on documentation.