if (error_text.indexOf("404") > -1) {
        url = error_text.match(/Got 404 response status from ([\w:\/.?=]+),/)[1];
        string += "<p>Error 404: Could not find a project with the specified information</p> <p>URL: " + url + "</p>";
      }