jimmyday12 / fitzRoy

A set of functions to easily access AFL data
https://jimmyday12.github.io/fitzRoy
Other
129 stars 27 forks source link

footywire has changed format #61

Closed jimmyday12 closed 5 years ago

jimmyday12 commented 5 years ago

footywire has updated their site and so some of the scrapers are broken.

get_match_data(5000)
 Error: Table has inconsistent number of columns. Do you want fill = TRUE? 
dstatz commented 5 years ago

would this be why the footywire advanced player stats from the 2018 finals isn't coming through?

jimmyday12 commented 5 years ago

Possibly. Are you able to create a new issue on here @dstatz with a reproducible example?

anoafl commented 5 years ago

fitzRoy::player_stats (only goes to end of home and away 2018)

but if you did

fitzRoy::get_footywire_stats(9720)

That works fine for the grand final

hope that helps @dstatz

dstatz commented 5 years ago

@jimmyday12 no problem shall do!

@anoafl thanks! I just tried that unfortunately not working for me either :( here's what I got:

> > fitzRoy::get_footywire_stats(9720) Getting data from footywire.com Error: Table has inconsistent number of columns. Do you want fill = TRUE?

anoafl commented 5 years ago

Are you updated with latest Fitzroy?

dstatz commented 5 years ago

@anoafl yep that was it, updated and the above error was resolved, thanks!