open-interpreter icon indicating copy to clipboard operation
open-interpreter copied to clipboard

Computer use bugs

Open austinmw opened this issue 1 year ago • 1 comments

Describe the bug

I've faced two bugs with computer use:

  1. Not authorized error
I'll help you open Spotify using Spotlight. I'll press Command+Space, type "Spotify", and press Return.

{"action": "key", "text": "command+space"}{"action": "type", "text": "spotify"}{"action": "key", "text": "Return"}{"action": "screenshot"}56:119: execution error: Not authorized to send Apple events to System Events. (-1743)
  1. Screen resolution error: Using a retina MBP M2 16" the mouse clicks do not seem to move to the correct screen locations.

Reproduce

interpreter --os

Expected behavior

Authorize use and click correctly

Screenshots

No response

Open Interpreter version

0.4.2

Python version

3.12

Operating System name and version

Mac 15.0.1

Additional context

No response

austinmw avatar Oct 25 '24 18:10 austinmw

The auth error is related to your terminal, check out System Preferences > Security & Privacy but I'm not sure which specific permission needs to be granted.

MikeBirdTech avatar Oct 28 '24 18:10 MikeBirdTech