hi,
please dont release for the sake of releasing. I believe you do rigorous testing with the mock trading opportunities given by exchanges every month. In the last month I faced problems where my orders were not executed, unable to cancel and your…
hi zerodha,
its my opinion that the technical queries need to be answered/acknowledged fairly quickly in this forum. 08040402020 support personnel never answer these queries and support@zerodha just gives ticket number and not the response/solution…
I also have face this problem. I have abandoned believing in any of ZERODHA summary reports. I maintain my own off-line. The only reliable thing is the time-stamp and price, volume of trade for the day. Nothing else works. "502 bad gateway" error is…
hi, amd getting following repeated error for the code
positions=kite.positions()['net'];
Error is
File "/usr/local/bin/python3/kiteconnect/__init__.py", line 364, in positions
return self._get("portfolio.positions")
File "/usr/local/bin/…
hi,
further on on_tick(). I will move the overhead out of on_tick() itself. But before that, I saw that its being called in _on_data(): code snippet is below:
def _on_data(self, ws, data, resp_type, data_continue): …
hi,
did increased reconnect_tries from 50 to 300
kws.enable_reconnect(reconnect_interval=5, reconnect_tries=300).
1.what will happen when the reconnect_tries counter reduces to ZERO without getting connected? does the program exit() or will it reloa…
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 supplie…
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?
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