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 - nicoosterc - 2018-05-02 Hey @m0ngr31 thanks for this awesome feature. I followed all the installation steps and got to deploy the skill without any errors, but when I say, fo example, 'Alexa ask kodi to play random movie' I get "I couldn't find a skill called kodi". Any idea what I may be doing wrong? Thanks in advance. RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-05-02 Make sure you're using the same account that you logged into to deploy with (sometimes my wife switches profiles to listen to her music), and that you selected Kodi instead of kanzi as the invocation name. RE: Amazon Echo skill for Kodi - nicoosterc - 2018-05-02 Already checked both, it all appears to be in order. RE: Amazon Echo skill for Kodi - nicoosterc - 2018-05-02 Ups, I didn't realize I had to enable the skill once I had it all set up. Now I enabled it but when I give a command to it the answer I get is "There is a problem with the requested skills response" Any help? RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-05-02 How are you hosting it? Heroku, Lambda, ...? We'll need to look at the logs to see what's going on. RE: Amazon Echo skill for Kodi - nicoosterc - 2018-05-02 I'm hosting ir through lambda. How can I get the logs? RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-05-02 https://console.aws.amazon.com/cloudwatch RE: Amazon Echo skill for Kodi - nicoosterc - 2018-05-02 Thank you. I already have it, is there a way I can send it to you? I can't PM you. RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-05-02 I sent you an email RE: Amazon Echo skill for Kodi - intrepid85 - 2018-05-02 Hi, Could do with some help if possible. I have tried setting up kanzi using the lambda method but I get this error when trying to deploy: "Deploy skill - Error deploying. Please try again" Have tried both kanzi and kodi deployments and tried starting from scratch but getting the same error each time. Here's the log extract: Quote:::: 2018-05-02 17:46:34 :::Any help would be appreciated. Thanks again in advance. RE: Amazon Echo skill for Kodi - a2ron - 2018-05-02 In my case it was about the skill.json format version, I got from https://forums.developer.amazon.com/questions/94659/ask-cli-wont-deploy.html. "sourceDir" instead of "uri" "endpoint": { "sourceDir": "lambda/custom" (or the true relative path for your lambda folder) RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-05-02 Do you see the skill in your Alexa console? https://developer.amazon.com/alexa/console/ask RE: Amazon Echo skill for Kodi - a2ron - 2018-05-03 Yes RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-05-03 Yeah, it looked like it finished with that part, just got stuck on uploading the model. I'm not sure what the issue is, but there is a way to figure it out. Go to your Skill page in Amazon, and browse to the JSON editor: Then copy everything from the kanzi/models/en-US.json file into there and hit save. That should tell us what's going on. RE: Amazon Echo skill for Kodi - mysteron09 - 2018-05-03 Just a shout-out for m0ngr31 - finally got around to testing the PseudoTV Live add-on with the skill and it works brilliantly. Regular select and up/down navigation commands control both EPG and just plain old channel surfing. Thanks again! |