mcardillo55 / cbpro-trader

Automated cryptocurrency trading on Coinbase Pro (formerly gdax-trader)
GNU General Public License v3.0
218 stars 72 forks source link

AttributeError: 'OrderBookCustom' object has no attribute 'process_message' #20

Closed an1uk closed 3 years ago

an1uk commented 3 years ago

Following error showing repeatedly in error.log

Traceback (most recent call last): File "...cbpro-trader\daemon\cbpro-trader.py", line 107, in start product.order_book.process_message(msg) AttributeError: 'OrderBookCustom' object has no attribute 'process_message'