An error occurred while executing user supplied JavaScript - selenium-webdriver

I am getting this error while testing appium for ios :
> Exception in thread "main" org.openqa.selenium.WebDriverException: An
> error occurred while executing user supplied JavaScript. (WARNING: The
> server did not provide any stacktrace information) Command duration or
> timeout: 5.15 seconds Build info: version: '2.52.0', revision:
> '4c2593c', time: '2016-02-11 19:03:33' System info: host:
> 'users-iMac.local', ip: '192.168.1.16', os.name: 'Mac OS X', os.arch:
> 'x86_64', os.version: '10.10.5', java.version: '1.7.0_80' Session ID:
> cdcaf9fa-3530-4b09-8bca-c30c42d6c29e Driver info:
> io.appium.java_client.ios.IOSDriver Capabilities
> [{platformVersion=9.2, platform=MAC, databaseEnabled=false,
> javascriptEnabled=true, platformName=iOS, deviceName=iPad 2,
> browserName=iOS, webStorageEnabled=false,
> bundleId=com.InovaSquad.Artinove, networkConnectionEnabled=false,
> desired={platformVersion=9.2, deviceName=iPad 2, platformName=iOS,
> bundleId=com.InovaSquad.Artinove}, locationContextEnabled=false,
> warnings={}, takesScreenshot=true}] at
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at
> org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:206)
> at
> org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:158)
> at
> org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:678)
> at
> io.appium.java_client.DefaultGenericMobileDriver.execute(DefaultGenericMobileDriver.java:42)
> at io.appium.java_client.AppiumDriver.execute(AppiumDriver.java:1) at
> io.appium.java_client.ios.IOSDriver.execute(IOSDriver.java:1) at
> org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:327)
> at
> io.appium.java_client.DefaultGenericMobileElement.execute(DefaultGenericMobileElement.java:44)
> at io.appium.java_client.MobileElement.execute(MobileElement.java:1)
> at io.appium.java_client.ios.IOSElement.execute(IOSElement.java:1) at
> org.openqa.selenium.remote.RemoteWebElement.sendKeys(RemoteWebElement.java:122)
> at test1.FirstTest.main(FirstTest.java:49)
FirstTest.java
package test1;
import java.net.MalformedURLException;
import java.net.URL;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import io.appium.java_client.AppiumDriver;
import io.appium.java_client.ios.IOSDriver;
import io.appium.java_client.ios.IOSElement;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.remote.CapabilityType;
import org.openqa.selenium.remote.DesiredCapabilities;
/*
#author:Hajar
11/03/2016
*/
public class FirstTest {
public static AppiumDriver dr;
public static void main(String[] args)
throws MalformedURLException, InterruptedException{
DesiredCapabilities capabilities = new DesiredCapabilities();
// Platform de l'emulateur
capabilities.setCapability("platformName","iOS");
// La version de l'emulateur
capabilities.setCapability("platformVersion", "9.2");
// le nom de l'emulateur
capabilities.setCapability("deviceName","iPad 2");
capabilities.setCapability("bundleId","com.InovaSquad.Artinove");
dr=new IOSDriver(new URL("http://127.0.0.1:4723/wd/hub"),capabilities);
dr.findElement(By.xpath("//UIAApplication[1]/UIAWindow[1]/UIAScrollView[2]/UIAWebView[1]/UIALink[2]/UIAStaticText[1]")).click();
dr.findElement(By.xpath("//UIAApplication[1]/UIAWindow[1]/UIAScrollView[2]/UIAWebView[1]/UIATextField[1]")).sendKeys("ggg");
}
}
Server logs :
info : [debug] Sending command to instruments:
au.getElementByIndexPath('/0/0/1/0/1') info: [IOS_SYSLOG_ROW ] Mar 18
15:39:46 users-iMac mstreamd[70568]: (Note ) PS: Media stream daemon
stopping. info: [IOS_SYSLOG_ROW ] Mar 18 15:39:46 users-iMac
mstreamd[70568]: (Note ) AS: :
Shared Streams daemon has shut down. info: [IOS_SYSLOG_ROW ] Mar 18
15:39:46 users-iMac mstreamd[70568]: (Warn ) mstreamd: mstreamd
shutting down.
info: [debug] [INST] 2016-03-18 15:39:46 +0000 Debug: Got new command
7 from instruments: au.getElementByIndexPath('/0/0/1/0/1') info:
[debug] [INST] 2016-03-18 15:39:46 +0000 Debug: evaluating
au.getElementByIndexPath('/0/0/1/0/1')
info: [debug] Socket data received (38 bytes)
info: [debug] Socket data being routed. info: [debug] Got result from
instruments: {"status":0,"value":{"ELEMENT":"1"}} info: [debug]
Responding to client with success:
{"status":0,"value":{"ELEMENT":"1"},"sessionId":"d860df3d-b4be-46a5-8ee4-de67f7d04e55"}
info: <-- POST
/wd/hub/session/d860df3d-b4be-46a5-8ee4-de67f7d04e55/element 200
2387.424 ms - 87 {"status":0,"value":{"ELEMENT":"1"},"sessionId":"d860df3d-b4be-46a5-8ee4-de67f7d04e55"}
info: --> POST
/wd/hub/session/d860df3d-b4be-46a5-8ee4-de67f7d04e55/element/1/value
{"id":"1","value":["ggg"]} info: [debug] Pushing command to appium
work queue: "au.getElement('1').setValueByType('ggg')" info: [debug]
Sending command to instruments:
au.getElement('1').setValueByType('ggg') info: [debug] [INST]
2016-03-18 15:39:46 +0000 Debug: evaluation finished info: [debug]
[INST] 2016-03-18 15:39:46 +0000 Debug: responding with: info: [debug]
[INST] 2016-03-18 15:39:46 +0000 Debug: Running system command #8:
/Applications/Appium.app/Contents/Resources/node/bin/node
/Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js
/tmp/instruments_sock 2,{"status":0,"value":{"ELEMENT":"1"}}...
info: [debug] [INST] 2016-03-18 15:39:47 +0000 Debug: Got new command
8 from instruments: au.getElement('1').setValueByType('ggg')
info: [debug] [INST] 2016-03-18 15:39:47 +0000 Debug: evaluating
au.getElement('1').setValueByType('ggg') info: [debug] [INST]
2016-03-18 15:39:47 +0000 Debug: No keyboard found. Tapping to make
visible. info: [debug] [INST] 2016-03-18 15:39:47 +0000 Debug:
target.frontMostApp().elements()[0].elements()[1].elements()[0].elements()[1].tap()
info: [IOS_SYSLOG_ROW ] Mar 18 15:39:47 users-iMac assertiond[70583]:
assertion failed: 14F27 13C75: assertiond + 13207
[792516D1-991E-36EE-8454-16F8220758D6]: 0x1 info: [debug] [INST]
2016-03-18 15:39:48 +0000 Debug: Still no keyboard found. Tapping
again to make visible.
info: [debug] [INST] 2016-03-18 15:39:48 +0000 Debug:
target.frontMostApp().elements()[0].elements()[1].elements()[0].elements()[1].tap()
info: [IOS_SYSLOG_ROW ] Mar 18 15:39:50 --- last message repeated 3
times --- info: [IOS_SYSLOG_ROW ] Mar 18 15:39:50 users-iMac
Artinove[70619]: mousedown stop event
info: [IOS_SYSLOG_ROW ] Mar 18 15:39:50 users-iMac assertiond[70583]:
assertion failed: 14F27 13C75: assertiond + 13207
[792516D1-991E-36EE-8454-16F8220758D6]: 0x1
info: [debug] [INST] 2016-03-18 15:39:50 +0000 Debug:
target.frontMostApp().keyboard().typeString("g")
info: [debug] [INST] 2016-03-18 15:39:51 +0000 Debug:
target.frontMostApp().keyboard() failed to tap 'g'
info: [debug] [INST] 2016-03-18 15:39:51 +0000 Debug: Error typing
'g': VerboseError: target.frontMostApp().keyboard() failed to tap 'g'
info: [IOS_SYSLOG_ROW ] Mar 18 15:39:51 --- last message repeated 1
time --- info: [IOS_SYSLOG_ROW ] Mar 18 15:39:51 users-iMac
kbd[70636]: table drop: 101
info: [debug] [INST] 2016-03-18 15:39:51 +0000 Debug: Retrying...
info: [debug] [INST] 2016-03-18 15:39:51 +0000 Debug:
target.frontMostApp().keyboard().typeString("g")
info: [debug] [INST] 2016-03-18 15:39:52 +0000 Debug:
target.frontMostApp().keyboard() failed to tap 'g'
info: [debug] Socket data received (76 bytes)
Any assistance would be greatly appreciated!

Related

Mauze over functionality is not working

public class AdminUser {
public static void main(String[] args) {
System.setProperty("webdriver.gecko.driver","geckodriver");
WebDriver driver=new FirefoxDriver();
driver.get("https://www.carmax.com/");
Actions builder= new Actions(driver);
WebElement d= driver.findElement(By.xpath("html/body/div[1]/header/div/nav[2]/ul/li[1]/a"));
builder.moveToElement(d).build().perform();
driver.findElement(By.linkText("Why CarMax?")).click();
}
}
I am getting o/p as:
1490543196098 geckodriver INFO Listening on 127.0.0.1:7086
1490543196344 mozprofile::profile INFO Using profile path /var/folders/dg/glyvppvs1dn31sqrrgt7yhjc0000gn/T/rust_mozprofile.l2gu30iSNpnT
1490543196345 geckodriver::marionette INFO Starting browser /Applications/Firefox.app/Contents/MacOS/firefox-bin with args []
1490543196348 geckodriver::marionette INFO Connecting to Marionette on localhost:59046
1490543197117 Marionette INFO Listening on port 59046
Mar 26, 2017 9:16:38 PM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
2017-03-26 21:16:39.067 plugin-container[2943:127691] * CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9337, name = 'com.apple.tsm.portname'
See /usr/include/servers/bootstrap_defs.h for the error codes.
2017-03-26 21:16:39.072 plugin-container[2943:127691] * CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x933b, name = 'com.apple.CFPasteboardClient'
See /usr/include/servers/bootstrap_defs.h for the error codes.
JavaScript warning: https://s-cdn-tag.medialytics.com/cp, line 19: Error: WebGL: getParameter: parameter: invalid enum value
JavaScript warning: https://s-cdn-tag.medialytics.com/cp, line 19: Error: WebGL: getParameter: parameter: invalid enum value
Exception in thread "main" org.openqa.selenium.ElementNotVisibleException:
Build info: version: '3.3.1', revision: '5234b32', time: '2017-03-10 09:04:52 -0800'
System info: host: 'Javeds-MacBook-Pro.local', ip: 'fd50:1d9:9d9b:eb00:14:5aa0:4eca:be9d', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.12.3', java.version: '1.8.0_112'
Driver info: org.openqa.selenium.firefox.FirefoxDriver
Capabilities [{moz:profile=/var/folders/dg/glyvppvs1dn31sqrrgt7yhjc0000gn/T/rust_mozprofile.l2gu30iSNpnT, rotatable=false, timeouts={implicit=0, page load=300000, script=30000}, pageLoadStrategy=normal, platform=ANY, specificationLevel=0, moz:accessibilityChecks=false, acceptInsecureCerts=false, browserVersion=52.0.1, platformVersion=16.4.0, moz:processID=2941, browserName=firefox, platformName=darwin}]
Session ID: ae3c536b-197f-8941-91b4-f630e7a4dab5
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:133)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:99)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:43)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:163)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:82)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:604)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:274)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at AdminUser.main(AdminUser.java:24)

Selenium Web driver

Hi i'm getting error while running Selenium web driver , please help to resolve
Exception in thread "main" org.openqa.selenium.WebDriverException:
Element must be user-editable in order to clear it. Command duration
or timeout: 103 milliseconds Build info: version: '2.53.0', revision:
'35ae25b', time: '2016-03-15 17:00:58' System info: host: 'anil-PC',
ip: '192.168.0.131', os.name: 'Windows Vista', os.arch: 'x86',
os.version: '6.0', java.version: '1.7.0-ea' Session ID:
0736ad53-a638-44e4-a24a-bcda63bb6f4e Driver info:
org.openqa.selenium.firefox.FirefoxDriver Capabilities
[{platform=WINDOWS, acceptSslCerts=true, javascriptEnabled=true,
browserName=firefox, rotatable=false, locationContextEnabled=true,
version=43.0.1, cssSelectorsEnabled=true, databaseEnabled=true,
handlesAlerts=true, nativeEvents=false, webStorageEnabled=true,
applicationCacheEnabled=true, takesScreenshot=true}] at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:531)
at
org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:206)
at
org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:158)
at
org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:678)
at
org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:327)
at
org.openqa.selenium.remote.RemoteWebElement.clear(RemoteWebElement.java:140)
at demo.TestFB.main(TestFB.java:26) Caused by:
org.openqa.selenium.WebDriverException: Element must be user-editable
in order to clear it. Build info: version: '2.53.0', revision:
'35ae25b', time: '2016-03-15 17:00:58' System info: host: 'anil-PC',
ip: '192.168.0.131', os.name: 'Windows Vista', os.arch: 'x86',
os.version: '6.0', java.version: '1.7.0-ea' Driver info:
driver.version: unknown at .bot.Error(file:///C:/Users/anil/AppData/Local/Temp/anonymous9127022654718385403webdriver-profile/extensions/fxdriver#googlecode.com/components/command-processor.js:681)
at .bot.action.clear(file:///C:/Users/anil/AppData/Local/Temp/anonymous9127022654718385403webdriver-profile/extensions/fxdriver#googlecode.com/components/command-processor.js:11685)
at .WebElement.clearElement(file:///C:/Users/anil/AppData/Local/Temp/anonymous9127022654718385403webdriver-profile/extensions/fxdriver#googlecode.com/components/command-processor.js:12136)
at .DelayedCommand.prototype.executeInternal_/h(file:///C:/Users/anil/AppData/Local/Temp/anonymous9127022654718385403webdriver-profile/extensions/fxdriver#googlecode.com/components/command-processor.js:12661)
at .DelayedCommand.prototype.executeInternal_(file:///C:/Users/anil/AppData/Local/Temp/anonymous9127022654718385403webdriver-profile/extensions/fxdriver#googlecode.com/components/command-processor.js:12666)
at .DelayedCommand.prototype.execute/<(file:///C:/Users/anil/AppData/Local/Temp/anonymous9127022654718385403webdriver-profile/extensions/fxdriver#googlecode.com/components/command-processor.js:12608)
You are calling clear() on an element that is not user editable, so an element that is not an input or textarea.
Element must be user-editable in order to clear it.
From the selenium java docs about clear()
/**
* If this element is a text entry element, this will clear the value. Has no effect on other
* elements. Text entry elements are INPUT and TEXTAREA elements.
*
* Note that the events fired by this event may not be as you'd expect. In particular, we don't
* fire any keyboard or mouse events. If you want to ensure keyboard events are fired, consider
* using something like {#link #sendKeys(CharSequence...)} with the backspace key. To ensure
* you get a change event, consider following with a call to {#link #sendKeys(CharSequence...)}
* with the tab key.
*/

Context menu isn't opened using Safari WebDriver

Unable to open context menu in Safari browser using SafariDriver Selenium. Getting following exceptions:
org.openqa.selenium.WebDriverException: Unknown command:
{"id":"az1mvyq9x4ly","name":"mouseMoveTo","parameters":
{"element":":wdc:1463726481487"}} (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 5 milliseconds
Build info: version: '2.52.0', revision: '4c2593c', time: '2016-02-11 19:06:42'
System info: host: 'RVSKCH19LT', ip: '192.168.10.30', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.8.0_11'
Driver info: org.openqa.selenium.safari.SafariDriver
Capabilities [{browserName=safari, takesScreenshot=true, javascriptEnabled=true, version=5.1.7, cssSelectorsEnabled=true, platform=WINDOWS, secureSsl=true}]
Session ID: null
try this code to resolve your issue.
WebElement obj = driver.findelement(by.xpath(""));
Action act = new Action(driver);
act.contextClick(obj).perform();
share your code review.
Actions/Interactions API is not implemented with SafariDriver yet.
Please try with the following JavaScript solution:
String script = "var element = document.querySelector('SOME_CSS_SELECTOR');var e = element.ownerDocument.createEvent(\"MouseEvents\"); e.initMouseEvent(\"contextmenu\", true, true, element.ownerDocument.defaultView, 1, 0, 0, 0, 0, false, false, false, false,2, null); element.dispatchEvent(e);";
driver.executeScript(script);
Replace SOME_CSS_SELECTOR with the css selector of the element where you want the right click.

ElementNotVisibleError: Cannot click on element-error in Protractor IE browser

When I try to execute my protractor scripts in IE_11 browser I am getting following error.However same script working fine in chrome and Firefox browsers.Saying element is not visible.However when I execute the script manually by pausing the browser,respective element is visible.
ElementNotVisibleError: Cannot click on element (WARNING: The server did no
t provide any stacktrace information)
Command duration or timeout: 141 milliseconds
Build info: version: '2.47.1', revision: '411b314', time: '2015-07-30 03:03:16'
System info: host: 'XXXXXX', ip: '10.XXX.CCC.33', os.name: 'Windows 7', os.arc
h: 'amd64', os.version: '6.1', java.version: '1.8.0_51'
Driver info: org.openqa.selenium.ie.InternetExplorerDriver
Capabilities [{browserAttachTimeout=0, enablePersistentHover=true, ie.forceCreat
eProcessApi=false, pageLoadStrategy=normal, ie.usePerProcessProxy=false, ignoreZ
oomSetting=false, handlesAlerts=true, version=11, platform=WINDOWS, nativeEvents
=true, ie.ensureCleanSession=false, elementScrollBehavior=0, ie.browserCommandLi
neSwitches=, requireWindowFocus=false, browserName=internet explorer, initialBro
wserUrl=http://localhost:3653/, takesScreenshot=true, javascriptEnabled=true, ig
noreProtectedModeSettings=false, enableElementCacheCleanup=true, cssSelectorsEna
bled=true, unexpectedAlertBehaviour=dismiss}]
Session ID: 91db8197-e87b-4564-b1b4-9dd7389e19c6
It sounds like you are having timing issues. You might try using Expected Conditions functionality (http://www.protractortest.org/#/api?view=ExpectedConditions). It even looks like their example fits what you need:
var EC = protractor.ExpectedConditions;
var button = $('#xyz');
var isClickable = EC.elementToBeClickable(button);
browser.get(URL);
browser.wait(isClickable, 5000); //wait for an element to become clickable
button.click();

Emails sent via GMail API are empty

I have been switching from Google App Engine MailServier to the GMail API recently and I'm running into a strange issue:
The emails are being sent out correctly, but on the recipients end the body is empty! (Subject is still there).
I'm creating HTML emails with optional attachments and encode them using the snippet from the GMail API docs:
I'm using the snippet from the GMail API docs to encode the email:
public static Message createMessageWithEmail(MimeMessage email)
throws MessagingException, IOException {
ByteArrayOutputStream baos = new ByteArrayOutputStream();
email.writeTo(baos);
String encodedEmail = Base64.encodeBase64URLSafeString(baos.toByteArray());
Message message = new Message();
message.setRaw(encodedEmail);
return message;
}
When looking into my "Sent" folder in GMail, I can see the message just fine (it is an HTML email body):
Received: from 889121556365-na05chj5g3il9flll2l3otqeh7q7ja22.apps.googleusercontent.com
named unknown
by gmailapi.google.com
with HTTPREST;
Thu, 18 Jun 2015 05:29:12 -0400
From: daniel.florey#gmail.com
To: daniel.florey#floreysoft.net
Message-Id: <CAHWc4t9o6gpRs_HT0Y8E1szJtDTwfSMS7OH+jVro-LiA1kBLJw#mail.gmail.com>
Subject: Test
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_Part_1_15413936.1434619752068"
Date: Thu, 18 Jun 2015 05:29:12 -0400
------=_Part_1_15413936.1434619752068
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: base64
------=_Part_1_15413936.1434619752068
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: base64
TnVyIGVpbiBUZXN0ITxkaXY+PGJyPjwvZGl2PjxkaXY+PGZvbnQgc2l6ZT0iNiI+SGFoYWhhITwv
Zm9udD48L2Rpdj4=
------=_Part_1_15413936.1434619752068--
On the recipients end the same message is empty:
Delivered-To: daniel.florey#floreysoft.net
Received: by 10.140.94.46 with SMTP id f43csp925254qge;
Thu, 18 Jun 2015 02:29:13 -0700 (PDT)
X-Received: by 10.180.94.39 with SMTP id cz7mr61405623wib.66.1434619752847;
Thu, 18 Jun 2015 02:29:12 -0700 (PDT)
Return-Path: <daniel.florey#gmail.com>
Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com. [2a00:1450:400c:c05::233])
by mx.google.com with ESMTPS id ju2si35306720wid.33.2015.06.18.02.29.12
for <daniel.florey#floreysoft.net>
(version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
Thu, 18 Jun 2015 02:29:12 -0700 (PDT)
Received-SPF: pass (google.com: domain of daniel.florey#gmail.com designates 2a00:1450:400c:c05::233 as permitted sender) client-ip=2a00:1450:400c:c05::233;
Authentication-Results: mx.google.com;
spf=pass (google.com: domain of daniel.florey#gmail.com designates 2a00:1450:400c:c05::233 as permitted sender) smtp.mail=daniel.florey#gmail.com;
dkim=pass header.i=#gmail.com;
dmarc=pass (p=NONE dis=NONE) header.from=gmail.com
Received: by wicgi11 with SMTP id gi11so7511413wic.0
for <daniel.florey#floreysoft.net>; Thu, 18 Jun 2015 02:29:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=from:mime-version:date:message-id:subject:to:content-type;
bh=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=;
b=aYXfdO2NjbNXjQglJuER7ul/PfgQ84kxfMtDvUr4XEYuYEEhOZzWTiBj4Aedq8xtrH
5upGVtwKjHVc0R36BcFUD0tTq5IXLXsESIMEXL0pV0KJCFnXvMRCC+rn0uUzbCVWcSp4
LG8RxP9YTWRMhWQUattO/vI43kV34EMLax+irhY+98pXkaHHrNd5+GGO2OMzdcRPOpCg
gZ9bdQeEDsSrW4YJrxdKA/hJfCh6ceZ9mDgeRPiD+tC9AibhPK1QDqM8SKzh1QRoSZtl
yPGyJWGUXYMM9o7XaCh8ZenKLvd/AdTF2oAbwyqXnycAvOZqqj03x4sA38o5c4fEjkIQ
rAxQ==
X-Received: by 10.180.72.176 with SMTP id e16mr26991312wiv.12.1434619752466;
Thu, 18 Jun 2015 02:29:12 -0700 (PDT)
Received: from 889121556365-na05chj5g3il9flll2l3otqeh7q7ja22.apps.googleusercontent.com
named unknown by gmailapi.google.com with HTTPREST; Thu, 18 Jun 2015 05:29:12 -0400
From: daniel.florey#gmail.com
MIME-Version: 1.0
Date: Thu, 18 Jun 2015 05:29:12 -0400
Message-ID: <CAHWc4t9o6gpRs_HT0Y8E1szJtDTwfSMS7OH+jVro-LiA1kBLJw#mail.gmail.com>
Subject: Test
To: daniel.florey#floreysoft.net
Content-Type: text/plain; charset=UTF-8
The content type has been switched to text/plain?!
Any ideas?

Resources