guptarohit / cryptoCMD

Cryptocurrency historical price data library in Python. Data from https://coinmarketcap.com.
BSD 3-Clause "New" or "Revised" License
544 stars 109 forks source link

Mass Scraping Multiple Coins within a for loop error #64

Open erenomeroglu opened 11 months ago

erenomeroglu commented 11 months ago

This is a(n):

Details:

I am trying to mass scrape multiple coins in a for loop however i always get this error on 6-7th coin regardless of me putting time.sleep() before each scraping. It keeps on repeating for a few attempts and gets through but sometimes it gets stuck for 5-10 minutes and i can't mass scrape.

Error example:

Error fetching price data for TON for interval '28-4-2013' and '24-09-2023' Error message (download_data) : Expecting value: line 1 column 1 (char 0)

ralphwsny commented 10 months ago

I'm having the same issue

failable commented 10 months ago

Same issue