I am getting "I'm not quite sure what went wrong." on activation of scene. Can someone please point out what could be wrong? Here are the discovery, request and response JSONs.
{ "header": { "namespace": "Alexa.Discovery", "name": "Discover.Response", "payloadVersion": "3", "messageId": "99959e21-dc50-4244-86e3-baba10ac6c67" }, "payload": { "endpoints": [ { "endpointId": "light-1", "manufacturerName": "test", "friendlyName": "Presentation", "description": "presentation scene connected via test", "displayCategories": [ "ACTIVITY_TRIGGER" ], "cookie": {}, "capabilities": [ { "type": "AlexaInterface", "interface": "Alexa", "version": "3" }, { "type": "AlexaInterface", "interface": "Alexa.SceneController", "version": "3", "supportsDeactivation": false, "proactivelyReported": true } ] } ] } }
{ "directive": { "header": { "namespace": "Alexa.SceneController", "name": "Activate", "payloadVersion": "3", "messageId": "a8ac88d3-1562-4016-be46-52aa50a0418a", "correlationToken": "....." }, "endpoint": { "scope": { "type": "BearerToken", "token": "....." }, "endpointId": "light-1", "cookie": {} }, "payload": {} } }
{ "context": {}, "event": { "header": { "namespace": "Alexa.SceneController", "name": "ActivationStarted", "payloadVersion": "3", "messageId": "a8ac88d3-1562-4016-be46-52aa50a0418a-R", "correlationToken": "....." }, "endpoint": { "scope": { "type": "BearerToken", "token": "...." }, "endpointId": "light-1" } }, "payload": { "cause": { "type": "VOICE_INTERACTION" }, "timestamp": "2020-03-03T06:01:20.427Z" } }