-
Notifications
You must be signed in to change notification settings - Fork 28
Description
I decided to change the log level to warn. Went into the application, changed the log level and clicked Next/Next/Done. Changed nothing else and the integration immediately stopped working. I now get errors in the log:
dev:3232021-07-13 02:42:06.319 pm warnDryer Lost connection to MQTT, retrying in 15 seconds MqttException (0) - java.net.UnknownHostException: common-ats.iot.aic.lgthinq.com
app:3372021-07-13 02:42:00.487 pm errorgroovy.lang.MissingMethodException: No signature of method: java.util.LinkedHashMap.$() is applicable for argument types: (java.lang.String) values: [{targetKeyValue}]
Possible solutions: is(java.lang.Object), any(), get(java.lang.Object), get(java.lang.Object), get(java.lang.Object), max(groovy.lang.Closure) on line 1094 (refreshV1Devices)
The unknown host error is correct. There is no such host (common-ats.iot.aic.lgthinq.com). I'm not sure where it's getting this bad host info from.
I tried removing the app completely and reinstalling but the issue remains. I am using cloud integration for SSL cert.