Jump to content

Yet another date calculator


Recommended Posts

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 by GatorMapi
added @vitor
Link to comment
  • 3 months later...

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
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...