similar to: script/plugin and http-proxy with Authentication

Displaying 19 results from an estimated 19 matches similar to: "script/plugin and http-proxy with Authentication"

2006 Apr 14
2
Markaby trunk broken?
Hello! Does anyone know how I can check out the Markaby trunk? I''m getting this error: <code> ruby script/plugin install http://code.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''
2008 May 17
1
Can someone help with this error?
Hello all, I get this intermittent error saying OpenURI::HTTPError. At the bottom of the email is what is reported in my backgroundrb_server_<port>.log file. The process_netflix_reviews method is parsing (in the background) Netflix''s RSS feeds. This error also pretty much brings down the BDRb process and to recover, I am forced to do a ./script/backgroundrb stop
2006 Apr 05
0
markaby, installation problem,
Hello, I get this error when installating Markaby plugin. Using a browser I can access this site, but here ''open-uri.rb'' says ''404 Not Found''. Am I missing the point? Thanks in advance. site:/home/jnowak/project# ruby script/plugin install http://code.whytheluckystiff.net/svn/markaby/trunk + ./trunk/svnindex.xsl
2009 Mar 17
7
urgent please :HTTPS html parsing
Hi, Is there any way to extract the html code of a https:// website in hpricot. When i use hpricot to access a https:// website i receive the following error. /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'': no such file to load -- net/https (LoadError) from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' from
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 Nov 21
2
How to install the plugin manually?
Dear all I would like to install plugin auto_complete but failed.. jruby -S script/plugin discover C:/jruby-1.1.5/lib/ruby/1.8/open-uri.rb:278:in `open_http'': 407 Proxy Authentication Required (OpenURI::HTTPError) I have set the http_proxy=http://user:password@host:port/, It is working fine to fetch gem files. I know the plugin is in here:
2006 Jun 15
8
Markaby Installation Issues
Ok, So I followed the directions.. I did a ''gem install markaby'' (which sounds like its enough to get me going for rails), but I wasn''t sure, so I tried to install the plugin as well. Plugin installation fails looking for a file: Script/plugin install http://code.whytheluckystiff.net/svn/markaby/trunk Outputs this error: + ./trunk/svnindex.xsl
2008 Jan 11
1
Plugin issues
Hi, guys I have some issues while installing plugins. when i type >ruby script/plugin discover it comes up like this C:/InstantRails/ruby/lib/ruby/1.8/net/http.rb:560:in `initialize'': Bad file desc riptor - connect(2) (Errno::EBADF) from C:/InstantRails/ruby/lib/ruby/1.8/net/http.rb:560:in `open'' from C:/InstantRails/ruby/lib/ruby/1.8/net/http.rb:560:in
2006 Jun 26
2
RoR authentication with IBM Notes/Domino
This is a very simple authentication system for a Ruby on Rails server in the same internet domain. It will allow you to get back the username of the person hitting your server provided they already have authenticated with an IBM Lotus/Domino or Websphere server that uses multi-server based session authentication. IBM Domino/Websphere authentication works by placing an encrypted cookie for a given
2009 Apr 28
1
Error in IMAP command UID: Unknown thread algorithm.
Our Squirrelmail offers "Thread based sorting". Now, I have one user, where the activation of thread sorting results in: FEHLER: Falsche oder ung?ltige Anfrage. Anfrage: THREAD ORDEREDSUBJECT ISO-8859-1 ALL Server antwortete: Error in IMAP command UID: Unknown thread algorithm. Why is that? -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin
2014 Jul 03
2
Re: memoryStats question
At Thu, 3 Jul 2014 15:58:41 +0200, Martin Kletzander wrote: > > On Thu, Jul 03, 2014 at 04:31:46PM +0300, Gleb Voronich wrote: > >Hello, > > > >I'm trying to get memory usage statistic inside a guest machine using > >virDomainMemoryStats function at libvirt. > >According to > >http://libvirt.org/html/libvirt-libvirt.html#virDomainMemoryStatTags the
2002 Mar 05
3
Windows hangs on logout
Moin, i have installed samba 2.2.3a with FreeBSD. I connect some windows 98 and Windows ME boxes to the server and it works. But if I try to logout the windows clients hang. If I disconnect the samba shares I can shutdown the client so it looks like an samba configuration problem? What maybe the problem? Many thanks Matthias -- Matthias Teege -- matthias@mteege.de -- http://www.mteege.de make
2007 Jun 05
0
Isolinux at heise online
[Deutsche Fassung: siehe unten.] Dear software developer, we have accepted your application Isolinux into the software database of heise online. You can find the application in a few minutes at http://www.heise.de/software/default.shtml?prg=44562 Please take a brief moment to verify whether all details are correct. If necessary, please inform us via e-mail. You can also supplement or change
2006 Jan 10
3
ROR setup problems with Suse + apache
hello, I am tying to run ROR on apache 2 with suse linux 9.3, and I do not succeed with it. I set rubby und rails and all scripts are running fine. my Document root : /srv/rails/demo/public I did not setup FastCGI because I could not run it with normal CGI jet. my Virtual Server runs on 192.168.0.111 ServerName rails DocumentRoot /srv/rails/demo/public <Directory
2008 Jun 24
0
open_uri on invalid URLs
Hi I am using open(public_url) in one of the modules and it works fine as long as public_url is a valid URL. But when i give an invalid URL, i do not have control on error raised- My application fails and log shows : Errno::ENOENT) \\\"No such file or directory How can i catch these exceptions? Regards, Sandeep G -- Posted via http://www.ruby-forum.com/.
2009 Jan 28
2
open_uri failure on good uri.
I am trying to open a URI using doc = Nokogiri::HTML(open(url)). I get the following error: URI::InvalidURIError: bad URI(is not URI?): http://www.mauipropertytax.com/Datalets.asp?mnu=PSearch&submnu=Profile&pin=390350950000&tp=2&cp=1&State=1|1|*&item=1 from /usr/local/ruby/lib/ruby/1.8/uri/common.rb:436:in `split'' from
2007 Oct 19
3
Stubbing a Kernel method?
Is it possible to stub a Kernel method? I''m specifically interested in the ''open'' method to test some code using open-uri. I''ve tried: Kernel.should_receive(:open).with(''filename'').and_return(''data'') However, this doesn''t seem to work. Any suggestions would be appreciated. --Paul
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
2014 Feb 02
4
xorriso or genisoimage syntax assistance
I got this figured out much faster than I thought I would. Thanks to all of your help, Peter, Mattias, Thomas and Helmut. And Thomas, that 8 partition live OS sounds right up my alley, and I will definitely check it out. The second partition is working well with `parted' and `fdisk', so I am quite pleased. Below is, again, "what I came up with". I tried to integrate each of your