cakerug Posted November 14 Posted November 14 (edited) Not a huge issue since I found a workaround, but just curious about it: Basically I have a very simple workflow that has two keywords to run a command: `/Applications/Brave\ Browser.app/Contents/MacOS/Brave\ Browser --profile-directory="Default" {query}` Each hotkey runs it with a different profile-directory. My hotkeys are `np` and `nw`. Randomly, `np` just stopped working -- `nw` worked fine. In the debug log, it looked like it was working fine. In order to get it to work, I repointed `np` to the nw script and `nw` to the np script then I renamed the keywords. I'm imagining this cleared a cache or something in order to reset everything? No clue. Has anyone had something like this happen? The workflow: https://file.io/mPhHGZpiNKRI -- let me know if there's a better way to share this. Too lazy to make a github repo for this. It's just this: Edited November 14 by cakerug more details
vitor Posted November 14 Posted November 14 Welcome @cakerug, The link to the workflow is fine. What does the debugger say? Also, always prefer with input as argv over with input as {query}
cakerug Posted November 17 Author Posted November 17 (edited) It just said: [23:42:16.265] Logging Started... [23:42:18.117] Better Brave[Keyword] Processing complete [23:42:18.118] Better Brave[Keyword] Passing output '' to Run Script But, it is working as expected after I just pointed the keywords to different Run Scripts? Anyway, if it happens again, I'll report back. Edited November 17 by cakerug
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now