untoldwind / alfred2-layout

Alfred 2 Layout workflow
http://untoldwind.github.io/projects/alfred2-layout.html
199 stars 16 forks source link

Not work in 10.11.4 #12

Closed Jarvin-Guan closed 8 years ago

Jarvin-Guan commented 8 years ago

\ I got exception when i debug it**

Starting debug for 'Layout'

[ERROR: alfred.workflow.action.script] given is experimental at layout.pl line 274. when is experimental at layout.pl line 275. when is experimental at layout.pl line 281. when is experimental at layout.pl line 291. when is experimental at layout.pl line 311. when is experimental at layout.pl line 349. when is experimental at layout.pl line 373. Can't call method "position" on unblessed reference at layout.pl line 247.

untoldwind commented 8 years ago

Hi,

have you found the cause for this problem? My best guess is that UI automation has been disabled for Alfred during the update. If that's case I think I should handle the error properly (e.g. display an allertbox or something)

Jarvin-Guan commented 8 years ago

@untoldwind

Hello,

I found the problem i was meeted is alfred have not enough permission to handle windows. So ,you should setting below:

wechat_1463297778

I hope it can help you

untoldwind commented 8 years ago

Yes, thanks ...

I'll try to create a more obvious error message for this case.