-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ncaab boxscore not pulling with IDs #711
Comments
i get the same issue, and think you are right it is something to do with format of html |
i'll try to put a pull request at some point. it's actually not a bad fix. seems to be that |
Any solve @jkoestner? Don't want to open another issue as there are a handful already. |
@reaganking yeah there is quite a few issues listed as you saw, and there was actually even an alternative solution that i didn't see #598. It's a pretty easy fix, just changing 2 lines of code shown in #720. |
Describe the bug
boxscore is not consistently pulling game info (IndexError: list index out of range).
To Reproduce
Sample code which causes an issue.
Expected behavior
Script should create detailed game boxscore.
Desktop (please complete the following information):
Additional context
Wondering if this is error with HTML formatting. The following script does work:
Code is being run in Google Colab.
The text was updated successfully, but these errors were encountered: