Closed RC-13 closed 1 year ago
2023-01-24 15:26:15,175 - 44178 - hummingbot.connector.derivative.binance_perpetual.binance_perpetual_derivative.BinancePerpetualDerivative - ERROR - Failed to cancel order x-3QreWesySDEUT5f2fd6db861c256c9
Traceback (most recent call last):
File "/Users/patrick/Documents/HB/inj_batch/hummingbot/connector/derivative/binance_perpetual/binance_perpetual_derivative.py", line 208, in _place_cancel
cancel_result = await self._api_delete(
File "/Users/patrick/Documents/HB/inj_batch/hummingbot/connector/exchange_py_base.py", line 1089, in _api_delete
return await self._api_request(*args, **kwargs)
File "/Users/patrick/Documents/HB/inj_batch/hummingbot/connector/derivative/binance_perpetual/binance_perpetual_derivative.py", line 816, in _api_request
raise IOError(f"Error executing request {method.name} {path_url}. "
OSError: Error executing request DELETE /order. HTTP status is 400. Error: {"code":-2011,"msg":"Unknown order sent."}
Closing this bug report. PR was already closed.
Describe the bug When running the
batch_order_update.py
, we have observe a failure to cancel order in multiple exchanges. Orders are expected to get canceled after 10 sec, however, they fail to get canceled with the following error:Behavior is seen when using the following exchanges:
Steps To Reproduce
Release version Version: dev-1.12.0
Attachments logs_batch_order_update.log