You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
b
Traceback (most recent call last):
File "", line 1, in
File "/Users/bveber/pysports-stats/sports/ncaab/boxscore.py", line 238, in repr
return self.str()
File "/Users/bveber/pysports-stats/sports/ncaab/boxscore.py", line 231, in str
return (f'Boxscore for {self._away_name.text()} at '
AttributeError: 'NoneType' object has no attribute 'text'`
A boxscore object is being created even if the url is invalid
The text was updated successfully, but these errors were encountered:
`>>> b = Boxscore('2022-11-03-00-cleveland-state')
_rate_limit_pq: https://www.sports-reference.com/cbb/boxscores/2022-11-03-00-cleveland-state.html
A boxscore object is being created even if the url is invalid
The text was updated successfully, but these errors were encountered: