when testing smart home ample device it shows error .
in test result msg is
{ "name": "Bulb_2.0", "status": "ERROR", "error": { "message": "The response sent by the skill was invalid." } }, { "name": "Bulb_2.1", "status": "ERROR", "error": { "message": "Test Case Execution Error." } }
and in amazone alexa device are showing unresponsive
can you help me out ,what's wrong ?
Do you set proactivelyReported and retrievable true to test? Does your skill sends stateReport and response correctly?
Please also paste the responses you sent to Alexa.
when testing smart home ample device it shows error . in test result msg is
{ "name": "Bulb_2.0", "status": "ERROR", "error": { "message": "The response sent by the skill was invalid." } }, { "name": "Bulb_2.1", "status": "ERROR", "error": { "message": "Test Case Execution Error." } }
and in amazone alexa device are showing unresponsive can you help me out ,what's wrong ?