Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK

I looked at my Graph IDE logs (trying to troubleshoot my Iris Smart Button) and noticed “Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK” was constantly showing up over and over. I only have the Smart Lighting Smart App in use for the Iris Smart Button Button and no IFTTT. Any idea why these log entries keep showing up? Not sure what device these logs are related to.

LogsClear
d5468ba5-3ed7-470d-b75b-a96d13f72662 10:06:06 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 10:04:39 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 10:04:06 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 10:03:31 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 10:03:00 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 10:02:07 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 10:00:57 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 10:00:05 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 9:59:20 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 9:58:37 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 9:58:05 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 9:57:57 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 9:54:56 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 9:51:15 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 9:50:38 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 9:50:09 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 9:49:22 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 9:49:20 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 9:48:45 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 9:38:02 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK
d5468ba5-3ed7-470d-b75b-a96d13f72662 9:27:02 AM: debug Error parsing ifttt payload groovyx.net.http.ResponseParseException: OK

I’m seeing the same error. I do have IFTTT, but I cut back on its use. I also do have the Iris Smart Button if that helps troubleshoot this.

In my case, I believe this has something to do with the Smartthings motion sensor. If I’m still and then wave my hands, the error immediately appears. I removed my motion sensors from IFTTT and I’m still seeing the error.

Anyone any idea what’s causing these groovy exceptions or better still how to debug them?

I have a raspberry pi connected to my hub using the Pi device driver developed by @NickW that works fine. However as soon as I connected IFTTT to the hub I start getting these errors.

I’ve tried setting up an IFTTT recipe such that when the pi temperature goes above a limit I get a notification, but the recipe never triggers so something is failing. It looks like it’s at the IFTTT end but I’m damned if I can work out what’s going on. Ideally I want to be able to dump the messages between the hub and IFTTT but can’t work out to do it.

Any ideas?