same here , it keeps logging off since yesterday. It was working perfectly until last friday
ERROR:kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (peer dropped the TCP connection without previous WebSocket closing hands…
Yes it is intermittent and sporadic , this happened only today since morning. I placed 10 trades and few were rejected. later after a few hours I tried placing 1 order of SBIN, same result. Just now placed another order @ 1:13 pm , same result. Plea…
I agree. Regular update on the progress made with an ETA for resolution when the issue is noticed.
I do hope a rigorous testing is done before releasing anything to clients.
Read timed out errors. Also FYI, I am sending only sending 1 request at a time every 3 seconds.
INFY Historical 5MIN data fetching failed HTTPSConnectionPool(host='api.kite.trade', port=443): Read timed out. (read ti
meout=7)
AUROPHARMA Historical 5…
let me rephrase the issue - we are sending only 1 api request to fetch historical data every 3 seconds for about 60 scripts. It was working fine until last Friday . The exceptions have increased and is very random while fetching historical data sin…
Just figured out that you have introduced a small checkbox which says " log in to kite web as well" . I just enabled it and it's working perfectly now. I assume this checkbox was introduced yesterday evening. You can now close this ticket.
If this (https://kite.zerodha.com/dashboard/?login=true) is not the correct way to view the kite page, then let me know which link to use to view the orderbook etc...
After successfully logging : http://127.0.0.1/?request_token=vfJv4kDWriM56hpqsiRIT1ccLrtFVImy&action=login&status=success"
I run my program. later to view the order book. I use this link "https://kite.zerodha.com/dashboard/?login=true". just…
OK, So what do you suggest I do, if the modify order is accepted at your end but not registered in the exchange/reflected in the order book. As I did not get any exception message while placing the modify order. hence assume that it is accepted and…
I will try to replicate it tomorrow and let you know. I hope there are no restrictions on the amount of modify orders being sent to the exchange via your servers. As I recollect, I was on more than 5-6 trades at a time and a modify order was sent to…
Thanks , I referred to the code .
When is send a CO , and try to modify the SL , it doesn't seem to modify the trigger price . Sending the snippet for reference
order placement -
access_token = kite.set_access_token(data["access_token"]) # add thi…
Sujith : Are you suggesting I include this as part of my code to help resolve it ? currently I have only on_tick and on_connect in my code. Please advise
def on_close(ws):
ws.reconnect()
def on_error(ws,error):
print("on_error in websockets::",e…
Thanks Sujith and Pinkpanther. I am using python and there are no major IO operations other than adding a timestamp to the incoming tick and diverting the ticks received to mongodb. I will review the reconnection feature.
Thanks