Obsidian-Notes icon indicating copy to clipboard operation
Obsidian-Notes copied to clipboard

FileNotFoundError: Unable to locate Launcher directory

Open TheBestPessimist opened this issue 2 months ago • 0 comments


Please open new issue in: https://github.com/Garulf/obsidian-notes/issues
1. upload log file: D:\all\all\Flow.Launcher\app-1.17.2\UserData\Logs\1.17.2\2024-04-08.txt
2. copy below exception message

Flow Launcher version: 1.17.2
OS Version: 22631.3296
IntPtr Length: 8
x64: True

Python Path: D:\all\all\Python\Python 3.11.1\pythonw.exe
Node Path: 
Date: 04/08/2024 15:28:05
Exception:
Obsidian Notes Exception: 
Websites: https://github.com/Garulf/obsidian-notes
Author: Garulf
Version: 1.1.4
Flow.Launcher.Core.ExternalPlugins.FlowPluginException: Traceback (most recent call last):
  File "D:\all\all\Flow.Launcher\app-1.17.2\UserData\Plugins\Obsidian Notes-1.1.4\run.py", line 9, in <module>
    from plugin.main import Obsidian
  File "D:\all\all\Flow.Launcher\app-1.17.2\UserData\Plugins\Obsidian Notes-1.1.4\plugin\main.py", line 3, in <module>
    from flox import Flox
  File "D:\all\all\Flow.Launcher\app-1.17.2\UserData\Plugins\Obsidian Notes-1.1.4\lib\flox\__init__.py", line 46, in <module>
    raise FileNotFoundError("Unable to locate Launcher directory")
FileNotFoundError: Unable to locate Launcher directory

 ---> System.IO.InvalidDataException: Traceback (most recent call last):
  File "D:\all\all\Flow.Launcher\app-1.17.2\UserData\Plugins\Obsidian Notes-1.1.4\run.py", line 9, in <module>
    from plugin.main import Obsidian
  File "D:\all\all\Flow.Launcher\app-1.17.2\UserData\Plugins\Obsidian Notes-1.1.4\plugin\main.py", line 3, in <module>
    from flox import Flox
  File "D:\all\all\Flow.Launcher\app-1.17.2\UserData\Plugins\Obsidian Notes-1.1.4\lib\flox\__init__.py", line 46, in <module>
    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 243
   at Flow.Launcher.Core.Plugin.JsonRPCPlugin.ExecuteAsync(ProcessStartInfo startInfo, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 248
   at Flow.Launcher.Core.Plugin.JsonRPCPlugin.QueryAsync(Query query, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 261
   at Flow.Launcher.Core.Plugin.PluginManager.<>c__DisplayClass23_0.<<QueryForPluginAsync>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.<QueryForPluginAsync>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.<ThrowAsync>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)


TheBestPessimist avatar Apr 08 '24 12:04 TheBestPessimist