Skip to content

Instantly share code, notes, and snippets.

@zapnap
Created April 17, 2009 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zapnap/97193 to your computer and use it in GitHub Desktop.
Save zapnap/97193 to your computer and use it in GitHub Desktop.
$rake twitter:update --trace
(in /Users/rafael/Desktop/retweet)
** Invoke twitter:update (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute twitter:update
rake aborted!
stack level too deep
/Library/Ruby/Gems/1.8/gems/mash-0.0.3/lib/mash.rb:192:in `convert_value'
/Library/Ruby/Gems/1.8/gems/extlib-0.9.11/lib/extlib/mash.rb:43:in `regular_writer'
/Library/Ruby/Gems/1.8/gems/extlib-0.9.11/lib/extlib/mash.rb:43:in `regular_writer'
/Library/Ruby/Gems/1.8/gems/mash-0.0.3/lib/mash.rb:88:in `[]='
/Library/Ruby/Gems/1.8/gems/mash-0.0.3/lib/mash.rb:170:in `method_missing'
/Library/Ruby/Gems/1.8/gems/mash-0.0.3/lib/mash.rb:138:in `send'
/Library/Ruby/Gems/1.8/gems/mash-0.0.3/lib/mash.rb:138:in `deep_update'
/Library/Ruby/Gems/1.8/gems/mash-0.0.3/lib/mash.rb:132:in `each_pair'
/Library/Ruby/Gems/1.8/gems/mash-0.0.3/lib/mash.rb:132:in `deep_update'
/Library/Ruby/Gems/1.8/gems/mash-0.0.3/lib/mash.rb:50:in `initialize'
/Library/Ruby/Gems/1.8/gems/twitter-0.6.0/lib/twitter/search.rb:91:in `new'
/Library/Ruby/Gems/1.8/gems/twitter-0.6.0/lib/twitter/search.rb:91:in `fetch'
/Library/Ruby/Gems/1.8/gems/twitter-0.6.0/lib/twitter/search.rb:98:in `each'
./lib/status.rb:47:in `update'
./lib/status.rb:46:in `each'
./lib/status.rb:46:in `update'
/Users/rafael/Desktop/retweet/Rakefile:31
/Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:617:in `call'
/Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:617:in `execute'
/Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:612:in `each'
/Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:612:in `execute'
/Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:578:in `invoke_with_call_chain'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:571:in `invoke_with_call_chain'
/Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:564:in `invoke'
/Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:2027:in `invoke_task'
/Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level'
/Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `each'
/Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level'
/Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in `standard_exception_handling'
/Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:1999:in `top_level'
/Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:1977:in `run'
/Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in `standard_exception_handling'
/Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:1974:in `run'
/Library/Ruby/Gems/1.8/gems/rake-0.8.4/bin/rake:31
/usr/bin/rake:19:in `load'
/usr/bin/rake:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment