XMLRPC error handling?

If you're getting a Errno::ECONNREFUSED error, then you have to rescue for that.

rescue Errno::ECONNREFUSED   [..]

Vish