search for: reading_body

Displaying 5 results from an estimated 5 matches for "reading_body".

2007 Feb 07
15
https with certificates
I poked around the web a little and didn''t run across how to use https when it asks for certificate validation. I''m trying to connect to devices that don''t have valid certificates, and in this case, I don''t care if they are or not. So when I use my browser to ge to the site, firefox asks me to allow the certificate, then one other question, then I get the
2007 Nov 12
3
Weird error downloading a gzip''ed file
...y124w.bay124.mail.live.com/mail/GetContacts.aspx" Err: unexpected end of file Trace: /usr/lib/ruby/1.8/mechanize.rb:372:in `read'' /usr/lib/ruby/1.8/mechanize.rb:372:in `fetch_page'' /usr/lib/ruby/1.8/net/http.rb:1050:in `request'' /usr/lib/ruby/1.8/net/http.rb:2133:in `reading_body'' /usr/lib/ruby/1.8/net/http.rb:1049:in `request'' /usr/lib/ruby/1.8/mechanize.rb:345:in `fetch_page'' /usr/lib/ruby/1.8/net/http.rb:543:in `start'' /usr/lib/ruby/1.8/mechanize.rb:339:in `fetch_page'' /usr/lib/ruby/1.8/mechanize.rb:139:in `get'' /usr/...
2009 May 20
1
activeresource-2.3.2 HTTPHeaderSyntaxError
...0:in `read_body_0'' from /usr/local/lib/ruby/1.8/net/http.rb:2173:in `read_body'' from /usr/local/lib/ruby/1.8/net/http.rb:846:in `post'' from /usr/local/lib/ruby/1.8/net/http.rb:1053:in `request'' from /usr/local/lib/ruby/1.8/net/http.rb:2136:in `reading_body'' from /usr/local/lib/ruby/1.8/net/http.rb:1052:in `request'' from /usr/local/lib/ruby/1.8/net/http.rb:1037:in `request'' from /usr/local/lib/ruby/1.8/net/http.rb:543:in `start'' from /usr/local/lib/ruby/1.8/net/http.rb:1035:in `request''...
2012 Jan 27
2
dealing with Encoding::UndefinedConversionError: "\xA2" from ASCII-8BIT to UTF-8
...tp/agent.rb:795:in `response_read'' from /app/vendor/bundle/ruby/1.9.1/gems/mechanize-2.1/lib/mechanize/http/agent.rb:267:in `block in fetch'' from /usr/local/lib/ruby/1.9.1/net/http.rb:1194:in `block in transport_request'' from /usr/local/lib/ruby/1.9.1/net/http.rb:2342:in `reading_body'' from /usr/local/lib/ruby/1.9.1/net/http.rb:1193:in `transport_request'' from /usr/local/lib/ruby/1.9.1/net/http.rb:1177:in `request'' from /app/vendor/bundle/ruby/1.9.1/gems/net-http-persistent-2.3.3/lib/net/http/persistent.rb:621:in `request'' from /app/vendor/bun...
2007 Mar 25
5
mechanize 0.6.6 Released
mechanize version 0.6.6 has been released! http://mechanize.rubyforge.org/ The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history. Changes: =