I've been using KM for a while and on the previous version of MAC OS everything worked fine. Now with upgrade to Beta Sequoya I am not sure where to search for an issue. I cannot run simple Apple Shortcut in my KM Macro. It give the following error.
Have you tried testing the Apple Shortcut directly? It could be that the Apple Shortcut needs to be updated, but it's hard to say for sure. Did you check that both Shortcuts and Keyboard Maestro have the permissions they need?
The system is up to date (15.4 (24E5222f) beta).
Directly shortcut is working. It looks like the KM cannot get access to Apple Shortcuts app. I guess when I type in the Shortcut name in the Macro - there should be a list of shortcuts available. But there is nothing shown.
My guessing may be some permissions are missing, but seems like I have turned on all permissions. One hour ago, before updating to new Beta Mac OS everything was working.
Hm yeah, I'm not sure. I don't usually run beta OSs. Just having a quick look through my permissions and Keyboard Maestro has access to: Accessibility, App Management, Automation, Bluetooth, Local Network, and Screen & System Audio Recording.
My understanding - I shouldn't type in the shortcut name - I should be able to choose it from write dropdown. But there are no shortcuts found. That means KM do not see the shortcuts.
That's a little more than up to date... You should expect betas to break things, not work perfectly -- and this may be one of those things.
Check KM's entry in System Settings->Automation in case Apple have added new permissions for Shortcuts. But it might be that with the advent of App Intents they've changed how Shortcuts are accessed, in which case you'll have to wait for a fix.
In the meantime you could work round it with an AppleScript action. Assuming you've only one Shortcut called "Set VPN", this script should work (although not tested on the beta):
tell application "Shortcuts Events"
run item 1 of (get every shortcut whose name is "Set VPN")
end tell
I’m also encountering this error on version 15.4 beta 2 (beta 1 works fine).
Keyboard Maestro is unable to trigger shortcuts. When I attempt to select a shortcut, I’m met with the same message: “No Shortcuts Found.”
I’ve created a Time Machine snapshot and updated my Mac mini to version 15.4 beta 2. The issue persisted immediately. Restoring to the previous snapshot, which was version 15.4 beta, resolved the problem, indicating that something is malfunctioning in beta 2.