sportsipy icon indicating copy to clipboard operation
sportsipy copied to clipboard

NFL Boxscore initialization failing

Open cvalentino opened this issue 2 years ago • 2 comments

code to repeat issue: boxscore = Boxscore("202109090tam")

Seeing an error originating from line 784 in nfl/boxscore.py value = self._parse_name(short_field, boxscore)

pyquery ParserError: Document is empty

Full stack trace should be easy to get by running that first line of code. Let me know if you need any more information to describe the issue.

cvalentino avatar May 15 '22 01:05 cvalentino

Hello, this is my first time really working with API's. I understand the issue and have looked at the .py file. I'm not following on how to fix the issue though. Can you clarify it for me please?

david-jackson23 avatar May 16 '22 20:05 david-jackson23

I know this was addressed in #725, and it looks like the pull request was accepted. However, the changes in e2aabf3 do not seem to be reflected in the master branch yet?

greent12 avatar Aug 10 '22 02:08 greent12