Created
May 20, 2012 03:07
-
-
Save martisj/2738149 to your computer and use it in GitHub Desktop.
guard error messages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/martin/.rvm/gems/ruby-1.9.2-p290/gems/rb-appscript-0.6.1/lib/appscript.rb:542:in `_send_command': CommandError (Appscript::CommandError) | |
OSERROR: -10000 | |
MESSAGE: Apple event handler failed. | |
COMMAND: app("/Library/PreferencePanes/Growl.prefPane/Contents/Resources/GrowlHelperApp.app").register({:all_notifications=>["success", "pending", "failed", "notify"], :as_application=>"Guard", :default_notifications=>"notify"}) | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/gems/rb-appscript-0.6.1/lib/appscript.rb:642:in `method_missing' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/gems/growl_notify-0.0.3/lib/growl_notify.rb:29:in `register' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/gems/growl_notify-0.0.3/lib/growl_notify.rb:19:in `config' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/gems/guard-1.0.3/lib/guard/notifiers/growl_notify.rb:42:in `available?' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/gems/guard-1.0.3/lib/guard/notifier.rb:119:in `add_notification' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/gems/guard-1.0.3/lib/guard/notifier.rb:156:in `block in auto_detect_notification' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/gems/guard-1.0.3/lib/guard/notifier.rb:156:in `each' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/gems/guard-1.0.3/lib/guard/notifier.rb:156:in `any?' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/gems/guard-1.0.3/lib/guard/notifier.rb:156:in `auto_detect_notification' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/gems/guard-1.0.3/lib/guard/notifier.rb:82:in `turn_on' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/gems/guard-1.0.3/lib/guard.rb:211:in `start' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/gems/guard-1.0.3/lib/guard/cli.rb:81:in `start' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/gems/thor-0.14.6/lib/thor/task.rb:22:in `run' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/gems/thor-0.14.6/lib/thor/invocation.rb:118:in `invoke_task' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/gems/thor-0.14.6/lib/thor.rb:263:in `dispatch' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/gems/thor-0.14.6/lib/thor/base.rb:389:in `start' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/gems/guard-1.0.3/bin/guard:6:in `<top (required)>' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/bin/guard:19:in `load' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/bin/guard:19:in `<main>' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/bin/ruby_noexec_wrapper:14:in `eval' | |
from /Users/martin/.rvm/gems/ruby-1.9.2-p290/bin/ruby_noexec_wrapper:14:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment