forked from rainyl/Flow.Launcher.Plugin.ClipboardR
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When copying some files in remote desktop, it gives me this exception:
ERROR - ClipboardHandleWin.OnClipboardChanged - Clipboard changed event failed.
EXCEPTION OCCURS: System.Runtime.InteropServices.COMException (0x80040069): Invalid tymed
DataPackage does not support the type of storage medium provided by the source app for the "FileContents" format.
at async Task<string[]> Flow.Launcher.Plugin.ClipboardPlus.Core.Data.Models.ClipboardHandleWin.GetFilesContentAsync(DataPackageView dataObj)
at async void Flow.Launcher.Plugin.ClipboardPlus.Core.Data.Models.ClipboardHandleWin.OnClipboardChanged(object sender, object _)
All things work well and I think we should just handle this exception silently.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working