echo-sonos icon indicating copy to clipboard operation
echo-sonos copied to clipboard

Error handling is kinda sorta not a thing

Open rgraciano opened this issue 8 years ago • 1 comments

The Lambda service needs to tell the user when they are missing information that's required for commands, and generally try a little harder (read: at all) to handle common errors.

Reference: http://ryangraciano.com/post/124770680942/controlling-sonos-with-amazon-echo#comment-2471192538

rgraciano avatar Feb 07 '16 04:02 rgraciano

+1

Some needed features:

  1. a call timeout that is < the lambda time for better recovery
  2. I don't think error.message is correct, but these should be more user friendly errors anyway
  3. SQS gets {error: ...} as a 200

pheintzelman avatar Jan 30 '17 17:01 pheintzelman