Explorer plugin error- Invalid URI: Authority/host could not be parsed
See original GitHub issueEverytime I type something, the Explorer plugin shows the following error:
Invalid URI: Authority/host could not be parsed
An example is when I type sys to open System Information:
Here’s more error info:
Flow.Launcher.Plugin.Explorer.Exceptions.SearchException: Invalid URI: The Authority/Host could not be parsed.
---> System.UriFormatException: Invalid URI: The Authority/Host could not be parsed.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
at System.Uri..ctor(String uriString)
at Flow.Launcher.Plugin.Explorer.Search.WindowsIndex.WindowsIndex.ExecuteWindowsIndexSearchAsync(String indexQueryString, String connectionString, CancellationToken token)+MoveNext() in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\WindowsIndex\WindowsIndex.cs:line 56
at Flow.Launcher.Plugin.Explorer.Search.WindowsIndex.WindowsIndex.ExecuteWindowsIndexSearchAsync(String indexQueryString, String connectionString, CancellationToken token)+MoveNext() in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\WindowsIndex\WindowsIndex.cs:line 48
at Flow.Launcher.Plugin.Explorer.Search.WindowsIndex.WindowsIndex.ExecuteWindowsIndexSearchAsync(String indexQueryString, String connectionString, CancellationToken token)+MoveNext() in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\WindowsIndex\WindowsIndex.cs:line 48
at Flow.Launcher.Plugin.Explorer.Search.WindowsIndex.WindowsIndex.ExecuteWindowsIndexSearchAsync(String indexQueryString, String connectionString, CancellationToken token)+MoveNext() in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\WindowsIndex\WindowsIndex.cs:line 48
at Flow.Launcher.Plugin.Explorer.Search.WindowsIndex.WindowsIndex.ExecuteWindowsIndexSearchAsync(String indexQueryString, String connectionString, CancellationToken token)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at Flow.Launcher.Plugin.Explorer.Search.SearchManager.SearchAsync(Query query, CancellationToken token) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\SearchManager.cs:line 109
at Flow.Launcher.Plugin.Explorer.Search.SearchManager.SearchAsync(Query query, CancellationToken token) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\SearchManager.cs:line 109
--- End of inner exception stack trace ---
at Flow.Launcher.Plugin.Explorer.Search.SearchManager.SearchAsync(Query query, CancellationToken token) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\SearchManager.cs:line 122
at Flow.Launcher.Plugin.Explorer.Main.QueryAsync(Query query, CancellationToken token) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Main.cs:line 88```
Issue Analytics
- State:
- Created 8 months ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
The Authority/Host could not be parsed from very long url ...
But when I try to create a request I get UriFormatException . What am I doing wrong? HttpWebRequest request = (HttpWebRequest)HttpWebRequest.
Read more >Invalid URI: The Authority/Host could not be parsed #3124
This error appear with all packages that i try to install. This error appears after windows fall creators update and last visual studio...
Read more >ERROR: "Invalid URI: The Authority/Host could not be parsed ...
The following error is seen when the "ServerRelativeUrl" is not set correctly in the source file, hence the error comes while parsing the...
Read more >Invalid URI: The hostname could not be parsed - CAREWare
To resolve the "Invalid URI: The hostname could not be parsed" you can change the server hostname used in the client tier server...
Read more >C# – Invalid URI: The Authority/Host could not be parsed ...
But when I try to create a request I get UriFormatException . What am I doing wrong?
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I solved the problem by rebuilding the index of the Windows Search Service, opening the Windows Search options from the plugin settings and in the advanced options I did the rebuilding of the index, with that it stopped giving me the error
This issue was closed because it has been stale for 7 days with no activity. If you feel this issue still needs attention please feel free to reopen.