☰
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
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
797
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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.