Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HitBTCv2 async open order issue #460

Closed
nmiculinic opened this issue Nov 4, 2017 · 2 comments
Closed

HitBTCv2 async open order issue #460

nmiculinic opened this issue Nov 4, 2017 · 2 comments
Assignees

Comments

@nmiculinic
Copy link
Contributor

 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

@nmiculinic
Copy link
Contributor Author

nmiculinic commented Nov 4, 2017

issue persists in newest version; 1.9.361

@kroitor kroitor self-assigned this Nov 4, 2017
@kroitor
Copy link
Member

kroitor commented Nov 4, 2017

Thank you for reporting this! Will fix right away!

@kroitor kroitor closed this as completed in a917a11 Nov 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants