-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
When a URL shortener is redirecting to Microsoft (App) Store, and the network activity is enabled (the "Disable Network Activity" checkbox in settings is unselected), the application crashes with the following message (shortening exception stacktrace for clarity):
System.AggregateException: One or more errors occurred. (The 'ms-windows-store' scheme is not supported.)
---> System.NotSupportedException: The 'ms-windows-store' scheme is not supported.
at BrowserPicker.UrlHandler.FindIcon(CancellationToken cancellationToken) in D:\a\BrowserPicker\BrowserPicker\src\BrowserPicker\UrlHandler.cs:line 133
at BrowserPicker.UrlHandler.FindIcon(CancellationToken cancellationToken) in D:\a\BrowserPicker\BrowserPicker\src\BrowserPicker\UrlHandler.cs:line 172
at BrowserPicker.UrlHandler.Start(CancellationToken cancellationToken) in D:\a\BrowserPicker\BrowserPicker\src\BrowserPicker\UrlHandler.cs:line 111
at BrowserPicker.App.RunLongRunningProcesses() in D:\a\BrowserPicker\BrowserPicker\src\BrowserPicker.App\App.xaml.cs:line 157
This is easily reproducible if you try to download the Minecraft launcher via the aka.ms URL shortener which redirects to the Microsoft Store page: ms-windows-store://pdp/?ProductId=9PGW18NPBZV5&ref=launcher
Reactions are currently unavailable