roclark / sportsipy

A free sports API written for python
MIT License
484 stars 187 forks source link

NFL Boxscore initialization failing #724

Open cvalentino opened 2 years ago

cvalentino commented 2 years ago

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.

david-jackson23 commented 2 years ago

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?

greent12 commented 2 years ago

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?