idpaterson / alfred-wunderlist-workflow

Unbelievably fast task entry in Wunderlist with due dates, reminders, and recurrence
298 stars 8 forks source link

Error on entering "wl", "Unable to run task!" #121

Closed piersolenski closed 8 years ago

piersolenski commented 8 years ago

As soon as I type "wl" I get the following popup... ember error popup

idpaterson commented 8 years ago

This error seems to suggest that one of the executables that Alfred is relying on for running scripts in the workflow is missing. Please run the following in your Terminal and paste back the results so that I can see if anything is abnormal:

ls /bin/bash; which bash; /bin/bash --version; ls /usr/bin/env; ls /usr/bin/python; which python; /usr/bin/env python --version

Additionally, please let me know which version of Alfred and the workflow you have installed and whether you tried reinstalling the workflow from scratch.

piersolenski commented 8 years ago

Weirdly uninstalling it and reinstalling it led to a broken workflow, however uninstalling it, restarting then reinstalling seems to make it work.

Here's the output for reference anyway:

/bin/bash
/bin/bash
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin15)
Copyright (C) 2007 Free Software Foundation, Inc.
/usr/bin/env
/usr/bin/python
/usr/bin/python
Python 2.7.10
idpaterson commented 8 years ago

Thanks, that is quite strange. I haven't seen that error before and the only discussion that I could find suggested that the executable used to run the workflow was missing (in the case of this workflow that would be bash, which I think would be extremely unlikely). Which version of the workflow and of Alfred are you using just in case anyone else has this problem?

piersolenski commented 8 years ago

Ah yes, I'm on Alfred 3 using 0.5.4 of the workflow. Cheers nonetheless!