You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My skill is working fine for powerController, sceneController etc..
But with channelController i am facing problem, It's very irritating there is no clear message where it's failing,.
I checked my lambda for logs i find everything right even channel is changed(Action happening as expected) but alexa says 'my device name' is not responding.
This is what i get in payload from alexa directive -
According to the ChangeChannel directive you are receiving, you did not have all the channel properties like "callSign" and "affiliateCallSign" for that channel. So, as you need to include in the “context” object the values of all properties that changed, you have to include only the properties received in the ChangeChannel directive, in this case "number": "201".
If the suggestions above didn't resolve the issue, please do not hesitate to reach out to us via the Contact Us page providing the Customer ID and Timestamp in UTC of a recent error.
My skill is working fine for powerController, sceneController etc..
But with channelController i am facing problem, It's very irritating there is no clear message where it's failing,.
I checked my lambda for logs i find everything right even channel is changed(Action happening as expected) but alexa says 'my device name' is not responding.
This is what i get in payload from alexa directive -
And this is what i am sending in response after successful action
My server responds to alexa within 200-300ms still alexa tells the 'my device' is not responding.
I am stuck at this thing for 3 days.. Is there something wrong with the response of channelController responseformat.. ?
The text was updated successfully, but these errors were encountered: