Release Kanzi: Amazon Alexa skill for Kodi - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116) +--- Thread: Release Kanzi: Amazon Alexa skill for Kodi (/showthread.php?tid=254502) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
|
RE: Amazon Echo skill for Kodi - micks_in - 2018-04-21 It seems there is an update to the old alexa-kodi skill. i could use help with a few things: - what is the difference in setup using the github instructions and setup using lexigram? which one is preferred? - i would like to remove the old setup which was problematic (done using github instructions via IAM) before i do the new setup. how do i go about removing the old "skill" to ensure i have my developer section clean? RE: Amazon Echo skill for Kodi - reeso3000 - 2018-04-22 Hi Guys, I have followed the tutorial for lexigram and got as far as deploying the skill. Unfortunately it gives an error :- × Deploy skill → Error deploying. Please try again I have tried wiping out the setup and starting again with no luck. I can see there are commands that run on linux to get a log file - I am running on windows and don't have the directories mentioned. If anyone has any suggestions or the correct commands for windows to retrieve the logs please let me know I previously attempted the github method but seemed to only be able to add limited utterance samples on the new development portal rather that pasting the entire utterance document. Alexa would just say there was a problem with the skill - not sure the failed install has anything to do with it? I removed the skill from the portal etc Lastly I am able to successfully retrieve my listings using the slot generator website. Thanks in advance for any help! RE: Amazon Echo skill for Kodi - jarlave - 2018-04-22 For everyone who is starting now with this skill in the new ASK interface, here are the intents with german utterances in json format https://pastebin.com/7p0y4YhQ just replace the original part here with the one on pastebin But first you need to add your Slots with values. I did this with an Autohotkey script Code:
just paste for example the content from MOVIES in slots.txt, run that AHK script and place your cursor in the Slots value field. RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-04-22 (2018-04-22, 05:47)reeso3000 Wrote: Hi Guys, If it gets that far, it had no problem talking to your server, it's just having an issue deploying to Amazon. I do need to add in better logging. I'll get that updated soon. In the meantime, try this: Code:
That will give me an indication of what's going on. RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-04-22 (2018-04-22, 18:57)jarlave Wrote: For everyone who is starting now with this skill in the new ASK interface, here are the intents with german utterances in json format https://pastebin.com/7p0y4YhQ cli already does this. RE: Amazon Echo skill for Kodi - jarlave - 2018-04-22 oh, you want to say me I did all this work for nothing? I feel dumb now I followed the readme on github, what cli do you mean? //Edit: should have checked the website on github... all the hours I spent RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-04-22 (2018-04-22, 21:18)jarlave Wrote: oh, you want to say me I did all this work for nothing? I feel dumb now Never hurts to learn new things! RE: Amazon Echo skill for Kodi - reeso3000 - 2018-04-22 I have run the commands you mentioned and both come back with :- [Error]: Invalid url info. Cannot find valid lambda function with the given name, nor find sourceDir as codebase path to create lambda function. I have checked and double checked the arn and it is defintely the same as what I get within lambda function "kanzi" and it accepts the username and password when I ran the initial deploy. Thanks for your help! RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-04-22 Can you attach a screenshot of the first command running? It shouldn't say that with the switch that's running. RE: Amazon Echo skill for Kodi - reeso3000 - 2018-04-22 This is what I get:- thanks RE: Amazon Echo skill for Kodi - reeso3000 - 2018-04-22 Update - I have figured out what my issue was!!!! Nvm didn't have permission outside the network it appears!! I run the whole thing again on a different laptop and got a windows prompt asking me what I wanted to allow - private network and public network (not sure what happened the first time!). Ticked both boxes to allow and run through everything again and it uploaded successfully!! Sorry to have wasted your time mongr31 but thank you for your help!!! RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-04-23 All good, no worries. RE: Amazon Echo skill for Kodi - yumakuga - 2018-04-26 First, I appreciate the hard work in making and maintaining this skill. I'm running into a bit of an issue and I'm at my wit's end with it. I have an HTPC in the living room running Windows 10, with Kodi v17. It is configured with the web server enabled, as I can connect to it from my mobile using Kore and I can use the slot generator site fine (connects and populates the slots correctly). I've followed the guide on lexigr.am multiple times and from different PC's. The issue comes in when I go to "lexigram deploy kanzi". It gets to "Update Slot Values" and then I get the error, "Kodi server configuration settings are wrong..." I'm not sure which settings I'm missing as the only required ones as far as I can tell are for the server address/port/username/password. All of which are in the config file. I tried following the older guide, but I'm not seeing the some of the settings there anymore. A few pages back, I noticed it was said that shouldn't be an issue with the new setup. I must be missing something stupidly simple. Also, I do not see any logs generated to pull a more specific error. A nudge in the right direction would be appreciated. RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-04-26 Hopefully tomorrow I'll get a minute to update the cli to be more verbose as to what's breaking. RE: Amazon Echo skill for Kodi - yumakuga - 2018-04-26 That would be great. I tried clearing out everything and starting over again today, but still the same error. Assuming it's something on my end, but as I can contact Kodi from outside the network at multiple sources, I'm not sure what. |