sportsipy
sportsipy copied to clipboard
NFL Boxscore initialization failing
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.
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?
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?