alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 735 forks source link

Debugging doesn't work #718

Closed Betatester777 closed 2 years ago

Betatester777 commented 2 years ago

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[x ] Bug report  
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:

I've followed all the steps to debug in VS Code, but still receiving the message: "There was a problem communicating with the requested skill" as well in local as in console simulator.

I've created NA-Account to with same result. Debugging starts with success, but simulatar have thoble to connect to backend.

Expected Behavior

Simulator should work, while lambda is running in debugger

Current Behavior

Simulator shows: "There was a problem communicating with the requested skill" on start of skill

Possible Solution

Steps to Reproduce (for bugs)

Context

Your Environment

Node.js and NPM Info

Betatester777 commented 2 years ago

No relevant CloudWatch Logs found, while debugger is running

kevinmarrec commented 2 years ago

I'm having the same issue on EU region. The skill won't be reached when debugged.

ask dialog image

VS Code Alexa Skill Simulator (FR locale) image

javierAlo commented 2 years ago

Do you have the same problem with all skills? I have verified that it only happens with some of my skills, I think with the last ones that I have created, but not with the oldest ones.

Betatester777 commented 2 years ago

I've the same issue with all skills. Old, new, NA,EU hosted. It's frustrating;-(.

betomadrazo commented 2 years ago

Same problem here with all skills, old and new. Windows and Linux.

Betatester777 commented 2 years ago

@ShenChen93 any idea why debugging has stopped to work?

fernandaBonaldo commented 2 years ago

Same problem here will all skills too, in NA and EU.

CarlosMed commented 2 years ago

We are also getting an issue with local dev in NA. Sadly it just breaks with no way of knowing what's causing the issue since there are no logs or anything. We are sadly reverting to uploading manually. Uploading manually causes issues with our development process as it gets slowed down significantly.

It was working perfectly fine several days ago and like when OP initially posted is when we had the same issue. We thought it was from our end but we have exhausted any potential solution. Any update on this issue?

abpatel commented 2 years ago

This issue has been resolved. Please give it a spin. Would appreciate ya'll reporting back here

betomadrazo commented 2 years ago

I'ts been resolved, I tried with EU and still didn't work, but for NA it did. Many thanks. Is it possible to know how it was fixed?

Betatester777 commented 2 years ago

Now it works as expected with the EU account. Thanks a lot;-)

Betatester777 commented 2 years ago

Tested with both EU and NA accounts. Debugging works perfectly.