Open NAVOO-davidemarchesan opened 3 weeks ago
Hey, Did you find any solution for this issue?
No, but found a workaround. Just create a US amazon developer account. Clone your EU skill there with manifest and model.
In launch.json
file, switch region to NA
and start debugging your US skill.
Seems like there is a problem with EU
region.
Thank you bringing these reports to our attention. I wanted to confirm this concern with EU endpoints is currently being addressed on our end. We should have an update shortly to confirm once this is resolved. Thank you!
I appreciate you taking the time to provide this feedback and report the issue. I'll be sure to follow up on this and provide any updates I receive.
Thank you.
I'm submitting a...
Expected Behavior
Test and debug custom Alexa Skill in a local environment as described by the documentation:
Current Behavior
Receiving error
when start debugging.
Possible Solution
Steps to Reproduce (for bugs)
Since error 401 should means 'Unauthorized', I started a fresh project.
1. Clone a skill
Clone a fresh skill using VS Code Extension Alexa Skills Toolkit.
2. Clone a sample skill and install packages (nodejs)
Create a
lambda
folder. Download and move content from Hello World Sample to thelambda
folder. Run the following commands to install all required packages (insidelambda
folder):3. Set up environment
Follow Set up the test environment instructions to create and set up the
launch.json
file:4. Start Debugging
Select
Debug Alexa Skill (Node.js)
and start debugging.5. Get a new access token
Run command
ask util generate-lwa-tokens --scopes alexa::ask:skills:debug
to get a new access token. Replace (hard-coding temporarily)${command:ask.accessToken}
with the new fresh access token. Start debugging. Same error.6. Configure profile
Try to re-configure profile with
ask configure --profile XXXX
. Reload VS Code. Start Debugging. Same error.Context
I am trying to test and debug Alexa skill from VS Code. Thing is, the debugger used to work some days ago (and always worked). My colleagues are in the same situation. It seems that it just stopped working suddenly. Getting new access tokens should exclude a problem with authorization.
Note that we are trying to use the debugger from
EU
region.Your Environment
Node.js and NPM Info