yasinkuyu / binance-trader

💰 Cryptocurrency Trading Bot for Binance (Experimental)
2.51k stars 826 forks source link

Error in the middle of trading #188

Open PlayboySatoshi opened 6 years ago

PlayboySatoshi commented 6 years ago

Exception in thread Thread-5009: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 754, in run self.target(*self.args, **self.kwargs) File "./app/Trading.py", line 98, in sell if buy_order['status'] == 'FILLED' and buy_order['side'] == "BUY": TypeError: 'bool' object has no attribute 'getitem__'

Any help please?

AxelDeneu commented 6 years ago

Binance where experiencing some problems with their website. This might be the reason your script crashed. Mine crashed too with an uncommon error.