You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2023-11-24 05:49:05,986: ERROR] Exception buffered_orders: 'NoneType' object is not subscriptable
Traceback (most recent call last):
File "/home/ubuntu/.local/lib/python3.10/site-packages/martin_binance/margin_wrapper.py", line 1122, in buffered_orders
await cancel_order_handler(_id, cancel_all=False)
File "/home/ubuntu/.local/lib/python3.10/site-packages/martin_binance/margin_wrapper.py", line 1455, in cancel_order_handler
cls.strategy.on_cancel_order_success(_id, cancel_all=cancel_all)
File "/home/ubuntu/.local/lib/python3.10/site-packages/martin_binance/executor.py", line 2904, in on_cancel_order_success
if self.check_min_amount(amount=_order['amount'], price=_order['price']):
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: