-
Notifications
You must be signed in to change notification settings - Fork 1
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
Github Quick Launcher: Failed to respond! #30
Comments
Same over here
|
@jonesy-b-dev this is a separate issue. This plugin unfortunately only supports Python 3.8-3.11 due to a library dependency not being available for 3.12. To fix your issue either downgrade your Python version or manual install the plugins 5.0 beta that should work here: https://github.com/Garulf/Github-Quick-Launcher/releases/tag/v5.0.0-dev.3 |
@AdnanNezovic This should be somewhat fixed in later versions. |
Ah okay thanks |
2024-02-29.txt
Flow Launcher version: 1.17.2
OS Version: 22631.3155
IntPtr Length: 8
x64: True
Python Path: C:\Users\Adnan\AppData\Roaming\FlowLauncher\Environments\Python\PythonEmbeddable-v3.11.4\pythonw.exe
Node Path:
Date: 02/29/2024 23:19:21
Exception:
Github Quick Launcher Exception:
Websites: https://github.com/Garulf/github-quick-launcher
Author: Garulf
Version: 4.0.0
Flow.Launcher.Core.ExternalPlugins.FlowPluginException: Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\Adnan\AppData\Roaming\FlowLauncher\Plugins\Github Quick Launcher-4.0.0\Github-Quick-Launcher.pyz_main.py", line 8, in
File "C:\Users\Adnan\AppData\Roaming\FlowLauncher\Plugins\Github Quick Launcher-4.0.0\Github-Quick-Launcher.pyz\plugin.py", line 14, in main
File "C:\Users\Adnan\AppData\Roaming\FlowLauncher\Plugins\Github Quick Launcher-4.0.0\Github-Quick-Launcher.pyz\pyflowlauncher\plugin.py", line 74, in run
File "C:\Users\Adnan\AppData\Roaming\FlowLauncher\Plugins\Github Quick Launcher-4.0.0\Github-Quick-Launcher.pyz\pyflowlauncher\event.py", line 34, in call
File "C:\Users\Adnan\AppData\Roaming\FlowLauncher\Plugins\Github Quick Launcher-4.0.0\Github-Quick-Launcher.pyz\pyflowlauncher\event.py", line 29, in call
File "C:\Users\Adnan\AppData\Roaming\FlowLauncher\Plugins\Github Quick Launcher-4.0.0\Github-Quick-Launcher.pyz\query.py", line 34, in query
File "C:\Users\Adnan\AppData\Roaming\FlowLauncher\Plugins\Github Quick Launcher-4.0.0\Github-Quick-Launcher.pyz\github\MainClass.py", line 465, in search_repositories
AssertionError: need at least one qualifier
---> System.IO.InvalidDataException: Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\Adnan\AppData\Roaming\FlowLauncher\Plugins\Github Quick Launcher-4.0.0\Github-Quick-Launcher.pyz_main.py", line 8, in
File "C:\Users\Adnan\AppData\Roaming\FlowLauncher\Plugins\Github Quick Launcher-4.0.0\Github-Quick-Launcher.pyz\plugin.py", line 14, in main
File "C:\Users\Adnan\AppData\Roaming\FlowLauncher\Plugins\Github Quick Launcher-4.0.0\Github-Quick-Launcher.pyz\pyflowlauncher\plugin.py", line 74, in run
File "C:\Users\Adnan\AppData\Roaming\FlowLauncher\Plugins\Github Quick Launcher-4.0.0\Github-Quick-Launcher.pyz\pyflowlauncher\event.py", line 34, in call
File "C:\Users\Adnan\AppData\Roaming\FlowLauncher\Plugins\Github Quick Launcher-4.0.0\Github-Quick-Launcher.pyz\pyflowlauncher\event.py", line 29, in call
File "C:\Users\Adnan\AppData\Roaming\FlowLauncher\Plugins\Github Quick Launcher-4.0.0\Github-Quick-Launcher.pyz\query.py", line 34, in query
File "C:\Users\Adnan\AppData\Roaming\FlowLauncher\Plugins\Github Quick Launcher-4.0.0\Github-Quick-Launcher.pyz\github\MainClass.py", line 465, in search_repositories
AssertionError: need at least one qualifier
at Flow.Launcher.Core.Plugin.JsonRPCPlugin.ExecuteAsync(ProcessStartInfo startInfo, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 249
at Flow.Launcher.Core.Plugin.JsonRPCPlugin.ExecuteAsync(ProcessStartInfo startInfo, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 249
at Flow.Launcher.Core.Plugin.JsonRPCPlugin.QueryAsync(Query query, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 264
at Flow.Launcher.Core.Plugin.PluginManager.<>c__DisplayClass23_0.<b__0>d.MoveNext() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 196
--- End of stack trace from previous location ---
at Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(String message, Func`1 action) in C:\projects\flow-launcher\Flow.Launcher.Infrastructure\Stopwatch.cs:line 40
at Flow.Launcher.Core.Plugin.PluginManager.QueryForPluginAsync(PluginPair pair, Query query, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 230
--- End of inner exception stack trace ---
at Flow.Launcher.Core.Plugin.PluginManager.<>c__DisplayClass23_1.b__1(ActionContext ) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 224
at Flow.Launcher.Plugin.Result.ExecuteAsync(ActionContext context) in //Flow.Launcher.Plugin/Result.cs:line 221
at Flow.Launcher.ViewModel.MainViewModel.OpenResultAsync(String index) in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 294
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)
The text was updated successfully, but these errors were encountered: