skill-sample-nodejs-adventure-game icon indicating copy to clipboard operation
skill-sample-nodejs-adventure-game copied to clipboard

"My apologies, please repeat your command." Issue

Open user1342 opened this issue 8 years ago • 3 comments

Hello everyone, i'm in the middle of testing my skill however while testing it the skill appears to not accept any command after the first box. This being the case as it will return:

{ "version": "1.0", "response": { "outputSpeech": { "type": "SSML", "ssml": "My apologies, please repeat your command.<break time="200ms"/>You can say, “Office,” “Vault,” “Library” <break time="100ms" />or “Training Area.”" }, "card": { "text": "Please repeat your command. You can say, “Office,” “Vault,” “Library” or “Training Area.”", "title": "Unrecognized command", "image": {}, "type": "Standard" }, "reprompt": { "outputSpeech": { "type": "SSML", "ssml": "I'm sorry.<break time="200ms"/>You can say, “Office,” “Vault,” “Library” <break time="100ms" />or “Training Area.”" } }, "shouldEndSession": false }, "sessionAttributes": { "currentSceneId": 1, "breadcrumbs": [ 0 ] } }

I don't know if i'm missing something simple here or if this is a problem. Any help would be greatly appreciated. I have updated the utterances and intents to make sure that this was not the problem however I am still at a loss.

Thanks for any help, James

image

image

user1342 avatar May 26 '17 10:05 user1342

I am experiencing something similar! I've been trying to find out how to fix this for DAYS. Hopefully someone can fix this, as I've never had a problem with it before. I am still waiting for Amazon's Developer Customer Service reply. I'll post here if they ever provide a solution!

talk2camden avatar Jul 05 '17 14:07 talk2camden

@user1342 I just found a closed issue by @johnnyhamilton that might solve our issue. I'll link to it below: Issue #33 (Can't get past Second Branch). Try uncapitalizing all of your utterances! (The options/branches in the tool.) Good luck! I'll be trying this later today. :)

talk2camden avatar Jul 05 '17 14:07 talk2camden

It definitely works! If you have tried this and it still doesn't work, keep it open. Otherwise close it! 😄

talk2camden avatar Jul 14 '17 18:07 talk2camden