enarjord / passivbot

Trading bot running on Bybit, Bitget, OKX, GateIO, Binance and Hyperliquid
https://www.passivbot.com
Other
1.09k stars 413 forks source link

TypeError: string indices must be integers #429

Open chepo92 opened 9 months ago

chepo92 commented 9 months ago

I am trading on Binance and using clock_mode. Using docker Right after starting passivbot I get an error:

Traceback (most recent call last):
  File "/passivbot/exchanges/binance.py", line 442, in execute_batch_orders
    return [
  File "/passivbot/exchanges/binance.py", line 445, in <listcomp>
    "side": ex["side"].lower(),
TypeError: string indices must be integers