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
When I try to pull a chart by date the API returns an empty chart. But when I run all defaults it populates the most recent chart with no issues. I am trying to pull all the 'rap-songs' list in 2022.
Example:
import billboard
rap_chart2 = billboard.ChartData('rap-songs', date='2022-09-17')
The text was updated successfully, but these errors were encountered:
When I try to pull a chart by date the API returns an empty chart. But when I run all defaults it populates the most recent chart with no issues. I am trying to pull all the 'rap-songs' list in 2022.
Example:
import billboard
rap_chart2 = billboard.ChartData('rap-songs', date='2022-09-17')
The text was updated successfully, but these errors were encountered: