I am trying to get the MMS Send block to work with a picture taken by the block just before. The block before takes the picture successfully, as I can see it in the Gallery and on the file system. The MMS Send always produces an exception though.
FAIL 4@3: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname)
The SMS Send block works successfully. I can successfully send a manual MMS message from the Messaging App with the same picture taken by the Take Picture block.
I have created a test flow with just the Take Picture and MMS Send blocks to distill my issue to its minimum. I have enabled debug logging. I have installed/granted Automate all privileges. I have added the picture location to the External Storage permissions. I made sure the MMS send limit is high and reset between tests. I have increase the MMS size limit to maximum.
This device is a Samsung S7 on Verizon, not rooted.
Full log of flow:
2018-03-23 11:54:09.488 INFO 12@1: Flow beginning
2018-03-23 11:54:09.489 INFO 12@2: Take picture
2018-03-23 11:54:10.915 INFO 12@3: MMS send
2018-03-23 11:54:11.980 FAIL 12@3: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname)
2018-03-23 11:54:11.983 INFO 12@3: Stopped by failure
I have run out of things to try and test. Anyone have any suggestions or help?
Thank You
Troy