vishaalagartha / basketball_reference_scraper

A python module for scraping static and dynamic content from Basketball Reference.
MIT License
254 stars 91 forks source link

play_by_play #84

Open bkunbargi opened 2 years ago

bkunbargi commented 2 years ago

play_by_play returns an error when trying the replit example in documentation full stack trace below

Traceback (most recent call last): File "main.py", line 6, in print(client.play_by_play(home_team=Team.BOSTON_CELTICS, year=2018, month=10, day=16)) File "/opt/virtualenvs/python3/lib/python3.8/site-packages/basketball_reference_web_scraper/client.py", line 220, in play_by_play values = http_service.play_by_play(home_team=home_team, day=day, month=month, year=year) File "/opt/virtualenvs/python3/lib/python3.8/site-packages/basketball_reference_web_scraper/http_service.py", line 106, in play_by_play away_team_name=page.away_team_name, File "/opt/virtualenvs/python3/lib/python3.8/site-packages/basketball_reference_web_scraper/html.py", line 791, in away_team_name return self.team_names[0] IndexError: list index out of range