From: Ben Lovell Date: 2009-04-04T20:23:59+09:00 Subject: Re: open-uri 414 Request-URI Too Large --001636c5b3ffdeb47e0466b8e83c Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Look at these lines: > > doc = Hpricot(open(urlStatus << fluffers[i].to_s)) > And > doc = Hpricot(open(urlS << fluffers[i].to_s)) > the urlStatus and urlS are getting larger each time this is called. You want to check which URI is being used as from the error message you get, it is clearly too large. Ben --001636c5b3ffdeb47e0466b8e83c--