Jump to content

arougthopher

Member
  • Posts

    4
  • Joined

  • Last visited

arougthopher's Achievements

Helping Hand

Helping Hand (3/5)

2

Reputation

  1. tried, but was unable to reproduce. worked on a new script. only difference I can tell is that the permissions of the file I created in the new workflow were -rwxr-xr-x@ but the script that didn't work had -rwxr-x---@ but, that shouldn't cause a problem. If I can reproduce, I will submit a bug.
  2. Thanks for the quick reply. The workflow was developed internally at my company. It is a script to automate the connection to Cisco VPN. I already thought about the offline issue too ... I tried moving my Preferences folder out of my shared directory into my Documents folder on my local drive, and restarted it (can see in the log output earlier). So, I just fixed the workflow ... both the Script Filter Action and another Run Script action had Language set to "external script". Changed it to Python3, and just pasted the script directly into the text field, instead of referencing the script file in the preferences directory, and it works. I will try to create a new simple sample workflow, using the External Script option, and see if it happens again.
  3. I saw a similar question about this, however, that was resolved via dependency issues. And at this point, I don't seem to have that problem that I can tell ... I have a workflow, which has run in the past, but not since updating to Sonoma. Debug output: [09:13:34.934] Workflow[Script Filter] Queuing argument '(null)' [09:13:34.944] Workflow[Script Filter] Script with argv '' finished [09:13:34.951] ERROR: Workflow[Script Filter] Code -1: Task '/Users/ashfordp/Documents/Alfred5/Alfred.alfredpreferences/workflows/user.workflow.473C055E-E863-4FBF-A054-D91C56DBD378/status.py' failed with reason 'launch path not accessible' If it was a dependency issue, I would expect that I cannot run that status.py script from the terminal, but I can. The script env is: #!/usr/bin/env python3 which is installed in /usr/local/bin/python3, so I am able to execute that script. My only other guess is that when Alfred is executing the script, /usr/local/bin is not on the path maybe?? The script is in a Script Filter Input, marked as an "external script". Any thoughts/helpful hints would be appreciated. Paul Alfred: 5.1.4 MacOS: 14.1.1
  4. I have tried the Download links as well, but Dropbox says the file does not exist. @Carlos-SzCan you please provide a link to the latest download? Thanks!
×
×
  • Create New...