alfredapp / shortcuts-workflow

Run installed macOS shortcuts
BSD 3-Clause "New" or "Revised" License
246 stars 4 forks source link

Shortcut is not running #3

Closed daniellacoste closed 1 year ago

daniellacoste commented 1 year ago

Workflow version

2022.12

Alfred version

5.0.6[2110]

macOS version

12.4 (21F79)

Debugger output

[17:42:17.077] Shortcuts[Script Filter] Queuing argument '(null)'
[17:42:17.191] Shortcuts[Script Filter] Script with argv '(null)' finished
[17:42:17.193] Shortcuts[Script Filter] {"items":[{"variables":{"shortcut":"M1 - Copy Paste on Simulator (bypass)"},"uid":"M1 - Copy Paste on Simulator (bypass) ","title":"M1 - Copy Paste on Simulator (bypass)","subtitle":"","mods":{"cmd":{"subtitle":"Run with argument"}},"match":"M1 - Copy Paste on Simulator (bypass) "}]}
[17:42:18.083] Shortcuts[Script Filter] Processing complete
[17:42:18.085] Shortcuts[Script Filter] Passing output '' to Arg and Vars
[17:42:18.086] Shortcuts[Arg and Vars] Processing complete
[17:42:18.086] Shortcuts[Arg and Vars] Passing output '' to Conditional
[17:42:18.086] Shortcuts[Conditional] Processing complete
[17:42:18.087] Shortcuts[Conditional] Passing output '' to Arg and Vars
[17:42:18.087] Shortcuts[Arg and Vars] Processing complete
[17:42:18.088] Shortcuts[Arg and Vars] Passing output '' to JSON Config
[17:42:18.088] Shortcuts[JSON Config] Processing complete
[17:42:18.093] Shortcuts[JSON Config] Passing output '' to Run Shortcut

More details

The earlier version of this workflow was working with this shortcut from SO, specifically linked here, but now it no longer works after the update that was released last week. Thanks for taking a look!

vitorgalvao commented 1 year ago

The latest version hasn’t made any changes that would affect this. If you revert to it, does the shortcut work again?

daniellacoste commented 1 year ago

Nevermind—it was a silly mistake on my part—at some point the hardware keyboard in Simulator.app was disconnected (via cmd-shift-K). Closing, thanks!