FantasyFootballAnalytics / ffanalytics

ffanalytics R package
http://ffanalytics.fantasyfootballanalytics.net/
163 stars 100 forks source link

Internal Server Error #76

Closed TheMathNinja closed 3 years ago

TheMathNinja commented 4 years ago

All year scrape_data has been working but this week I get:

scrape_2020_week7 <- scrape_data(

TheMathNinja commented 4 years ago

Well now that's gone but I'm getting:

Error in range[1] : object of type 'builtin' is not subsettable In addition: Warning message: In .Primitive("as.double")(x, ...) : NAs introduced by coercion

I always got the warnings, but not the error. Still blocking the code.

scottfrechette commented 4 years ago

I just submitted a PR that fixed this issue for me, assuming it's when you are calling projections_table()

TheMathNinja commented 4 years ago

Thank you! We are back in business!