-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Description
Trying to grab sports scores from ESPN API v2, some json files are too large it seems to use. This one is 47KB (just team info) is fine:
http://site.api.espn.com/apis/site/v2/sports/basketball/mens-college-basketball/teams
NAME_LOCATION = ['sports', 0, 'name']
But this one is 80KB (and has useful game schedule info) is failing:
http://site.api.espn.com/apis/site/v2/sports/basketball/mens-college-basketball/scoreboard
NAME_LOCATION = ['events', 0, 'name']
Here's the error:
Retrieving data...Reply is OK! Couldn't parse json: Some error occured, retrying! - syntax error in JSON
Running on MagTag with 6.1.0-rc.0 and latest libraries.
Metadata
Metadata
Assignees
Labels
No labels