Ila'n Terrell wrote: > /usr/lib/ruby/1.6/net/protocol.rb:221:in `error!': 302 "Moved > I am pretty new to ruby and I don't have the slightest clue what "Moved > Temporarily" means. I have tried this on multiple platforms and get the > same error. Any ideas? That's an HTTP error code; I don't believe it has anything to do with the Ruby code, other than that it's passing on what the web server sent it. I would imagine what the error means is that the web page has been moved to some other location. Cheers, Harry O.