2018-04-26, 19:59
I'll try to get it done soon. In the meantime, I send you an email to see if I can get a copy of your kodi.config to diagnose what's going on.
npm install -g [email protected]
cd kanzi
ask deploy -t model
(2018-04-29, 15:40)jalperin Wrote: Deleted duplicate. Kanzi now deploys. However it couldn't find most songs and had no response to "ask kanzi what's playing". So, I deleted Library and added only three songs. Deployed kanzi again. Still can't play by song title. Only can play recently added. And still no response to "ask kanzi what's playing". Response to "ask kanzi to play Overload" is "there was a problem with the requested skill's response." Response to "ask kanzi to play Beautiful Life" is to play the song through the echo from Amazon.
Suggestions would be appreciated.
(2018-04-30, 18:59)nation Wrote: Hello to you guys,1. It's just saying that you can't edit it manually, but that's fine since you'll never have to do that.
I have encountered 2 problems myself and i hope you can help me:
1. when i upload the zip file to aws in lambda section it says:
"The deployment package of your Lambda function "kanzi" is too large to enable inline code editing. However, you can still invoke your function right now." Is it an warning?
2. when i am deploying it says:
"× Deploy skill
→ Error deploying. Please try again"
I have tried what said @m0ngr31 a post above and it returns something i didnt understand:
"C:\Users\Nation\Desktop\Kodi Alexa>npm install -g [email protected]
C:\Program Files\nodejs\ask -> C:\Program Files\nodejs\node_modules\ask-cli\bin\ask.js
+ [email protected]
updated 1 package in 4.733s
C:\Users\Nation\Desktop\Kodi Alexa>CD kanzi
C:\Users\Nation\Desktop\Kodi Alexa\kanzi>ask deploy -t model
[Error]: Invalid url info.
Cannot find valid lambda function with the given name, nor find sourceDir as codebase path to create lambda function.
C:\Users\Nation\Desktop\Kodi Alexa\kanzi>"
Thank you for your help
NatioN
(2018-04-30, 23:28)m0ngr31 Wrote:I have already tried woth another computer same result. The second one was my laptop in the same network, behind the same firewall.(2018-04-29, 15:40)jalperin Wrote: Deleted duplicate. Kanzi now deploys. However it couldn't find most songs and had no response to "ask kanzi what's playing". So, I deleted Library and added only three songs. Deployed kanzi again. Still can't play by song title. Only can play recently added. And still no response to "ask kanzi what's playing". Response to "ask kanzi to play Overload" is "there was a problem with the requested skill's response." Response to "ask kanzi to play Beautiful Life" is to play the song through the echo from Amazon.
Suggestions would be appreciated.
My best guess on this one is that the new 'kanzi' invocation name doesn't have all the machine learning data behind it that 'kodi' did. It might take a while for it to pick up all the intents. If you want to try and deploy using the Kodi invocation name, you might have better luck.
(2018-04-30, 18:59)nation Wrote: Hello to you guys,1. It's just saying that you can't edit it manually, but that's fine since you'll never have to do that.
I have encountered 2 problems myself and i hope you can help me:
1. when i upload the zip file to aws in lambda section it says:
"The deployment package of your Lambda function "kanzi" is too large to enable inline code editing. However, you can still invoke your function right now." Is it an warning?
2. when i am deploying it says:
"× Deploy skill
→ Error deploying. Please try again"
I have tried what said @m0ngr31 a post above and it returns something i didnt understand:
"C:\Users\Nation\Desktop\Kodi Alexa>npm install -g [email protected]
C:\Program Files\nodejs\ask -> C:\Program Files\nodejs\node_modules\ask-cli\bin\ask.js
+ [email protected]
updated 1 package in 4.733s
C:\Users\Nation\Desktop\Kodi Alexa>CD kanzi
C:\Users\Nation\Desktop\Kodi Alexa\kanzi>ask deploy -t model
[Error]: Invalid url info.
Cannot find valid lambda function with the given name, nor find sourceDir as codebase path to create lambda function.
C:\Users\Nation\Desktop\Kodi Alexa\kanzi>"
Thank you for your help
NatioN
2. Someone else had this issue and it seemed to resolve after they tried doing the deploy from a different computer. I'm not sure why it's doing it. If you have another computer, please try it on that one while I try and figure out why it's doing this.
(2018-05-01, 13:30)darzel Wrote: Hi, I want to convince my parents to buy the Amazon Echo Dot for me. But my parents want to know with which products are compatible in this device. I found some compatible products under devicebase.net/en/product/amazon-echo-dot-1st-generation/841667112367
However, I would be very grateful to you if you would help me with a complete list of compatible products as I have to convince my parents of the purchase.
Thanks
(2018-05-01, 03:22)jalperin Wrote: Thanks again m0ngr31
"If you want to try and deploy using the Kodi invocation name, you might have better luck."
How would that be done?
bash:npm upgrade -g lexigram-cli