Jump to content

Can't get Workflows running


Recommended Posts

Hey guys, I Use Alfred for a few months now and today I decided to buy the powerpack to get access to the workflows. The main reason is the following workflow:

https://github.com/wookayin/alfred-latex-symbols-workflow

to make LaTeX easier to use. So I happily installed the workflow but when I tried to use it, it did not work. 

When I type the keyword "tex" in Alfred, the option "Search LaTeX Symbols" shows up as intended, but not even for a second and then It vanishes and I can't use it. 

 

So I tried other workflows. The following was up next: 

http://www.packal.org/workflow/copy-url

But the result was very similar. The keyword is "url". When I type "ur" the option shows up, but when I press enter, it just autocompletes to "url" and the option vanishes. When I type the whole "url" keyword, the option shows up for a very short time and then vanishes.

 

I then tried this:

With the same result. The option shows up for not even a second and then vanishes.

 

So this is my problem. None of these Workflow works for me, but I'm pretty new to this topic, so I have no idea, where my problem can be...I Hope there's somebody who can help me!

It may be worth mentioning, that I also tried the in-built workflow, that just creates a todo list. So, this workflow worked...this confused me all the more...

 

So I hope you have solutions or advices, thanks in advance!

 

Johannes

 

Edit: So I recently found the debugger. I attach some pictures of these. I can't get any helpful information for me

The Latex Workflow:

709539405_Bildschirmfoto2020-05-27um15_14_47.thumb.png.708e3110395b7195ced1883703f9868d.png...

 

The iMessages Workflow:

383822973_Bildschirmfoto2020-05-27um15_15_34.png.6ba138cdd7865854aa36d10bf36fd2bb.png

 

The Copy-URL Workflow:

576801473_Bildschirmfoto2020-05-27um15_16_04.thumb.png.dd03df08839f1eb5674b4298c7ad9fab.png

 

Edited by Johannes
Link to comment

@Johannes It's difficult to see what could be going on from the screenshots, as each 3rd party workflow can throw different errors depending on how they have been created. I get a sense that you may be missing some scripting components required to run these workflows.

 

It's quite normal to have the argument as empty, and therefore the argv as null (i.e. not set).

 

Do the built in example workflows and getting started workflows (from the + button in the Workflow editor) work as expected? (a good one to test could be the Getting Started > Advanced Script Filters, then the jtimer keyword).

 

Cheers,

Andrew

Link to comment

@Johannes About the LaTeX workflow: I had the same problem, it appears to be a known issue, see https://github.com/wookayin/alfred-latex-symbols-workflow/issues/4

 

The workaround given there worked for me:

 

Quote

wookayin commented on 15 Jun 2018

As a workaround until I fix the issue, you can do the following:

  • Make sure that ruby is installed in your system (e.g. /usr/bin/ruby)
  • Locate the workflow directory (Right-click on the workflow -- Open in Finder/Terminal to get the path)
  • Open the terminal and go to the workflow directory. Then:

$ bundle install --standalone

 

I had to install bundler (https://bundler.io) on my computer before, by using

sudo gem install bundler

and then it worked like a charm.

 

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