I'm working on a simple scraping tool and the open() method has suddenly stopped working! This 2 line program fails with a ECONNREFUSED exception in open-uri:
require "open-uri"
open("http://www.yahoo.com")
from /usr/lib/ruby/1.8/open-uri.rb:134:in `open_uri'
from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.