Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'There was a problem with the requested skill's response' when deploying sample project #79

Open
devedse opened this issue May 25, 2018 · 4 comments

Comments

@devedse
Copy link

devedse commented May 25, 2018

I've been trying to setup an Alexa bot that talks to Azure without success. First I tried to deploy the sample project but I kept running into exceptions being thrown by the Logger.

After removing the Logger from the application I finally managed to get something working.

However, whenever I try to type start skill in the Test Console I keep getting that an error:

There was a problem with the requested skill's response

image

The strange thing is, is that on the right I actually see data coming back from the service:

image

I'm a bit confused on how a Sample project that seems to be working for other people won't work for me. I simply cloned the repository, gave a right click on the sample project and published it to Azure.

@ElvenMonky
Copy link
Collaborator

ElvenMonky commented Jun 5, 2018

There might be a problem with Alexa Simulator itself. Let me check.

Are you deploying AzureFunction Sample project?

@devedse
Copy link
Author

devedse commented Jun 5, 2018

I did find the solution eventually, according to alexa-samples/skill-sample-nodejs-quiz-game#33 (comment) I had to activate the 'Display Interface' option:

image

I have no idea why this works though.

@ElvenMonky
Copy link
Collaborator

Oh, sure. Azure Function sample shows how to work with Dialog Model and requires it enabled. I'll take a look how we can indicate it in ReadMe.

@devedse
Copy link
Author

devedse commented Jul 6, 2018

Was this already resolved in the documentation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants