Garulf / FlowYouTube

Search YouTube.com
7 stars 0 forks source link

crash #24

Open mohcow opened 1 year ago

mohcow commented 1 year ago

2023-08-17.txt

Flow Launcher version: 1.16.0 OS Version: 19045.3324 IntPtr Length: 8 x64: True

Python Path: C:\Tools\FlowLauncher\app-1.16.0\UserData\Environments\Python\PythonEmbeddable-v3.8.9\pythonw.exe Node Path: Date: 08/17/2023 21:47:50 Exception: FlowYouTube Exception: Websites: https://github.com/Garulf/FlowYouTube Author: Garulf Version: 2.1.0 Flow.Launcher.Core.ExternalPlugins.FlowPluginException: Traceback (most recent call last): File "C:\Tools\FlowLauncher\app-1.16.0\UserData\Plugins\FlowYouTube-2.1.0\run.py", line 9, in from plugin.main import FlowYouTube File "C:\Tools\FlowLauncher\app-1.16.0\UserData\Plugins\FlowYouTube-2.1.0\plugin\main.py", line 4, in from flox import Flox, utils, clipboard, ICON_BROWSER, ICON_COPY File "C:\Tools\FlowLauncher\app-1.16.0\UserData\Plugins\FlowYouTube-2.1.0\lib\flox__init__.py", line 50, in raise FileNotFoundError("Unable to locate Launcher directory") FileNotFoundError: Unable to locate Launcher directory

---> System.IO.InvalidDataException: Traceback (most recent call last): File "C:\Tools\FlowLauncher\app-1.16.0\UserData\Plugins\FlowYouTube-2.1.0\run.py", line 9, in from plugin.main import FlowYouTube File "C:\Tools\FlowLauncher\app-1.16.0\UserData\Plugins\FlowYouTube-2.1.0\plugin\main.py", line 4, in from flox import Flox, utils, clipboard, ICON_BROWSER, ICON_COPY File "C:\Tools\FlowLauncher\app-1.16.0\UserData\Plugins\FlowYouTube-2.1.0\lib\flox__init__.py", line 50, in raise FileNotFoundError("Unable to locate Launcher directory") FileNotFoundError: Unable to locate Launcher directory

at Flow.Launcher.Core.Plugin.JsonRPCPlugin.ExecuteAsync(ProcessStartInfo startInfo, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 291 at Flow.Launcher.Core.Plugin.JsonRPCPlugin.ExecuteAsync(ProcessStartInfo startInfo, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 296 at Flow.Launcher.Core.Plugin.JsonRPCPlugin.QueryAsync(Query query, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 311 at Flow.Launcher.Core.Plugin.PluginManager.<>cDisplayClass22_0.<b0>d.MoveNext() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 194 --- 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 34 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 193 --- End of inner exception stack trace --- 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 213 at Flow.Launcher.ViewModel.MainViewModel.<>cDisplayClass139_0.<gQueryTask|2>d.MoveNext() in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 839 --- End of stack trace from previous location --- at Flow.Launcher.ViewModel.MainViewModel.QueryResults(Boolean isReQuery) in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 813 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)