2018-06-01, 16:44
Hey, really nice of you to offer a teamviewer session. Let me know when you have time so we can schedule it
/ Nick
/ Nick
Switch to 'Login with Amazon' page...
Tokens fetched and recorded in ask-cli config.
Call list-vendors error.
Error code: 401
{
"message": "You are not authorized to access this operation."
}
(2018-07-09, 20:14)walkjivefly Wrote: I'm trying to deploy the koko skill from linux but get similar errors to others here. On the very last step it reports "Error deploying" and the errorlog saysI managed to deploy the skill (hosted on Heroku) by editing the koko/.ask/config and using the ask deploy command from within the koko directory. Alexa has problems talking to it but that's another battle.
Error: Command failed: /home/mark/.nvm/versions/node/v8.11.1/lib/node_modules/lexigram-cli/dist/../node_modules/.bin/ask deploy -t skill
[Error]: Invalid url info.
Cannot find valid lambda function with the given name, nor find sourceDir as codebase path to create lambda function.
Tried hosting it on both Heroku and Lambda and the error is the same in both cases.
kodi.config looks OK, I've got a koko dir with a shit-ton of javascript and other stuff, a koko-lambda-upload.zip
I've tried the suggested
ask deploy -t skill
ask deploy -t model
to get more info and got precisely no more info in the errorlog.
I've tried
npm install -g [email protected]
(it told me there is an npm update available)
ask deploy -t model
and still got no more info in the debug.log
Has anyone solved this yet? Care to share the answer?