idpaterson / alfred-wunderlist-workflow

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

Wunderlist continually reactivated by wl command, lists not loading when not in "Normal" view #35

Closed idpaterson closed 10 years ago

idpaterson commented 10 years ago

Originally reported here by ltdxdtl and jumland on the Alfred forums:

everytime i type wl, I'm automatically redirected to the app and therefor can't type the rest of my query in alfred. I downloaded the lastest version of your script 0.202 but still having the same issues.

Accessibility

Jumland has checked the accessibility settings and they appear to be correct. There must be some other condition(s) that would cause the list info to not be loaded.

Workflow Settings

The settings.plist file submitted by jumland shows that the date is being set to Dec 31, 1999. This is done by invalidateListInfoCache(). There is no lists data.

idpaterson commented 10 years ago

This turned out to be related to the layout mode of Wunderlist. If the lists have not yet been loaded and Wunderlist is in either Compact or Minified view, the workflow cannot load the list info. There was an attempt to handle this problem in place but it is not working in this specific instance.