[Solved] `osascript` on Ventura Changed?

osascript -e 'tell application "Keyboard Maestro Engine" to do script "Export Crypto Prices"'

use to work. Now I get this error:

46:55: syntax error: A “script” can’t go after this identifier. (-2740)

1 Like

Ugh, I was hoping the AppleScript issues on Ventura were limited to the System Preferences (now called System Settings).

Here's where that has tripped me up: MACRO: Set Sound Output, v3.0 - Macro Library - Keyboard Maestro Discourse

Hey Perry,

I recommend that you ask about this issue on the Script Debugger Forum.

Mark and Shane (and a few others) are likely to be the most well informed about that.

-Chris

It has now decided to work. The only change I can think of that might be related is I installed both Xcode and the "developer command line tools".

After the update, the system's git as well as xcrun would not work. I installed (as I recall but I'm not 100% positive) Xcode and still had problems so I installed the developer command line tools. Generally I have both of these installed.

1 Like