Help with Twitter4r

View: New views
2 Messages — Rating Filter:   Alert me  

Help with Twitter4r

by Eduardo Gonçalves :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi everybody... This is my first post where with a doubt in the first
application that i am developing in ruby... I'm using Twitter4r library
and Ramaze instead of Rails.

I think the problem is this bit of code:

def generate
 @content = ''
 client = Twitter::Client.new(:login => 'myuser', :password => 'mypass')
 received_messages = client.messages(:received)
 received_messages.each do |f|
  @content = @content + f.text + ', '
 end
end

The error message is:

Errno::ETIMEDOUT at /generate
A connection attempt failed because the connected component does not
respond properly after a period of time or established connection failed
because connected host has not responded. - Connect (2)

Ruby /lib/ruby/1.8/net/http.rb: in initialize, line 564
Web GET localhost/generate

Thanks!

Edward.
--
Posted via http://www.ruby-forum.com/.


Re: Help with Twitter4r

by James Britt-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Eduardo Goncalves wrote:

> Hi everybody... This is my first post where with a doubt in the first
> application that i am developing in ruby... I'm using Twitter4r library
> and Ramaze instead of Rails.
>
> I think the problem is this bit of code:
>
> def generate
>  @content = ''
>  client = Twitter::Client.new(:login => 'myuser', :password => 'mypass')
>  received_messages = client.messages(:received)
>  received_messages.each do |f|
>   @content = @content + f.text + ', '
>  end
> end
>

Can you get this code to work as a stand-alone script?


James

--
James Britt

www.jamesbritt.com           - Playing with Better Toys
www.ruby-doc.org             - Ruby Help & Documentation
www.rubystuff.com            - The Ruby Store for Ruby Stuff
www.neurogami.com            - Smart application development