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
error fetching ohlcvs for ETHUSDT binanceusdm GET https://fapi.binance.com/fapi/v1/exchangeInfo
dumped first ohlcv timestamp cache for binanceusdm ['ETHUSDT']
Traceback (most recent call last):
File "E:\Git\passivbot\harmony_search.py", line 429, in
asyncio.run(main_(algorithm="harmony_search"))
File "D:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "D:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\asyncio\base_events.py", line 647, in run_until_complete
return future.result()
File "E:\Git\passivbot\optimize.py", line 344, in main
await run_opt(args, config)
File "E:\Git\passivbot\optimize.py", line 408, in run_opt
data = await load_hlc_cache(
File "E:\Git\passivbot\downloader.py", line 1291, in load_hlc_cache
df = await download_ohlcvs_binance(symbol, inverse, start_date, end_date, spot)
File "E:\Git\passivbot\downloader.py", line 1164, in download_ohlcvs_binance
start_ts = (await get_first_ohlcv_timestamps(symbols=[symbol]))[symbol]
KeyError: 'ETHUSDT'
The text was updated successfully, but these errors were encountered:
error fetching ohlcvs for ETHUSDT binanceusdm GET https://fapi.binance.com/fapi/v1/exchangeInfo
dumped first ohlcv timestamp cache for binanceusdm ['ETHUSDT']
Traceback (most recent call last):
File "E:\Git\passivbot\harmony_search.py", line 429, in
asyncio.run(main_(algorithm="harmony_search"))
File "D:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "D:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\lib\asyncio\base_events.py", line 647, in run_until_complete
return future.result()
File "E:\Git\passivbot\optimize.py", line 344, in main
await run_opt(args, config)
File "E:\Git\passivbot\optimize.py", line 408, in run_opt
data = await load_hlc_cache(
File "E:\Git\passivbot\downloader.py", line 1291, in load_hlc_cache
df = await download_ohlcvs_binance(symbol, inverse, start_date, end_date, spot)
File "E:\Git\passivbot\downloader.py", line 1164, in download_ohlcvs_binance
start_ts = (await get_first_ohlcv_timestamps(symbols=[symbol]))[symbol]
KeyError: 'ETHUSDT'
The text was updated successfully, but these errors were encountered: