Jump to content

RKo

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by RKo

  1. On 3/18/2020 at 3:50 PM, fuorviatos said:

    Hi,

     

    I'm not sure if the worflow is still being used and supported.

    I cannot log in, with the error below. When I type "lplogin" nothing happens, there is no notification etc.

     

    I'm on a recent updated Catalina's macbook pro.

     

     

    Would someone has an idea what's going on?

     

    Thanks a lot!

     

    I found what was causing the error for me.

    When you open the workflow:
    - click on the /usr/bin/osascript
    - change the last lines from

    if ("{query}" = "scriptlocationnotset") then
    tell application "Alfred 3" to search "lp "
    end if

     

    to:

    if ("{query}" = "scriptlocationnotset") then
    tell application "Alfred 4" to search "lp "
    end if

    - then it should work again.

×
×
  • Create New...