We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sleeper
LeagueLoaderException: PlayoffRoundType 'None' is not supported.
We have 4 team playoffs. The first round is one week, the championship is two weeks.
922945173359845376
The text was updated successfully, but these errors were encountered:
@danmartin42 could you please add the league ID/s used and optionally the script you are running that is leading to this error ?
Sorry, something went wrong.
This works for me
from leeger.league_loader import SleeperLeagueLoader from leeger.model.league import League if __name__ == "__main__": sleeperLeagueLoader = SleeperLeagueLoader("922945173359845376", [2023]) league: League = sleeperLeagueLoader.loadLeague() print(league)
joeyagreco
No branches or pull requests
League Loader
Sleeper
Summary
LeagueLoaderException: PlayoffRoundType 'None' is not supported.
We have 4 team playoffs. The first round is one week, the championship is two weeks.
League Info
922945173359845376
Error Logs
LeagueLoaderException: PlayoffRoundType 'None' is not supported.
The text was updated successfully, but these errors were encountered: