-
Notifications
You must be signed in to change notification settings - Fork 34
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
position_type KeyError #30
Comments
@ryanlaughlin can you post the script you are running or provide a link to it? |
I ran into this same issue trying to get rosters from a fantasy football league. I discovered that the objectpath filter was pulling a {status: False} for each player in addition to a player's status on injury, suspension, etc. I resolved the issue by redefining the 'it' variable after Lines 71-73 as follows: |
Ah, now that I cloned the repo I see this was only a problem in my original installation and has since been resolved. Thanks! |
I just ran a script for the first time in six months and I'm getting this error whenever calling roster
The text was updated successfully, but these errors were encountered: