Wemo Errors - Coffee Maker

I just noticed that I’m receiving error messages from my Wemo Coffee Maker. These seemed to start in December so I’m wondering if they are related to the OH upgrade?

25-Jan-2018 18:15:38.668 [ERROR] [e.smarthome.binding.wemo.handler.WemoCoffeeHandler] - Failed to get attributes for device 'wemo:CoffeeMaker:CoffeeMaker-1_0-221430S00003F5'
java.lang.RuntimeException: Could not call WeMo
	at org.eclipse.smarthome.binding.wemo.internal.http.WemoHttpCall.executeCall(WemoHttpCall.java:41) [211:org.eclipse.smarthome.binding.wemo:0.9.0.201710240931]
	at org.eclipse.smarthome.binding.wemo.handler.WemoCoffeeHandler.updateWemoState(WemoCoffeeHandler.java:308) [211:org.eclipse.smarthome.binding.wemo:0.9.0.201710240931]
	at org.eclipse.smarthome.binding.wemo.handler.WemoCoffeeHandler$1.run(WemoCoffeeHandler.java:96) [211:org.eclipse.smarthome.binding.wemo:0.9.0.201710240931]
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:?]
	at java.util.concurrent.FutureTask.runAndReset(Unknown Source) [?:?]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source) [?:?]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) [?:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:?]
	at java.lang.Thread.run(Unknown Source) [?:?]
Caused by: java.io.IOException: java.util.concurrent.TimeoutException
	at org.eclipse.smarthome.io.net.http.HttpUtil.executeUrlAndGetReponse(HttpUtil.java:246) ~[?:?]
	at org.eclipse.smarthome.io.net.http.HttpUtil.executeUrl(HttpUtil.java:150) ~[?:?]
	at org.eclipse.smarthome.io.net.http.HttpUtil.executeUrl(HttpUtil.java:123) ~[?:?]
	at org.eclipse.smarthome.binding.wemo.internal.http.WemoHttpCall.executeCall(WemoHttpCall.java:37) ~[?:?]
	... 9 more
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.FutureResponseListener.get(FutureResponseListener.java:109) ~[?:?]
	at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:654) ~[?:?]
	at org.eclipse.smarthome.io.net.http.HttpUtil.executeUrlAndGetReponse(HttpUtil.java:237) ~[?:?]
	at org.eclipse.smarthome.io.net.http.HttpUtil.executeUrl(HttpUtil.java:150) ~[?:?]
	at org.eclipse.smarthome.io.net.http.HttpUtil.executeUrl(HttpUtil.java:123) ~[?:?]
	at org.eclipse.smarthome.binding.wemo.internal.http.WemoHttpCall.executeCall(WemoHttpCall.java:37) ~[?:?]
	... 9 more

Don’t think this is related to OH updrade, as this is a common error message, just saying that your device did not respond to a call.
I am actually “redesigning” the binding to add some new devices and make the communication more reliable…

Ok. Just never remember seeing the error message before. Looking forward to the “redesigned” version when available.

Thanks for the quick reply.

Sid