GatorMapi Posted July 19, 2022 Share Posted July 19, 2022 (edited) On 7/18/2022 at 2:38 PM, vitor said: Open the debugger, set the log output to “All Information”, and perform the failing action. That should give hints to what is happening. @vitor Invalid syntax but I haven't modified the workflow. SyntaxError: invalid syntax [14:58:25.014] Date Calculator[Script Filter] Queuing argument 'f' [14:58:25.167] Date Calculator[Script Filter] Script with argv '(null)' finished [14:58:25.176] ERROR: Date Calculator[Script Filter] Code 1: File "date_calculator.py", line 107 <<<<<<< Updated upstream Edited July 19, 2022 by GatorMapi added @vitor Link to comment
giovanni Posted July 19, 2022 Share Posted July 19, 2022 oh, this seems a git comment, let me replace the file. The zipped version should work though. Link to comment
face Posted October 28, 2022 Share Posted October 28, 2022 Hi all, DCalc not works anymore on Ventura Max OS 13.0 ... and Alfred 5.0.3 Any help please ? Link to comment
xilopaint Posted October 28, 2022 Share Posted October 28, 2022 1 hour ago, face said: Hi all, DCalc not works anymore on Ventura Max OS 13.0 ... and Alfred 5.0.3 Any help please ? No way to help if you don't post Alfred Debugger information. Link to comment
face Posted October 28, 2022 Share Posted October 28, 2022 Here it is: [09:25:26.799] Logging Started... [09:25:28.925] Date Calculator[Script Filter] Queuing argument '10.1.2022 + 10d' [09:25:29.007] Date Calculator[Script Filter] Script with argv '(null)' finished [09:25:29.012] ERROR: Date Calculator[Script Filter] Code 1: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun Link to comment
face Posted October 28, 2022 Share Posted October 28, 2022 (edited) I've just install Ventura: i should execute this in Terminal ? xcode-select --install Edited October 28, 2022 by face Link to comment
xilopaint Posted October 28, 2022 Share Posted October 28, 2022 3 hours ago, face said: I've just install Ventura: i should execute this in Terminal ? xcode-select --install Run rm -rf /Library/Developer/CommandLineTools & xcode-select --install Link to comment
vitor Posted October 28, 2022 Share Posted October 28, 2022 5 hours ago, xilopaint said: Run rm -rf /Library/Developer/CommandLineTools & xcode-select --install The first part of the command should fail without sudo, and the separator has to be && otherwise you’re sending the job to the background. I’d just start with sudo xcode-select --reset, then (if that doesn’t fix it), xcode-select --install. 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