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

ValueError: Extra data: #236

Closed
danielcroona opened this issue Apr 20, 2017 · 1 comment
Closed

ValueError: Extra data: #236

danielcroona opened this issue Apr 20, 2017 · 1 comment

Comments

@danielcroona
Copy link

I checked on on the regular nfldb-updates that is running on my server and apparently there are errors now that I can not understand how to solve. Does anyone know how to solve this?

$ sudo /usr/local/bin/nfldb-update
Traceback (most recent call last):
File "/usr/local/bin/nfldb-update", line 5, in
import nfldb.update
File "/usr/local/lib/python2.7/dist-packages/nfldb/update.py", line 15, in
import nflgame
File "/usr/local/lib/python2.7/dist-packages/nflgame/init.py", line 114, in
players = nflgame.player._create_players()
File "/usr/local/lib/python2.7/dist-packages/nflgame/player.py", line 21, in _create_players
data = json.loads(open(jsonf).read())
File "/usr/lib/python2.7/json/init.py", line 338, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 369, in decode
raise ValueError(errmsg("Extra data", s, end, len(s)))
ValueError: Extra data: line 108441 column 2 - line 108441 column 3 (char 3322269 - 3322270)

@danielcroona
Copy link
Author

I searched and found that I have been experiencing the exact same thing before. Sorry about the duplicate post.

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

1 participant