RBoy
(www.rboyapps.com - Making SmartThings Easy!)
1
Android ST app, I just found a bug which can cause your App installation to fail with “sorry but there was an unexpected error”
This issue is specific to Android app only, the iPhone app works fine. Here’s how it works:
If during Install, the Input enum options are empty, the Android app craps out with an error see here for a screen shot:
So a dynamic input like:
def cruiseNames = getCruiseNames()
input "cruisemap", "enum", title: "Start cruise when motion is detected", options: cruiseNames
if getCruiseName() returns the Android app fails the installation: