Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with scoreboard #58

Open
AndrewMcBrayer opened this issue Dec 9, 2018 · 1 comment
Open

issue with scoreboard #58

AndrewMcBrayer opened this issue Dec 9, 2018 · 1 comment

Comments

@AndrewMcBrayer
Copy link

AndrewMcBrayer commented Dec 9, 2018

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?

@HeyParkerJ
Copy link

HeyParkerJ commented Dec 9, 2018

Unfortunately yes, it's an issue with the ESPN API. It's loosely documented in the tests:

https://github.com/rbarton65/espnff/blob/master/tests/test_scoreboard.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants