FlowLauncher 1.20.0 crashes with Notion-plugin related error messages
Hey there again,
After the automatic update to FlowLauncher 1.20.0, I'm facing countless error messages that point to issues with your plugin (or the new FlowLauncher version). Below you'll find the error message that I got. Is this something on your end, or something that FL developers need to fix? Thanks for having a look in advance!
Flow Launcher version: 1.20.0 OS Version: 26120.4161 IntPtr Length: 8 x64: True
Python Path: D:\programme\flowlauncher\app-1.20.0\UserData\Environments\Python\PythonEmbeddable-v3.11.4\pythonw.exe Node Path: D:\programme\flowlauncher\app-1.20.0\UserData\Environments\Node.js\Node-v16.18.0\node-v16.18.0-win-x64\node.exe
Date: 06/03/2025 23:29:11 Exception: System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Method not found: 'System.Threading.Tasks.Task Flow.Launcher.Plugin.IPublicAPI.HttpDownloadAsync(System.String, System.String, System.Threading.CancellationToken)'.) ---> System.MissingMethodException: Method not found: 'System.Threading.Tasks.Task Flow.Launcher.Plugin.IPublicAPI.HttpDownloadAsync(System.String, System.String, System.Threading.CancellationToken)'. at Flow.Launcher.Plugin.Notion.NotionDataParser.<>c__DisplayClass28_0.<<FileSave>b__0>d.MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) at Flow.Launcher.Plugin.Notion.NotionDataParser.<>c__DisplayClass28_0.<FileSave>b__0() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of inner exception stack trace ---
Update: Even happens when the plugin is disabled. I had to remove it from the app's directory manually to make it stop throwing errors.