search for: open_loop

Displaying 7 results from an estimated 7 matches for "open_loop".

Did you mean: open_lock
2006 Apr 14
2
Markaby trunk broken?
...e.whytheluckystiff.net/svn/markaby/trunk + ./trunk/svnindex.xsl /usr/local/lib/ruby/1.8/open-uri.rb:290:in `open_http'': 404 Not Found (OpenURI::HTTPError) from /usr/local/lib/ruby/1.8/open-uri.rb:629:in `buffer_open'' from /usr/local/lib/ruby/1.8/open-uri.rb:167:in `open_loop'' from /usr/local/lib/ruby/1.8/open-uri.rb:165:in `open_loop'' from /usr/local/lib/ruby/1.8/open-uri.rb:135:in `open_uri'' from /usr/local/lib/ruby/1.8/open-uri.rb:531:in `open'' from /usr/local/lib/ruby/1.8/open-uri.rb:86:in `open'...
2006 Mar 24
8
[OT] Does Net::HTTP support secure connections ?
Hi ! I''m trying to connect to an https URL, but it seems it doesn''t work. Has anyone successfully connected from Ruby to an HTTPS server ? Thanks ! -- Fran?ois Beausoleil http://blog.teksol.info/
2008 May 17
1
Can someone help with this error?
...hanks! Raghu ====================================================== /usr/lib/ruby/1.8/open-uri.rb:287:in `open_http'': 500 Internal Server Error (OpenURI::HTTPError) from /usr/lib/ruby/1.8/open-uri.rb:626:in `buffer_open'' from /usr/lib/ruby/1.8/open-uri.rb:164:in `open_loop'' from /usr/lib/ruby/1.8/open-uri.rb:162:in `catch'' from /usr/lib/ruby/1.8/open-uri.rb:162:in `open_loop'' from /usr/lib/ruby/1.8/open-uri.rb:132:in `open_uri'' from /usr/lib/ruby/1.8/open-uri.rb:528:in `open'' from /u...
2009 Mar 17
7
urgent please :HTTPS html parsing
...e to load -- net/https (LoadError) from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' from /usr/lib/ruby/1.8/open-uri.rb:230:in `open_http'' from /usr/lib/ruby/1.8/open-uri.rb:616:in `buffer_open'' from /usr/lib/ruby/1.8/open-uri.rb:164:in `open_loop'' from /usr/lib/ruby/1.8/open-uri.rb:162:in `catch'' from /usr/lib/ruby/1.8/open-uri.rb:162:in `open_loop'' from /usr/lib/ruby/1.8/open-uri.rb:132:in `open_uri'' from /usr/lib/ruby/1.8/open-uri.rb:518:in `open'' from /usr/lib/ruby/1.8/open-uri.rb:30...
2006 Apr 05
0
markaby, installation problem,
...ckystiff.net/svn/markaby/trunk + ./trunk/svnindex.xsl /usr/local/lib/ruby/1.8/open-uri.rb:290:in `open_http'': 404 Not Found (OpenURI::HTTPError) from /usr/local/lib/ruby/1.8/open-uri.rb:629:in `buffer_open'' from /usr/local/lib/ruby/1.8/open-uri.rb:167:in `open_loop'' from /usr/local/lib/ruby/1.8/open-uri.rb:165:in `open_loop'' from /usr/local/lib/ruby/1.8/open-uri.rb:135:in `open_uri'' from /usr/local/lib/ruby/1.8/open-uri.rb:531:in `open'' from /usr/local/lib/ruby/1.8/open-uri.rb:86:in `...
2007 Apr 28
0
script/plugin and http-proxy with Authentication
...cation Required ( Der ISA Server erfordert Autorisierung, um die Anfrage durchfhren zu k?nen. Der Zugriff auf den Webproxydienst wird verweigert. ) (OpenURI::HTTPError) from c:/ruby/lib/ruby/1.8/open-uri.rb:626:in `buffer_open'' from c:/ruby/lib/ruby/1.8/open-uri.rb:164:in `open_loop'' from c:/ruby/lib/ruby/1.8/open-uri.rb:162:in `catch'' from c:/ruby/lib/ruby/1.8/open-uri.rb:162:in `open_loop'' from c:/ruby/lib/ruby/1.8/open-uri.rb:132:in `open_uri'' from c:/ruby/lib/ruby/1.8/open-uri.rb:528:in `open''...
2005 Dec 19
15
OpenSSL ''no ciphers'' error on OS X when using Net::HTTP
OpenSSL::SSL::SSLError: SSL_CTX_new:: library has no ciphers This error is thrown whenever I use anything that uses Net::HTTP. OS X Tiger, ruby 1.8.2 (2004-12-25) [powerpc-darwin8.2.1] What could it mean? Joshua Sierles