Facing kite.quote error from morning

aryankejriwal4
Traceback (most recent call last):
File "C:\Users\Rayan Kejriwal\Desktop\Trade\newcode.py", line 1874, in fun_update_priceband
res = self.kite.quote(listk)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Rayan Kejriwal\AppData\Local\Programs\Python\Python311\Lib\site-packages\kiteconnect\connect.py", line 582, in quote
data = self._get("market.quote", params={"i": ins})
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Rayan Kejriwal\AppData\Local\Programs\Python\Python311\Lib\site-packages\kiteconnect\connect.py", line 861, in _get
return self._request(route, "GET", url_args=url_args, params=params, is_json=is_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Rayan Kejriwal\AppData\Local\Programs\Python\Python311\Lib\site-packages\kiteconnect\connect.py", line 926, in _request
raise ex.DataException("Couldn't parse the JSON response received from the server: {content}".format(
kiteconnect.exceptions.DataException: Couldn't parse the JSON response received from the server: b"

504 Gateway Time-out

\nThe server didn't respond in time.\n\n"
, Couldn't parse the JSON response received from the server: b"

504 Gateway Time-out

\nThe server didn't respond in time.\n\n"
  • aryankejriwal4
    my listk= [13576706, 13575170, 13573634, 13577218, 13573122, 13578242, 13570050, 13582338, 13586434, 13561858, 13590274, 13590530, 13557762, 13590786, 13558018, 13591042, 13558274, 13558530, 13574914, 13583362, 13558786, 13559042, 13583618, 13583874, 13559298, 13559554, 13592322, 13584130, 13592578, 13592834, 13568514, 13560322, 13593090, 13560578, 13593346, 13576962, 13568770, 13585154, 13569026, 13585410, 13560834, 13593602, 13577474, 13561090, 13593858, 13569282, 13561346, 13577730, 13594114, 13561602, 13594370, 13577986, 13569794, 13594626, 13562114, 13594882, 13578498, 13570306, 13586690, 13570562, 13586946, 13578754, 13562370, 13557250, 13562626, 13587202, 13554434, 13565442, 13571074, 13587458, 13554690, 13562882, 13595650, 13579522, 13563138, 13595906, 13571330, 13587714, 13554946, 13581826, 13571586, 13587970, 13555202, 13563394, 13596162, 13563650, 13596418, 13571842, 13588226, 13555458, 13557506, 13572098, 13588482, 13555714, 13563906, 13572354, 13588738, 13555970, 13573890, 13572610, 13588994, 13556226, 13597186, 13582082, 13564674, 13597442, 13572866, 13589250, 13556482, 13589506, 13556738, 13597698, 13581570, 13565186, 13573378, 13589762, 13556994, 13590018]
  • sujith
    You may try using Websocket API.
Sign In or Register to comment.