aoki-h-jp / binance-bulk-downloader

A Python library to efficiently and concurrently download historical data files from Binance. Supports all asset types (spot, USDT-M, COIN-M, options) and all data frequencies.
MIT License
23 stars 9 forks source link

Bug, not fetching all file names #20

Open cpp77 opened 4 months ago

cpp77 commented 4 months ago

Whilst downloading futures aggTrades it didn't find the BTCUSDT zip file for 1st Jan 2020. It didn't try to download and fail, it didn't have the file name to try.

When I ran the program a second time it found the file.

aoki-h-jp commented 4 months ago

@cpp77 Thanks for report issue. What should I do?