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
Current Behavior Some captains mode matches have the sides switched on the draft tab.
Here are some examples (compare the picks/bans shown on the overview tab to the draft tab): TI 10: https://www.opendota.com/matches/6227492909/overview https://www.opendota.com/matches/6227105229/overview
TI 8: https://www.opendota.com/matches/4080856812/overview
Expected behavior/code The picks and bans should be on the correct side
Console Output N/A
Environment
Possible Solution Looks like the side gets incorrectly assigned. I'm working on a fix for this.
Additional context/Screenshots This happens due to the bug described in odota/core#2439. If you run the script at https://gist.github.com/DMzda/9fb7cafa48e03e09c7eda00c73d754b8 , any match with errors will show the sides correctly.
The text was updated successfully, but these errors were encountered:
draft_timings
Successfully merging a pull request may close this issue.
Current Behavior
Some captains mode matches have the sides switched on the draft tab.
Here are some examples (compare the picks/bans shown on the overview tab to the draft tab):
TI 10:
https://www.opendota.com/matches/6227492909/overview
https://www.opendota.com/matches/6227105229/overview
TI 8:
https://www.opendota.com/matches/4080856812/overview
Expected behavior/code
The picks and bans should be on the correct side
Console Output
N/A
Environment
Possible Solution
Looks like the side gets incorrectly assigned. I'm working on a fix for this.
Additional context/Screenshots
This happens due to the bug described in odota/core#2439. If you run the script at https://gist.github.com/DMzda/9fb7cafa48e03e09c7eda00c73d754b8 , any match with errors will show the sides correctly.
The text was updated successfully, but these errors were encountered: