k5cents / fflr

Get ESPN fantasy football data in R
https://k5cents.github.io/fflr/
GNU General Public License v3.0
19 stars 7 forks source link

Unable to View A League I know is Public #44

Closed jcrande closed 8 months ago

jcrande commented 8 months ago

I am attempting to use the ESPN Fantasy API for a school project. I am positive the league I am trying to access is public and I am also member of said league. I have tried this league along with the deafault leagues and nothing is working. I am getting the error telling me that I am not authorized to view this league:

Error: ESPN Fantasy API request failed [401] You are not authorized to view this League.

library(fflr)
packageVersion("fflr")
ffl_id(leagueId = "415461308")
league_info()
league_teams()

Thank you

k5cents commented 8 months ago

What does packageVersion("fflr") return?