Skip to content

Instantly share code, notes, and snippets.

@robbiet480
Created May 7, 2012 18:06
Show Gist options
  • Save robbiet480/2629361 to your computer and use it in GitHub Desktop.
Save robbiet480/2629361 to your computer and use it in GitHub Desktop.
t errors
When running:
t timeline @robbie --csv --number 3000
I get:
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:1060:in `request': undefined method `closed?' for nil:NilClass (NoMethodError)
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:772:in `get'
from /Library/Ruby/Gems/1.8/gems/faraday-0.8.0/lib/faraday/adapter/net_http.rb:70:in `perform_request'
from /Library/Ruby/Gems/1.8/gems/faraday-0.8.0/lib/faraday/adapter/net_http.rb:35:in `call'
from /Library/Ruby/Gems/1.8/gems/faraday-0.8.0/lib/faraday/response.rb:8:in `call'
from /Library/Ruby/Gems/1.8/gems/faraday-0.8.0/lib/faraday/request/url_encoded.rb:14:in `call'
from /Library/Ruby/Gems/1.8/gems/faraday-0.8.0/lib/faraday/request/multipart.rb:13:in `call'
from /Library/Ruby/Gems/1.8/gems/twitter-2.2.5/lib/twitter/request/oauth.rb:17:in `call'
from /Library/Ruby/Gems/1.8/gems/twitter-2.2.5/lib/twitter/request/multipart_with_file.rb:17:in `call'
from /Library/Ruby/Gems/1.8/gems/twitter-2.2.5/lib/twitter/request/phoenix.rb:13:in `call'
from /Library/Ruby/Gems/1.8/gems/faraday-0.8.0/lib/faraday/connection.rb:226:in `run_request'
from /Library/Ruby/Gems/1.8/gems/twitter-2.2.5/lib/twitter/request.rb:23:in `request'
from /Library/Ruby/Gems/1.8/gems/twitter-2.2.5/lib/twitter/request.rb:11:in `get'
from /Library/Ruby/Gems/1.8/gems/twitter-2.2.5/lib/twitter/client/timelines.rb:208:in `user_timeline'
from /Library/Ruby/Gems/1.8/gems/t-0.9.5/lib/t/cli.rb:713:in `timeline'
from /Library/Ruby/Gems/1.8/gems/t-0.9.5/lib/t/collectable.rb:32:in `collect_with_number'
from /Library/Ruby/Gems/1.8/gems/retryable-1.2.5/lib/retryable.rb:16:in `retryable'
from /Library/Ruby/Gems/1.8/gems/t-0.9.5/lib/t/collectable.rb:31:in `collect_with_number'
from /Library/Ruby/Gems/1.8/gems/t-0.9.5/lib/t/collectable.rb:17:in `collect_with_max_id'
from /Library/Ruby/Gems/1.8/gems/t-0.9.5/lib/t/collectable.rb:20:in `collect_with_max_id'
from /Library/Ruby/Gems/1.8/gems/t-0.9.5/lib/t/collectable.rb:26:in `collect_with_number'
from /Library/Ruby/Gems/1.8/gems/t-0.9.5/lib/t/collectable.rb:7:in `collect_with_count'
from /Library/Ruby/Gems/1.8/gems/t-0.9.5/lib/t/cli.rb:712:in `timeline'
from /Library/Ruby/Gems/1.8/gems/thor-0.15.2/lib/thor/task.rb:27:in `send'
from /Library/Ruby/Gems/1.8/gems/thor-0.15.2/lib/thor/task.rb:27:in `run'
from /Library/Ruby/Gems/1.8/gems/thor-0.15.2/lib/thor/invocation.rb:120:in `invoke_task'
from /Library/Ruby/Gems/1.8/gems/thor-0.15.2/lib/thor.rb:275:in `dispatch'
from /Library/Ruby/Gems/1.8/gems/thor-0.15.2/lib/thor/base.rb:408:in `start'
from /Library/Ruby/Gems/1.8/gems/t-0.9.5/bin/t:11
from /usr/bin/t:23:in `load'
from /usr/bin/t:23
And the CSV is empty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment