You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not an issue with your code but espnff is affected.
for some reason the scoreboard API just kind breaks when making requests for my league, for a specified matchup period, when making a request for data 2+ years old.
This is not an issue with your code but espnff is affected.
for some reason the scoreboard API just kind breaks when making requests for my league, for a specified matchup period, when making a request for data 2+ years old.
For example the Json get request --> http://games.espn.com/ffl/api/v2/scoreboard?leagueId=censored&seasonId=2015&matchupPeriodId=3
returns this -->{"error":[{"code":"exception","message":"java.lang.NullPointerException"}]}
If i request data for 2017 or 2018 I have no issues... Any idea whats going on here?
The text was updated successfully, but these errors were encountered: