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
Static data downloader causes crash if language does not exist in CDragon
ERROR | 2022-08-02T22:09:46 | MainWindow.xaml.cs -> .ctor() -> 53 | System.Net.Http.HttpRequestException: HTTP request to Community Dragon failed on 404, https://raw.communitydragon.org/8.1/plugins/rcp-be-lol-game-data/global/zh_tw/v1/perks.json at Fraxiinus.ReplayBook.StaticData.Data.CommunityDragonClient.GetRuneStatDescriptions(List`1 runes, String version, String language, CancellationToken cancellationToken) at Fraxiinus.ReplayBook.StaticData.StaticDataManager.DownloadProperties(String patchVersion, StaticDataType types, String language, CancellationToken cancellationToken) at Fraxiinus.ReplayBook.UI.Main.Views.StaticDataAddDialog.DownloadButton_Click(Object sender, RoutedEventArgs e) at System.Threading.Tasks.Task.<>c.b__128_0(Object state) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
The text was updated successfully, but these errors were encountered:
fraxiinus
Successfully merging a pull request may close this issue.
Static data downloader causes crash if language does not exist in CDragon
ERROR | 2022-08-02T22:09:46 | MainWindow.xaml.cs -> .ctor() -> 53 | System.Net.Http.HttpRequestException: HTTP request to Community Dragon failed on 404, https://raw.communitydragon.org/8.1/plugins/rcp-be-lol-game-data/global/zh_tw/v1/perks.json
at Fraxiinus.ReplayBook.StaticData.Data.CommunityDragonClient.GetRuneStatDescriptions(List`1 runes, String version, String language, CancellationToken cancellationToken)
at Fraxiinus.ReplayBook.StaticData.StaticDataManager.DownloadProperties(String patchVersion, StaticDataType types, String language, CancellationToken cancellationToken)
at Fraxiinus.ReplayBook.UI.Main.Views.StaticDataAddDialog.DownloadButton_Click(Object sender, RoutedEventArgs e)
at System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
The text was updated successfully, but these errors were encountered: