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
I'm not able to get the response for the mentioned commands. Below is the error snippet:
Looks like 'permissions_error()' is getting triggered, but I granted permission via the Alexa app (for both home & work)
As allowed the permission while enabling the skill.
Please check and let me know if anything can be sorted out. Or let me know if I need to share more details.
I will be waiting for your response.
{
"body": {
"version": "1.0",
"response": {
"outputSpeech": {
"type": "PlainText",
"text": "Sorry, I do not know your address. Please check the settings in the Alexa app."
},
"card": {
"type": "Simple",
"title": "Google Maps error",
"content": "Sorry, I do not know your address. Please check the settings in the Alexa app."
},
"reprompt": {
"outputSpeech": {
"type": "PlainText"
}
},
"shouldEndSession": true,
"type": "_DEFAULT_RESPONSE"
},
"sessionAttributes": {}
}
}
Thanks,
Will be waiting for your response.
The text was updated successfully, but these errors were encountered:
Hi @ndg63276 ,
I'm not able to get the response for the mentioned commands. Below is the error snippet:
Looks like 'permissions_error()' is getting triggered, but I granted permission via the Alexa app (for both home & work)
As allowed the permission while enabling the skill.
Please check and let me know if anything can be sorted out. Or let me know if I need to share more details.
I will be waiting for your response.
For reference, please check the below skill I/O:
JSON input :
Json Output:
Thanks,
Will be waiting for your response.
The text was updated successfully, but these errors were encountered: