Running this command:
jesse import-candles Bitfinex BTCUSD 2016-01-01
I get this after some time:
Importing 1621 days candles from "Bitfinex" for "BTCUSD". Duplicates will be skipped. All good? [Y/n]:
Importing candles... [##########--------------------------] 27%
============================== EXCEPTION TRACEBACK:
File "/home/gabri/.local/bin/jesse", line 11, in <module>
load_entry_point('jesse', 'console_scripts', 'jesse')()
File "/home/gabri/.local/lib/python3.8/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/home/gabri/.local/lib/python3.8/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/home/gabri/.local/lib/python3.8/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/gabri/.local/lib/python3.8/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/gabri/.local/lib/python3.8/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/home/gabri/shared/jesse/jesse/__init__.py", line 254, in import_candles
import_candles_mode.run(exchange, symbol, start_date)
File "/home/gabri/shared/jesse/jesse/modes/import_candles_mode/__init__.py", line 73, in run
candles = driver.fetch(symbol, temp_start_timestamp)
File "/home/gabri/shared/jesse/jesse/modes/import_candles_mode/drivers/bitfinex.py", line 77, in fetch
'volume': d[5]
=========================================================================
Uncaught Exception: IndexError: string index out of range
Is there an hole on the bitfinex candles, is that the issue?