☰
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
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
July 2018
TUSH123
July 2018
rakeshr
error after upgrading to latest kiteconnect lib
TUSH123
July 2018
in
Python client
below is the error logged, any idea what it could be?
ERROR:kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (None)
ERROR:kiteconnect.ticker:Connection closed: 1006 - connection was closed uncleanly (None)
rakeshr
July 2018
@TUSH123
Can you paste your complete code?
TUSH123
July 2018
its happening for MCX only and in on_ticks function.
I will share my code as well, this was not happening before update when i was using beta version of kiteconnect v3 api
rakeshr
July 2018
@TUSH123
Are you calling
on_close
method , in between?Better, if you can paste your complete code here.
TUSH123
July 2018
this is not resolved, still lots of error in log, how can i share you complete file over email?
rakeshr
July 2018
@TUSH123
Are all logged error similar ? Can you paste here complete error trackback of majorly occuring error.
TUSH123
July 2018
yes all logs are similar and i am really puzzled and its started only after upgrading kiteconnect api
ERROR:kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (None)
ERROR:kiteconnect.ticker:Connection closed: 1006 - connection was closed uncleanly (None)
TUSH123
July 2018
yesterday one more log added
ERROR:kiteconnect.ticker:Connection closed: 1006 - connection was closed uncleanly (WebSocket connection upgrade failed (200 - OK))
rakeshr
July 2018
@TUSH123
Can you go through
this thread
?
Make sure, there is no assignment related error on_tick method.
This discussion has been closed.
Can you paste your complete code?
I will share my code as well, this was not happening before update when i was using beta version of kiteconnect v3 api
Are you calling
on_close
method , in between?Better, if you can paste your complete code here.Are all logged error similar ? Can you paste here complete error trackback of majorly occuring error.
ERROR:kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (None)
ERROR:kiteconnect.ticker:Connection closed: 1006 - connection was closed uncleanly (None)
ERROR:kiteconnect.ticker:Connection closed: 1006 - connection was closed uncleanly (WebSocket connection upgrade failed (200 - OK))
Can you go through this thread?
Make sure, there is no assignment related error on_tick method.