The exception "java.lang.RuntimeException: Unable to complete the HTTP request" should only be ignored when it is "Caused by: java.io.IOException: Timeout while fetching: http://query.yahooapis.com/v1/yql?..."
There are entries in the log in which this exception is "Caused by: java.net.MalformedURLException: Invalid URL: http://query.yahooapis.com/v1/yql?q=...".
The cause of the error must be analyzed and we can't send the success message to the user when this happens.
We don't send the success message anymore, but the cause is still unknown