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

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

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.
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:
The strange thing is, is that on the right I actually see data coming back from the service:
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.