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
If you open the Patcher fast enough right as the loading screen ends, some games don't get their versions checked.
The text was updated successfully, but these errors were encountered:
This is a problem with the automatic version finder from the repo. applyExternalConfiguration() should be awaited here. https://github.com/AlexisL61/JackboxUtility/blob/dev/jackbox_patcher/lib/services/api/api_service.dart#L85
Sorry, something went wrong.
#108 - Await patch versions
4952155
No branches or pull requests
If you open the Patcher fast enough right as the loading screen ends, some games don't get their versions checked.
![NotCheckedGames](https://private-user-images.githubusercontent.com/93792993/239096460-1d5fa808-099e-4cd7-8f13-c2e1b942b774.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3MDE0NDgsIm5iZiI6MTczOTcwMTE0OCwicGF0aCI6Ii85Mzc5Mjk5My8yMzkwOTY0NjAtMWQ1ZmE4MDgtMDk5ZS00Y2Q3LThmMTMtYzJlMWI5NDJiNzc0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDEwMTkwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYyMTdiOWY5M2NmM2U2NWVmM2RmZTA0NmU1ZDI3MDA4YmY4ZDM1MTM2ZGRiNzY3NzdhYjg3ZWMxZjA3NzM0NTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.sFiOffuN_fMSIxB4s0-BnEh_rc4MTPBbJrBxc12MIHc)
The text was updated successfully, but these errors were encountered: