-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Attribute Error #6
Comments
This is due to my failure to account for a game with no probable pitcher listed when pulling pitcher reports. I did account for this when pulling the probable pitcher's name, but not the note. Specifically, gamePk=573193 on 3/23/19 did not have a probable pitcher listed for Canada Jr. Team (exhibition game, obviously). I have checked in the fix for v0.0.8. Thank you! |
|
Please update to v0.0.8 with |
Just ran a few tests and looked good. Thanks for the quick update on this Todd! |
This could be an issue on my end but figured I would mention it just in case. When looping through dates my code will stop with an error like this:
This only happens with certain dates and after testing it seems to be pretty random. Here is what my code looks like (changing end_date to 03/23/2019 will return an error for me).
The text was updated successfully, but these errors were encountered: