alexa-samples / skill-sample-nodejs-fact

Build An Alexa Fact Skill
Apache License 2.0
1.15k stars 1.19k forks source link

Simulator spins with no response after invoking skill #78

Closed awaemmanuel closed 6 years ago

awaemmanuel commented 6 years ago

I have configured everything up to the Test stage. I invoke it with open space geek and it just spins there and does nothing. Is this a known issue?

franklin-lobb commented 6 years ago

unless you changed the invocation name, try open space facts

awaemmanuel commented 6 years ago

@franklin-lobb I changed the invocation name to space geek and changed it back to space facts. Also reverted everything, followed the tutorial again and still not luck. Below is a screenshot of where it gets stuck.

screen shot 2018-06-07 at 11 02 39 pm
franklin-lobb commented 6 years ago

I have only seen that when the message is first sent to the endpoint, and then it turns into your utterance. Perhaps there is something in the browser or the cache causing a problem. If you try in a different browser, we can rule that out. Also, if you check the Device Log box, and scroll down, you'll see more detail on what is sent and received.

awaemmanuel commented 6 years ago

@franklin-lobb After a painful debug session, I figured out it was a CORS issue. I tried to enable it with plugins and chromium flags with no luck. Finally I realized it was my antivirus software that was the issue. I disabled web shield and it worked.