intellibar / main

IntelliBar is an AI-powered assistant for the Mac.
https://intellibar.app/
34 stars 0 forks source link

Open with selection is not working #6

Open ivilla-clickup opened 11 months ago

ivilla-clickup commented 11 months ago

When trying to use "Open with selection" on my computer, it will not actually open.

Let me know if there are any additional details or things you need tested.

astoilkov commented 11 months ago

Hi. What's your OS version? What's the OS version of the other computer?

Also, we can try something (sometimes removing it from Accessibility fixes this issue):

  1. Go to System Settings → Privacy & Security → Accessibility and remove IntelliBar from there
  2. Restart your computer
  3. Go to IntelliBar settings and toggle the checkbox CleanShot 2023-08-10 at 09 31 32@2x
ivilla-clickup commented 11 months ago

OS: Ventura: 13.5

I tried those steps with no luck. After restarting, I came back to the option. It was still on from before the reboot. Toggling on and off triggered nothing, and neither the keyboard nor the option in the toolbar worked after.

astoilkov commented 11 months ago

Ok, we have your error on our error reporting. I can guess it's you because it's the only error concerning open with selection, it's the first time this error appears, and it has been fired only in the past 2 days.

I truly don't know what's happening. I will describe to you what I know and you can think of something that might be causing it (maybe something specific to your computer — may be other software interfering).

We have a binary written in Swift that simulates ⌘C in the currently opened app and then we send the clipboard data to IntelliBar and open the window. When running the binary it fails with an error SIGKILL and this is why it fails. This error feels strange, I don't know what to make of it.

In the meantime, I've improved the error reporting so I can learn more about the error when we release the new update.

ivilla-clickup commented 11 months ago

My best guess is that this is a work computer i'm testing this on and maybe there is something that the IT software is blocking. But also strange since I've tried other apps like Beam and Alfred which are able to grab the text from the currently opened app. I can wait for update to see if the logs turn up better data as well. Thanks!

astoilkov commented 11 months ago

Hmm, that makes sense. Ok, let's wait for the better log data and I will dive deep after that. Thanks!