with go install -x github.com/zerodha/gokiteconnect/v4@latest
get https://proxy.golang.org/github.com/@v/list
get https://proxy.golang.org/github.com/zerodha/gokiteconnect/v4/@v/list
get https://proxy.golang.org/github.com/zerodha/gokiteconnect/@v/l…
Hi @JeetKumar
We understand the situation and can sympathise with your plight. However, we can't make an exception to complying with SEBI rules. SEBI is going to mandate 2FA for all the across the brokers soon.
@matti
so SEBI has not mandated yet. …
How is this an experiment of any kind? We're simply adding a layer of security to the account. how sure are you that your system can handle the TOTP requests on time when many users try to login to APIs. have you tried testing this?
@sujith, as ticks are frequent and event based, if we create new thread on each onTicks callback would be too heavy I think.
why KiteTicker class do not have threaded model in JAVA? any particular reason?
@rakeshr
it should have been data['variety'] instead of data['product']
I didn't pay much attention since both shows cover order.
but the problem is
data['variety'] = "co", whereas
data['product'] = "CO" (in caps)
I didn't thought, it would be…
I'm using the same kite object, which I used to place an order ( which is successful)
yes, api_key and access token are correct.
is it something to do with the thread?
further more to test, I tried with thread
it's also returning same kiteconnect.exceptions.InputException: Invalid `api_key` or `access_token`.
Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py…
@sujith
I'm getting order_update callback.
problem is when I subscribe to the futures token data['instrument_token'], I'm not getting on_tick callback
it's working for equity though.
subscribe logic is same for both
@rakeshr thanks for the response and for link to token list
I'm assigning these callbacks
kws.on_ticks = on_ticks
kws.on_close = on_close
kws.on_error = on_error
kws.on_connect = on_connect
kws.on_reconnect = on_reconnect
kws.on_noreconnect = on_no…