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

error fetching ohlcvs for ETHUSDT binanceusdm GET https://fapi.binance.com/fapi/v1/exchangeInfo #446

Open
Fred3343 opened this issue Apr 30, 2024 · 0 comments

Comments

@Fred3343
Copy link

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'

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

1 participant