BTw, this is not just with me, I see this is with everyone. I have other accounts where same error is being generate and they all have valid API keys. Just checked with friends they also have same issue. This was ok until last night 10PM. that was l…
in case you need code below is extract of it
@app.route('/orderupdate', methods=['POST'])
async def OrderUpdate():
# Extract the postback data from the request payload
postback_data = request.get_data()
#print(postback_data)
…
I know it may not be wise design but I am running out of ideas here. so do you think every time I transact with api I do following will be any problem :
kite = KiteConnect(api_key=api_key)
do my trans : i.e, place buy order, trailling order ,sell o…
Hi @sujith , observed something which might help you address my problem may be.
kite = KiteConnect(api_key=api_key) #,pool=pool, timeout=15)
kite.set_access_token(token_key)
# ClientMgmt.UpdateClientBalance(kite,client.ClientID)
return…
@sujith, to make sure any firewal issues I wrote few lines which places AMO order and cancels it. Sorry for spam on your system but I ran few order placement and cancellations in loop with some wait time and results : Not a single order failed : See…
Even I am getting same error. My access_token is correct since I am using same to access kite.quote() or kite.orders() and those calls are fetching me data back but doesnt work in case of websocket
Hi Rakesh, below is piece of code. I am calling kite.quote with bank nifty instrument token
Error message I have written is to capture all my exceptions. I dont see any issue with my end. kite.quote is randomly failing once in while
------------…
I also get this..
ERROR:root:Exception occurred in BankNiftySpot function at 2023-06-06 15:55:37
Traceback (most recent call last):
File "C:\DDrive\Python\lib\site-packages\urllib3\connectionpool.py", line 449, in _make_request
six.raise_from…