I too am having the same problem. Posted details in this thread.
It makes the quick capture feature pretty useless, so PLEASE do something about it. I’d be happy to provide you with crash logs or whatever else is necessary for you to get a grip on this. Thanks.
I also have a similar problem with OF2 only with the Chrome browser
Error compiling handler script for <ScriptHandler:0x608000113830 com.omnigroup.OmniFocus.ScriptHandler.GoogleChrome NSBundle </Applications/OmniFocus.app/Contents/PlugIns/BuiltInClippingHandlers.plugin> (not yet loaded)>: Expected end of line but found property.
Just updated to 2.0.3 and getting the same error. Was hoping one of these dot releases would fix it.
Thinking I’ll try wiping everything and doing a clean instalI. Could be lingering issue from having OF1 previously.
I use cloud sync… is there any benefit to preserving any of the backup files on my laptop? Is there preferences file I can save and restore so I my configuration is saved?
Had this problem with Chrome and OmniFocus 2.0.3. Fixed it by editing the applescript at /Applications/OmniFocus.app/Contents/PlugIns/BuiltInClippingHandlers.plugin/Contents/Resources/Chrome.applescript
Problem was I have parallels installed, and so I had to change the line:
Thank you so much for figuring this out!
Fixed the issue - I registered an account just to let you know that you made my day with something you shared two years ago :-)
Sorry for the trouble folks! The bundled script has not been edited because referring to an Application by its absolute path is not technically correct and will break in several situations.
Does everyone who has this problem have Parallels or VMWare installed? We’re wondering if the Unity/Coherence versions of the windows version of Chrome are the source of the problem.
Regardless, we’re wondering if folks who do have this problem can try editing the tell line to
tell application id "com.google.Chrome"
instead of referencing the path. Does this also fix the problem? The line above is something that we actually can ship bundled.