astanciu Posted February 2 Share Posted February 2 Hi I have a workflow that used to work perfectly fine, but suddenly stopped triggering, and I can't figure out why. The workflow converts Hexadecimal numbers to Decimal numbers, for ex: "0x123" to "291". My workflow was setup so that I could open Alfred input window, paste the value "0x123" and it would show me the conversion, adding it clipboard if I hit enter. The trigger was setup to look for input that starts with "0x". Attached are screenshots of the setup. Recently, however, it doesn't seem to recognize the trigger and just defaults to basic search. If I enter just the trigger "0x" it shows the workflow, but this isn't helpful. What changed? How can I fix this? Thank you! Link to comment
vitor Posted February 2 Share Posted February 2 It’s not possible to say for certain based on screenshots alone, but chances are your node installation no longer exists, e.g. you’ve updated it with nvm and removed the old one. Check the debugger to really see what’s going on. astanciu 1 Link to comment
astanciu Posted February 2 Author Share Posted February 2 Update, found the debugger and was able to see the logs, which told me the node version that my script was trying to execute was no longer there (due to me recently upgrading). All good Link to comment
astanciu Posted February 2 Author Share Posted February 2 2 minutes ago, vitor said: It’s not possible to say for certain based on screenshots alone, but chances are your node installation no longer exists, e.g. you’ve updated it with nvm and removed the old one. Check the debugger to really see what’s going on. Exactly. Great instinct! Link to comment
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