☰
Login
Signup
Home
›
.Net API client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
152
Node JS client
39
Go client
791
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
April 2019
jhakasjk
April 2019
sujith
Ticker not working
jhakasjk
April 2019
in
.Net API client
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?
Tagged:
.Net Client with ticker
ticker
kiteticker
image.png
37.6K
error.PNG
19.5K
sujith
April 2019
A 403 means your access token is expired and you need to create a new one.
jhakasjk
April 2019
Thanks, instead of Access token, i was passing request token. It fixed now.
This discussion has been closed.