darthbatman / billboard-top-100

:chart_with_upwards_trend: Node.js API to retrieve the top songs, albums, and artists from Billboard's charts
MIT License
97 stars 30 forks source link

new version 2.4.0 fails reading next week's link #24

Closed dulmanr closed 5 years ago

dulmanr commented 5 years ago

When trying to retrieve current week's list the there is an exception thrown trying to read next week's link. it files on line 281: date: $('.dropdown__date-selector-option ')[1].children[1].attribs.href.split('/')[3] The link does not contain href link because there isn't one :) The code flies with the following error:

TypeError: Cannot read property 'split' of undefined #

darthbatman commented 5 years ago

fixed in 2.4.1