Hi, >From: Bob Brander <turtlethief / hotmail.com> >Reply-To: ruby-talk / ruby-lang.org >To: ruby-talk / ruby-lang.org (ruby-talk ML) >Subject: gmailer library problem >Date: Fri, 26 May 2006 11:43:52 +0900 > >I've been using the gmail library in ruby to connect to gmail for some >time, but now I get the following error: >/usr/lib/ruby/1.8/net/http.rb:1556:in `read_status_line': wrong status >line: "<HTML><HEAD><meta http-equiv=\"content-type\" >content=\"text/html;charset=utf-8\">" (Net::HTTPBadResponse) > from /usr/lib/ruby/1.8/net/http.rb:1538:in `read_new' > from /usr/lib/ruby/1.8/net/http.rb:833:in `request' > from /usr/lib/ruby/1.8/net/http.rb:615:in `get' > from ./gmailer.rb:196:in `connect_no_cookie' > from ./gmailer.rb:195:in `start' > from ./gmailer.rb:195:in `connect_no_cookie' > from ./gmailer.rb:123:in `initialize' > from ./gmailer.rb:1767:in `new' > from ./gmailer.rb:1767:in `connect' > >Does anyone know what the problem is? I didn't change any of my code, so >I don't know why it's doing this now. Also, I tried connecting (using >the same code, but just different username and password) to a different >gmail account I have, and that works fine... > What's your ruby version and gmailer version? I recommend you to use 1.8.4-17 rc 2 installer and gmailer 0.1.1 Regards, Park Heesob