You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.InvalidOperationException: This operation is not supported for a relative URI.
at System.Uri.get_Scheme()
at AsyncImageLoader.Loaders.BaseWebImageLoader.LoadFromInternalAsync(String url) in /home/afunc/Projects/AsyncImageLoader.Avalonia/AsyncImageLoader.Avalonia/Loaders/BaseWebImageLoader.cs:line 99
and the params url : /home/afunc/.local/share/PumpkinWindowsConfigurations/CacheImg/1806291fb70687a8b7a13df26fc705df641fed15.png
so maybe we should check the url is localfile first by use File.Exists(url)
The text was updated successfully, but these errors were encountered:
AsyncImageLoader.Avalonia/AsyncImageLoader.Avalonia/Loaders/BaseWebImageLoader.cs
Line 77 in 9319951
System.InvalidOperationException: This operation is not supported for a relative URI.
at System.Uri.get_Scheme()
at AsyncImageLoader.Loaders.BaseWebImageLoader.LoadFromInternalAsync(String url) in /home/afunc/Projects/AsyncImageLoader.Avalonia/AsyncImageLoader.Avalonia/Loaders/BaseWebImageLoader.cs:line 99
and the params url : /home/afunc/.local/share/PumpkinWindowsConfigurations/CacheImg/1806291fb70687a8b7a13df26fc705df641fed15.png
so maybe we should check the url is localfile first by use
File.Exists(url)
The text was updated successfully, but these errors were encountered: