You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this issue has not already been reported.
I am using the latest version of Flow Launcher.
Problem Description
When trying to call this method from a JSON-RPC v2 plugins, it throws an error.
Flow Launcher Version
1.19.4
Windows Build Number
10.0.26120.961
Error Log
System.Threading.ThreadStateException: Current thread must be set to single thread apartment (STA) mode before OLE calls can be made.
at System.Windows.OleServicesContext.SetDispatcherThread()
at System.Windows.OleServicesContext.get_CurrentOleServicesContext()
at System.Windows.Clipboard.CriticalSetDataObject(Object data, Boolean copy)
at Flow.Launcher.PublicAPIInstance.CopyToClipboard(String stringToCopy, Boolean directCopy, Boolean showDefaultNotification) in Z:\flow-launcher\Flow.Launcher\Flow.Launcher\PublicAPIInstance.cs:line 141
The text was updated successfully, but these errors were encountered:
Checks
I have checked that this issue has not already been reported.
I am using the latest version of Flow Launcher.
Problem Description
When trying to call this method from a JSON-RPC v2 plugins, it throws an error.
Flow Launcher Version
1.19.4
Windows Build Number
10.0.26120.961
Error Log
The text was updated successfully, but these errors were encountered: