Garulf / Emoji-plus

Search and copy the right Emoji for any occasion.
11 stars 1 forks source link

Error with Plugin Emoji + #20

Open Esder060 opened 1 year ago

Esder060 commented 1 year ago

2023-08-17.txt

Flow Launcher version: 1.14.1 OS Version: Microsoft Windows NT 10.0.19045.0 IntPtr Length: 8 x64: True

Python Path: C:\Users\Esder\AppData\Roaming\FlowLauncher\Environments\Python\PythonEmbeddable-v3.8.9\pythonw.exe Node Path: Date: 08/17/2023 20:48:03 Exception: Emoji+ Exception: Websites: https://github.com/Garulf/emoji-plus Author: Garulf Version: 2.0.0 Flow.Launcher.Core.ExternalPlugins.FlowPluginException: Traceback (most recent call last): File "C:\Users\Esder\AppData\Roaming\FlowLauncher\Plugins\Emoji+-2.0.0\run.py", line 9, in from plugin.emoji import Emoji File "C:\Users\Esder\AppData\Roaming\FlowLauncher\Plugins\Emoji+-2.0.0\plugin\emoji.py", line 7, in from flox import Flox, utils, ICON_BROWSER, ICON_COPY File "C:\Users\Esder\AppData\Roaming\FlowLauncher\Plugins\Emoji+-2.0.0\lib\flox__init__.py", line 46, in raise FileNotFoundError("Unable to locate Launcher directory") FileNotFoundError: Unable to locate Launcher directory

---> System.IO.InvalidDataException: Traceback (most recent call last): File "C:\Users\Esder\AppData\Roaming\FlowLauncher\Plugins\Emoji+-2.0.0\run.py", line 9, in from plugin.emoji import Emoji File "C:\Users\Esder\AppData\Roaming\FlowLauncher\Plugins\Emoji+-2.0.0\plugin\emoji.py", line 7, in from flox import Flox, utils, ICON_BROWSER, ICON_COPY File "C:\Users\Esder\AppData\Roaming\FlowLauncher\Plugins\Emoji+-2.0.0\lib\flox__init__.py", line 46, 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 294 at Flow.Launcher.Core.Plugin.JsonRPCPlugin.ExecuteAsync(ProcessStartInfo startInfo, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 299 at Flow.Launcher.Core.Plugin.JsonRPCPlugin.QueryAsync(Query query, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 314 at Flow.Launcher.Core.Plugin.PluginManager.<>cDisplayClass22_0.<b0>d.MoveNext() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 191 --- 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 190 --- 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 210 at Flow.Launcher.ViewModel.MainViewModel.<>cDisplayClass135_0.<gQueryTask|2>d.MoveNext() in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 829 --- End of stack trace from previous location --- at Flow.Launcher.ViewModel.MainViewModel.QueryResults() in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 803 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)

theSoberSobber commented 1 year ago

I don't think they are actively maintaining this extension anymore, might fork it tbh.

Garulf commented 1 year ago

Still here, just very busy at the moment. I see the error but I am unable to reproduce.

Best I can do is overhaul that piece of code.