Nickf
(Nick)
May 2, 2015, 9:03am
1
Hi There,
I’ve setup wemomanager on a android and trying to call a event via smartthings upon a motion sense.
I’ve placed this in my code ,
def motionActiveHandler(evt) {
switch1.on()
def params = [
uri: "http://xxxx.ddns.net:4030",
path: "/event/fanon"
]
try {
httpGet(params) { resp ->
resp.headers.each {
log.debug "${it.name} : ${it.value}"
}
log.debug "response contentType: ${resp.contentType}"
log.debug "response data: ${resp.data}"
}
} catch (e) {
log.error “something went wrong: $e”
}
I’m getting either a “has been blacklisted” or a timeout error…
Any hints as to where i’ve gone wrong would be welcomed
Nick
A lot of stuff is timing out right now. It might not be your code. See the following:
Hi,
Are there any issues with the SmartApp platform today. We are receiving a lot of strange behaviors.
Most of the times (not all) we try to configure our SmartApp we receive java.util.concurrent.TimeoutException: Execution timed out after 40 units. Start time: Sun May 03 09:04:03 UTC 2015 @ line 1264 when the line number changes.
when trying to publish the SmartApp we got :Hibernate operation: could not update: [physicalgraph.app.SmartAppVersion#339fb0d8-b2a1-4f04-8592-7f06210ef78a]; SQL [update smart_app_version set version=?, app_version=?, blockly_xml=?, category_id=?, code=?, code_sha=?, date_created=?, description=?, icon_url=?, iconx2url=?, iconx3url=?, is_shared=?, last_updated=?, name=?, smart_app_id=?, state=? where id=? and version=?]; Lock wait timeout exceeded; try restart…
1 Like
April
(April Wong)
May 3, 2015, 6:03pm
3
SmartApps execution is experiencing some issues at the moment. Our TechOps is working on it, and the system should be behaving a lot better now as we speak, but still in works at the moment.
edit: done and done. try again, and let me know if you’re still experiencing issues.