☰
Login
Signup
Home
›
Python 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
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
February 2018
pradkris
February 2018
sujith
KiteTicker V3 is not working (WebSocket connection upgrade failed)
pradkris
February 2018
in
Python client
Websocket used to work for me earlier (V1), but after switching to v3, ticker is not working
Ticker is failing with following msgs:
2018-02-02 15:22:16+0530 [-] Log opened.
2018-02-02 15:22:16+0530 [-] failing WebSocket opening handshake ('WebSocket connection upgrade failed (403 - Forbidden)')
2018-02-02 15:22:16+0530 [-] dropping connection to peer tcp4:52.66.33.111:443 with abort=True: WebSocket connection upgrade failed (403 - Forbidden)
2018-02-02 15:22:16+0530 [-] will retry in 2 seconds
2018-02-02 15:22:16+0530 [-] Stopping factory
Tagged:
KiteTicker_V3
sujith
February 2018
You need to send a valid access token for connecting to Kite ticker. Check out
documentation for more information
.
pradkris
February 2018
Thanks Sujith for the quick reply.
Found the issue, I was using old parameters of WebSocket during Init. Using access_token solves the problem.
This discussion has been closed.
Found the issue, I was using old parameters of WebSocket during Init. Using access_token solves the problem.