TheFourGreatErrors / alpha-rptr

A trading bot for automated algorithmic trading on Binance Futures, Bybit, BitMEX and FTX written in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug Error

Nai-mul opened this issue · comments

when I tryed to start bot by command - python3 main.py --account binanceaccount1 --exchange binance --pair BTCUSDT --strategy Doten

Is showing callback error

2021-06-14 14:31:28,628 - ERROR - error from callback <bound method BinanceFuturesWs.__on_message of <src.binance_futures_websocket.BinanceFuturesWs object at 0x762c2351c0>>: __on_message() missing 1 required positional argument: 'message'

Hi, using older version of websocket-client==0.52.0 should work.

Remove numpy and install again... this solved this error for me