Hi @ankur0101, We understand your concern, technical issues which are not under our control are bound to happen. We ensure to keep downtime as low as possible. You can check out another thread wherein a user has similar concern.
another error May 4th, this is a repeatedly occurring error. error=[Errno 104] Connection reset by peer (for tick based webSocket data) please suggest/help
Sujith, seems its only updated locally. "pip install kiteconnect " still fetches 3.4.1 version... Also the README.md isnt updated.. looks like half baked update.... can you check this?
Sujith, are you sure that 3.5 is tested? I get the following error {kws.connect exception=_create_connection() takes 1 positional argument but 2 were given}
looks like _create_connection() module needs a fix to add additional uniq ID being supplied. please Confirm this ASAP and the fix too Thanks
There was some issue with our vendor TR. It should be resolved by now.
We understand your concern, technical issues which are not under our control are bound to happen.
We ensure to keep downtime as low as possible. You can check out another thread wherein a user has similar concern.
error=[Errno 104] Connection reset by peer (for tick based webSocket data)
please suggest/help
Which Kite Connect client are you using?
Can you try new beta pykiteconnect with reconnection feature?
Link for the repository is here.
Only change you need to make to your code will be enabling auto reconnect (it is not enabled by default)
kws.enable_reconnect(reconnect_interval=5, reconnect_tries=50)
seems its only updated locally. "pip install kiteconnect " still fetches 3.4.1 version... Also the README.md isnt updated.. looks like half baked update....
can you check this?
It is still a beta version, but it should serve your purpose. We will be releasing it soon.
are you sure that 3.5 is tested? I get the following error
{kws.connect exception=_create_connection() takes 1 positional argument but 2 were given}
looks like _create_connection() module needs a fix to add additional uniq ID being supplied.
please Confirm this ASAP and the fix too
Thanks