You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python3.6/site-packages/ccxt/async/hitbtc2.py", line 291, in fetch_open_orders
return self.parse_orders(response, market)
File "/usr/local/lib/python3.6/site-packages/ccxt/base/exchange.py", line 788, in parse_orders
return [self.parse_order(order, market) for order in orders]
File "/usr/local/lib/python3.6/site-packages/ccxt/base/exchange.py", line 788, in <listcomp>
return [self.parse_order(order, market) for order in orders]
File "/usr/local/lib/python3.6/site-packages/ccxt/async/hitbtc2.py", line 254, in parse_order
timestamp = lastTime.getTime()
AttributeError: 'int' object has no attribute 'getTime'
ccxt==1.9.341
The text was updated successfully, but these errors were encountered:
ccxt==1.9.341
The text was updated successfully, but these errors were encountered: