Dragoș Haiduc

Results 4 comments of Dragoș Haiduc

> I have discovered a hack for this issue:- OS:- Windows > > 1. Uninstall Flameshot completely. > > 2. Toggle off the shortcut key for prnt screen in Accessibility...

I am encountering a similar issue: Stacktrace: ``` Error: Failed to execute 'querySelector' on 'Element': '[data-key="$[?(@.skillCategory.startsWith("Io"))]"]' is not a valid selector. at file:///opt/Insomnia/resources/app.asar/index.f53f8b5a.js:80:120040 at ME (file:///opt/Insomnia/resources/app.asar/index.f53f8b5a.js:67:24458) at ch (file:///opt/Insomnia/resources/app.asar/index.f53f8b5a.js:67:42799) at...

For whoever might be looking into this and encountering a similar problem, registering the following reflection hint has helped me move forward with this issue: ```java hints.reflection().registerType(java.lang.Module.class, MemberCategory.INVOKE_DECLARED_METHODS); ```

> This worked for me; needed to install libmediainfo0v5. Not part of the installation instructions. Got this from here: [StefH/MediaInfo.DotNetWrapper#7](https://github.com/StefH/MediaInfo.DotNetWrapper/issues/7) > # Uninstall official / downloaded versions > > sudo...