Jump to content

cwagdev

Member
  • Posts

    5
  • Joined

  • Last visited

cwagdev's Achievements

Helping Hand

Helping Hand (3/5)

1

Reputation

  1. Ok yep, definitely was an OS issue. I reinstalled on top of my existing install and it works fine now. Thanks for the suggestions!
  2. Yeah I am thinking I'll have to go the reinstall route. I also noticed that the Dropbox app doesn't work either when I click recent files or "Open Dropbox.com", something has gone awry with the update it seems
  3. Sorry for misleading, I am not trying to use oascript myself, I found that the workflow I use is using it. Seen here: https://github.com/gharlan/alfred-github-workflow/blob/master/action.php#L74 The issue appears to be that oascript itself is messed up on my system, I was hoping someone here had seen this before. Running the syntax you provided yields the same result. $ osascript -e 'open location "https://google.com"' osascript: can't open default scripting component. Thanks for the reply.
  4. Hello Scripting Gurus! I had been using this excellent GitHub workflow just fine in 10.10 and since updating 10.11 it stopped opening Safari. I ran in debug mode to see if I could gather any information and am seeing this result... Processing output 'alfred.workflow.action.script' with arg 'https://github.com/cwagdev/random' [ERROR: alfred.workflow.action.script] osascript: can't open default scripting component. [INFO: alfred.workflow.action.script] Processing output 'alfred.workflow.output.notification' with arg '' I opened an issue on the GitHub project as well, https://github.com/gharlan/alfred-github-workflow/issues/50 Any thoughts? Google search results seem to suggest this is a pretty arcane/uncommon issue. Also, running the resulting command from the workflow in Terminal yields a similar result. $ osascript -e "open location \"'google.com'\"" $ osascript: can't open default scripting component. Seems more of an OS issue than Alfred, but hoping that the scripting Gurus in here could assist.
  5. I have my workflows hosted on GitHub, you can check them out and submit pull requests with any changes you think would be good. https://github.com/cwagdev/AlfredWorkflows
×
×
  • Create New...