cwendt94 / espn-api

ESPN Fantasy API! (Football, Basketball)
MIT License
544 stars 183 forks source link

Bye Week causing KeyError when calling League.scoreboard(int) #428

Closed coolbrett closed 1 year ago

coolbrett commented 1 year ago

Sport

Basketball

Summary

My FBB H2H points league had a year where we had an odd number of teams. Calling the scoreboard method on any week during that year is giving a KeyError and I'm almost certain it's because of the bye week

Logs/Data

image

cwendt94 commented 1 year ago

Thanks for reporting this! I thought I fixed the bye week but that was in football. You are correct, its a bye week error.

cwendt94 commented 1 year ago

Fixed in v0.29.1!