Are you suggesting to use "PORT = 5010 ,HOST = "127.0.0.1" instead of "server="wss://ws.kite.trade?api_key=xxxx&access_token=xxxx",port=80 ?
sorry i can not find any example related to socket and or socket.connect()?,
@sujith @Kailash @vivek @nithin @ i am using time delay in my program, so that number of request per second will be optimal.
Apart from that as per my knowledge if there is problem with "too many requests in server",then Logically program should …
again faced error
DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "GET /portfolio/positions HTTP/1.1" 500 102
error :
GeneralException: Error fetching API session.
you can see my problem....i can not run the program for even 1 hours and…
now again i faced error (this is different then previous one)
Debug .......
"DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "GET /quote/ltp?i=2867969 HTTP/1.1" 200 86"
error :
ReadTimeout: HTTPSConnectionPool(host='api.kite.trade', port=…
now i faced another error:
SSLError: HTTPSConnectionPool(host='api.kite.trade', port=443): Max retries exceeded with url: /portfolio/positions (Caused by SSLError(SSLError("bad handshake: SysCallError(-1, 'Unexpected EOF')",),
if everything is fine from kite connect,then how can you logically justify below things.
code runs fine and precisely for while.(it implies that no error in coding and syntax)
code gives desire out put for while.(it implies that no logical blunder…
How to check API key is not valid.I saw same api key since i bought kiteConnect package(almost 3 weeks)
I use API KEY which displayed in "https://kite.trade/" my login account(or APP)
@sujith I simply open the website "https://developers.kite.trade".Get my API key and Secret and then use python for programming.
but if you mean kite version, then i do not upgrade my kite to new kite 3.0.
@sujith please reply and solve this problem.I have to run my app again and again due to this error. It feels like doing manual work even after making app in kiteconnect.
only running after just 5 to 8 min, program is terminated due to this error.I …
@sujith i am trying to make strategy. in that strategy when stock price goes down with respect to price at which stock was bought.Stock will be sold out.For that i need price at which i have already bought the stock and Last traded price so i can c…
thanks again. i wrote:
def ltp(self,instruments):
return self._get("market.quote.ltp",{"i":instruments})
i want ltp of NSE:INFY. But i am facing trouble in calling that ltp() function.please help me.thanx