jovotech / jovo-framework

🔈 The React for Voice and Chat: Build Apps for Alexa, Messenger, Instagram, the Web, and more
https://www.jovo.tech
Apache License 2.0
1.67k stars 310 forks source link

askApiUpdateSkill:Resource not found #569

Closed spham closed 5 years ago

spham commented 5 years ago

hi for project already create, i wish to redeploy model into alexa console developer.

i make

sylvain> jovo deploy

    ✔ Bundle Project
      ✔ Copy source code to "./bundle"
      ✔ Run "npm install --production"
      ✔ Zip "./bundle" folder
       -> Zip path: /Users/sylvain/alexa/lirePodCastSAP/bundle.zip
    ❯ Deploying Alexa Skill 
      ✖ Updating Alexa Skill project for ASK profile default
       -> askApiUpdateSkill:Resource not found.

i delete my skill manually in alexa developer . so i think, it should not update, but recreate.

in fact, is work when i create new project, but for project already exist, and skill was remove in alexa developer, it not work

aswetlow commented 5 years ago

Hey!

Set skillId to "" in /platforms/alexaSkill/.ask/config

spham commented 5 years ago

Thanks