wiscostret / fplscrapR

This package enables those interested in Fantasy Premier League to perform detailed data analysis of the game, using the FPL's JSON API. The fplscrapR functions help R users collect and parse data from the Official Fantasy Premier League website.
Creative Commons Zero v1.0 Universal
76 stars 16 forks source link

Can't get_player_details of 20/21 #22

Closed maomontes closed 3 years ago

maomontes commented 3 years ago

Hi Today I was trying to get player details from last season but this error appears Error in file(file, "rt") : cannot open the connection In addition: Warning message: In file(file, "rt") : cannot open URL 'https://raw.githubusercontent.com/wiscostret/histfpldata/master/getplayerdetails20.csv': HTTP status was '404 Not Found'

wiscostret commented 3 years ago

It should work now - I hadn't uploaded the 20/21 season info to the repository, but I have done so now.

maomontes commented 3 years ago

Thx!!!!

pme1301 commented 3 years ago

Hi, is the current season going to be uploaded?

Thanks.

wiscostret commented 3 years ago

Hi, is the current season going to be uploaded?

Thanks.

All current season data is pulled directly from the FPL API with the function commands - do not use the ‘season’ parameter here (as it’s only for historical season). Simply run get_player_details()

pme1301 commented 3 years ago

Hi, is the current season going to be uploaded? Thanks.

All current season data is pulled directly from the FPL API with the function commands - do not use the ‘season’ parameter here (as it’s only for historical season). Simply run get_player_details()

Great thanks!