zenbot icon indicating copy to clipboard operation
zenbot copied to clipboard

getTrades() returned duplicate results (cexio.BTC-USD)

Open johngirvin opened this issue 6 years ago • 2 comments

Getting the below error attempting to backfill cexio.BTC-USD. Also the --days parameter seems to be ignored with this exchange, or I'm using it wrong.

# zenbot --version
4.0.5

# zenbot backfill cexio.BTC-USD
skipping 10383 hrs of previously collected data

cexio.BTC-USD saved 1000 trades 791 days left
.
error: getTrades() returned duplicate results
{ product_id: 'BTC-USD', from: 376024 }
{ product_id: 'BTC-USD', from: 376024 }

# zenbot backfill --days 14

skipping 10383 hrs of previously collected data

cexio.BTC-USD saved 1000 trades 791 days left
.
error: getTrades() returned duplicate results
{ product_id: 'BTC-USD', from: 376024 }
{ product_id: 'BTC-USD', from: 376024 }

johngirvin avatar Nov 27 '17 23:11 johngirvin

Is this bug still active on the latest unstable?

DeviaVir avatar Feb 28 '18 11:02 DeviaVir

Still active on latest unestable

berinhardt avatar Apr 11 '19 13:04 berinhardt