Skip to content

Broken symbols #39

@flxai

Description

@flxai

This is a(n):

  • New feature
  • Update to an existing feature
  • Error
  • Proposal to the Repository

Details:

The following symbols appear to be broken:

['ΤBTC',
 'DEFI++',
 'POP!',
 'MOON STOP',
 'yVault LP-yCurve(YYCRV)',
 'BTC++',
 'DEFI+L',
 'DEFI+S',
 'YDAI+YUSDC+YUSDT+YTUSD',
 'PXUSD_MAR2021',
 'MD+']

For example trying to get a DataFrame for DEFI++ does not work:

scraper = CmcScraper('DEFI++')
scraper.get_dataframe(date_as_index=True).sort_index()

It prints:

Error fetching coin id data for coin code {} defi++
Error message: 'defi++' coin code is unavailable on coinmarketcap.com
Error fetching price data for {} for interval '{}' and '{}' defi++ 28-4-2013 16-05-2021
Error message (download_data) : "slug" must only contain lowercase characters

Trying to replace DEFI++ with defi++ or other variants did not work for me either. Is this a known problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions