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.29k stars 438 forks source link

AttributeError: type object 'Client' has no attribute 'synced' #16

Closed izzy84 closed 5 years ago

izzy84 commented 5 years ago

FAILURE INITIALIZE Traceback (most recent call last):

File "C:\Users\izzy\Documents\arbitrage project\Private_TriArbBot.py", line 555, in run() File "C:\Users\izzy\Documents\arbitrage project\Private_TriArbBot.py", line 71, in run initialize_arb() File "C:\Users\izzy\Documents\arbitrage project\Private_TriArbBot.py", line 100, in initialize_arb status = Client.synced('get_system_status()') AttributeError: type object 'Client' has no attribute 'synced'

Roibal commented 5 years ago

Hi @izzy84 -- First off, you are using an older version of the triangular arbitrage bot, the newest one is simply called crypto_tri_arb.py (or something similar) in the main folder. Secondly, the reason for the 'synced' was due to the error "order time is 1000 ms ahead of binance time" that many of us have faced. The newest bot does not rely on synced.