The "ip.appspot" service returns an IP address plus a new line character in its response. An example response from "ip.appspot" is: ```123.123.123.123\n``` This fix strip whitespace from the response before proceeding.