Skip to content

BUG: Crash when invoking github search plugin #3510

New issue

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

Open
2 tasks done
SugarSpikes opened this issue May 4, 2025 · 1 comment
Open
2 tasks done

BUG: Crash when invoking github search plugin #3510

SugarSpikes opened this issue May 4, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@SugarSpikes
Copy link

Checks

  • I have checked that this issue has not already been reported.

  • I am using the latest version of Flow Launcher.

Problem Description

2025-05-04.txt

Flow Launcher version: 1.19.5
OS Version: 22631.5189
IntPtr Length: 8
x64: True

Python Path: C:\Users\Beadl\AppData\Roaming\FlowLauncher\Environments\Python\PythonEmbeddable-v3.11.4\pythonw.exe
Node Path: C:\Users\Beadl\AppData\Roaming\FlowLauncher\Environments\Node.js\Node-v16.18.0\node-v16.18.0-win-x64\node.exe
Date: 05/04/2025 14:43:18
Exception:
System.ComponentModel.Win32Exception (0x800401F5): An error occurred trying to start process 'https://github.com/search?q=crx%20install' with working directory 'C:\WINDOWS\system32'. Application not found
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Flow.Launcher.Plugin.SharedCommands.SearchWeb.OpenInBrowserTab(String url, String browserPath, Boolean inPrivate, String privateArg) in //Flow.Launcher.Plugin/SharedCommands/SearchWeb.cs:line 102
at Flow.Launcher.PublicAPIInstance.OpenUri(Uri uri, Nullable1 inPrivate) in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 259 at Flow.Launcher.PublicAPIInstance.OpenUrl(String url, Nullable1 inPrivate) in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 280
at Flow.Launcher.Plugin.WebSearch.Main.<>c__DisplayClass9_1.b__1(ActionContext c) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.WebSearch\Main.cs:line 76
at Flow.Launcher.Plugin.Result.ExecuteAsync(ActionContext context) in /
/Flow.Launcher.Plugin/Result.cs:line 246
at Flow.Launcher.ViewModel.MainViewModel.OpenResultAsync(String index) in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 389
at CommunityToolkit.Mvvm.Input.AsyncRelayCommand.AwaitAndThrowIfFailed(Task executionTask)
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)

To Reproduce

  1. ...
  2. ...
  3. ...

Screenshots

No response

Flow Launcher Version

1.19.5

Windows Build Number

22631.5189

Error Log

2025-05-04.txt

@SugarSpikes SugarSpikes added the bug Something isn't working label May 4, 2025
@cibere
Copy link
Contributor

cibere commented May 5, 2025

There is no plugin named Github Search (however there is one named Github). Regardless of that though, the error seems to stem from the Web Searches plugin.

Would you be able to provide reproduction steps, the steps you took in order to get this error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants