kiteconnect.exceptions.GeneralException: Route not found

saurabhhuf
Hi,

I am getting this error while trying to cancel an order. Earlier it used to work fine and I am able to do other things like place and modify an order.

File "C:\Python310\lib\site-packages\kiteconnect\connect.py", line 377, in cancel_order
return self._delete("order.cancel",
File "C:\Python310\lib\site-packages\kiteconnect\connect.py", line 834, in _delete
return self._request(route, "DELETE", url_args=url_args, params=params, is_json=is_json)
File "C:\Algo_Kite_BBands\kiteext.py", line 149, in _request
raise exp(data["message"], code=r.status_code)
kiteconnect.exceptions.GeneralException: Route not found
Sign In or Register to comment.