Roibal / Cryptocurrency-Trading-Bots-Python-Beginner-Advance

Crypto Trading Bots in Python - Triangular Arbitrage, Beginner & Advanced Cryptocurrency Trading Bots Written in Python
https://www.youtube.com/channel/UCVTnyT4fUxYkvawbggo8-AQ
MIT License
1.26k stars 433 forks source link

Error - FAILURE INITIALIZE #21

Closed ghost closed 5 years ago

ghost commented 5 years ago

BinanceTriArbTrader.py Everything installed. Correct, working, new Binance API keys in BinanceKeys.py.

'\nExchange Status: ', {u'msg': u'normal', u'status': 0}) [] LOADING BALANCES FROM BINANCE

FAILURE INITIALIZE

Restarting

Roibal commented 5 years ago

I will change the code to printing the error which will help with debugging.

Roibal commented 5 years ago

@1221328 - I have updated the 'TriArbTrader.py' bot to print out the error, and it's much better for debugging. Please use updated code to see proper error printing to the screen , post here and we will be able to identify the problem better.