Skip to content

json file over ~50KB cause parse error #64

Closed
@jedgarpark

Description

@jedgarpark

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions