alexa-samples / skill-sample-nodejs-adventure-game

This tool provides an easy to use front-end that allows developers to instantly deploy code for your story, or use the generated code as a starting point for more complex projects.
Apache License 2.0
512 stars 219 forks source link

"My apologies, please repeat your command." Issue #35

Open user1342 opened 7 years ago

user1342 commented 7 years ago

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

talk2camden commented 7 years ago

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 commented 7 years ago

@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 commented 7 years ago

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