Ticker not working

jhakasjk
I followed https://github.com/zerodhatech/dotnetkiteconnect/blob/kite3/KiteConnectSample/Program.cs and implemented ticker.
After proper authentication, I passed proper token but it gives me error in ticker.Connect();

It always say
Error: Error while connecting. Message: Unable to connect to the remote server
Error: Error while connecting. Message: The remote server returned an error: (403) Forbidden.
Closed ticker





I saw same issue with other users also (https://kite.trade/forum/discussion/5711/getting-error?)
Can anyone help me here?
  • sujith
    A 403 means your access token is expired and you need to create a new one.
  • jhakasjk
    Thanks, instead of Access token, i was passing request token. It fixed now.
This discussion has been closed.