Skip to content

Instantly share code, notes, and snippets.

@carmstrong
Created January 5, 2014 03:34
Show Gist options
  • Save carmstrong/8263958 to your computer and use it in GitHub Desktop.
Save carmstrong/8263958 to your computer and use it in GitHub Desktop.
stove 2.0.0 error
carmstrong@linuxmint-pc ~ $ bake
ERROR `warn' is not a valid Log Level!
/var/lib/gems/2.0.0/gems/stove-2.0.0.beta.1/lib/stove/mixins/loggable.rb:19:in `initialize': wrong number of arguments (1 for 0) (ArgumentError)
from /var/lib/gems/2.0.0/gems/stove-2.0.0.beta.1/lib/stove/mixins/loggable.rb:19:in `new'
from /var/lib/gems/2.0.0/gems/stove-2.0.0.beta.1/lib/stove/mixins/loggable.rb:19:in `log'
from /var/lib/gems/2.0.0/gems/stove-2.0.0.beta.1/lib/stove/mixins/loggable.rb:28:in `log'
from /var/lib/gems/2.0.0/gems/stove-2.0.0.beta.1/lib/stove/cli.rb:45:in `rescue in execute!'
from /var/lib/gems/2.0.0/gems/stove-2.0.0.beta.1/lib/stove/cli.rb:53:in `execute!'
from /var/lib/gems/2.0.0/gems/stove-2.0.0.beta.1/bin/bake:4:in `<top (required)>'
from /usr/local/bin/bake:23:in `load'
from /usr/local/bin/bake:23:in `<main>'
@carmstrong
Copy link
Author

carmstrong@linuxmint-pc ~ $ bake -l debug
/var/lib/gems/2.0.0/gems/stove-2.0.0.beta.1/lib/stove/mixins/loggable.rb:19:in initialize': wrong number of arguments (1 for 0) (ArgumentError) from /var/lib/gems/2.0.0/gems/stove-2.0.0.beta.1/lib/stove/mixins/loggable.rb:19:innew'
from /var/lib/gems/2.0.0/gems/stove-2.0.0.beta.1/lib/stove/mixins/loggable.rb:19:in log' from /var/lib/gems/2.0.0/gems/stove-2.0.0.beta.1/lib/stove/mixins/loggable.rb:28:inlog'
from /var/lib/gems/2.0.0/gems/stove-2.0.0.beta.1/lib/stove/cli.rb:45:in rescue in execute!' from /var/lib/gems/2.0.0/gems/stove-2.0.0.beta.1/lib/stove/cli.rb:53:inexecute!'
from /var/lib/gems/2.0.0/gems/stove-2.0.0.beta.1/bin/bake:4:in <top (required)>' from /usr/local/bin/bake:23:inload'
from /usr/local/bin/bake:23:in `

'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment