maksimhorowitz / nflscrapR

R Package for Scraping and Aggregating NFL Data
528 stars 138 forks source link

get_season_rosters or season_rosters errors for 2019 LAC #128

Open SaintZeno opened 5 years ago

SaintZeno commented 5 years ago

run season_rosters(2019, 'LAC', position = 'WIDE_RECEIVER') or get_season_rosters(2019, 'LAC', position='WIDE_RECEIVER') and you'll see the function error out as it tries to parse dontrelle inman's page. Turns out the page doesn't exist on nfl.com; Can you update the function to skip 404/page-not-found errors ?

SaintZeno commented 5 years ago

screen shot of the error:

Screen Shot 2019-09-09 at 10 55 08 PM