Is your library following redirects?

On Aug 7, 10:18 am, David Fisher <tib...@gmail.com> wrote:
> If you're getting that then you're getting more than me.
>
> I'm just doing:
>
> require 'rubygems'
> gem 'twitter'
> require 'twitter'
>
> Twitter::Search.new('foo').each do |r|
>   puts r.inspect
> end
>
> And I get only this back now:
>
> /var/lib/gems/1.8/gems/httparty-0.4.3/lib/httparty/request.rb:56:in
> `setup_raw_request': undefined method `request_uri' for #<URI::Generic:
> 0x7f99f9516ea0> (NoMethodError)
>         from /var/lib/gems/1.8/gems/httparty-0.4.3/lib/httparty/request.rb:
> 39:in `perform'
>         from /var/lib/gems/1.8/gems/httparty-0.4.3/lib/httparty/request.rb:
> 99:in `handle_response'
>         from /var/lib/gems/1.8/gems/httparty-0.4.3/lib/httparty/request.rb:
> 40:in `perform'
>         from /var/lib/gems/1.8/gems/httparty-0.4.3/lib/httparty.rb:156:in
> `perform_request'
>         from /var/lib/gems/1.8/gems/httparty-0.4.3/lib/httparty.rb:122:in
> `get'
>         from /var/lib/gems/1.8/gems/twitter-0.6.13/lib/twitter/search.rb:
> 100:in `fetch'
>         from /var/lib/gems/1.8/gems/twitter-0.6.13/lib/twitter/search.rb:
> 108:in `each'
>         from searchtest.rb:5
>
> My search is totally borked. Its just the API though I think, give it
> some time
>
> On Aug 7, 11:20 am, diddy <david.barrowcl...@gmail.com> wrote:
>
> > Hi,
>
> > I use the Twitter search api, e.g: -
>
> >http://search.twitter.com/search.rss?q=iphone
>
> > and I now get: -
>
> > "You have been rate limited. Enhance your calm."
>
> > I rely on this for my application.  Anything I can do to stop it?
>
> > Thanks!

Reply via email to