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 - m0ngr31 - 2018-04-06 Yeah, that would cause an issue. Give me a minute, I'll push out an update so you can get around that. RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-04-06 Okay, run `npm upgrade -g lexgram-cli` and then `lexigram login --no-browser true` RE: Amazon Echo skill for Kodi - miststlkr - 2018-04-08 Sorry, not sure why I didn't get an email notification on this. Quote:miststlkr@htpc:~$ npm upgrade -g lexgram-cli RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-04-08 New version is 1.0.3. For some reason it didn't upgrade. Try running that command. RE: Amazon Echo skill for Kodi - miststlkr - 2018-04-08 Sorry, just came back to update. I uninstall/re-installed and now it seems to be making progress. I have a URL to paste in to get my Auth Code. UPDATE - profile initialized successfully. Thanks for your patience! I can't wait to get this running RE: Amazon Echo skill for Kodi - evil-error - 2018-04-08 Hi guys, many thanks @m0ngr31 for the new "setup". I started a 2nd try and it looks much easier and works good so far...BUT sadly I stuck by configurating AWS lambda. I've created the function as shown in your screenshot but I miss the trigger "alexa" on the left side. I've no idea what i made wrong. someone any ideas? thanks! J. RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-04-08 Can you be more specific? RE: Amazon Echo skill for Kodi - evil-error - 2018-04-08 sure, i hope so... You wrote in your manual the following: Under "Add Triggers" on the left side, I haven't the option to chose "Alexa Skills Kit". I'v created the aws account for your previous skill version and made no special adjustments. I followed you manual step by step, therefore I've no idea where my mistake could be :/ RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-04-09 What region do you have selected? RE: Amazon Echo skill for Kodi - miststlkr - 2018-04-09 How long should the "Deploy Skill" part take? After quite a while (an hour?) It moved on to the "Deploying Skill Information" step and returned "Error deploying. Please try again" So I am running it again RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-04-09 It really shouldn't run longer than 10 minutes. I'll PM you to diagnose what the issue is. RE: Amazon Echo skill for Kodi - miststlkr - 2018-04-10 Amazing. I greatly appreciate the willingness to help out! RE: Amazon Echo skill for Kodi - miststlkr - 2018-04-12 After some awesome one on one help from m0ngr31 I have gotten the skill to deploy. now I just have to figure out how to get my echo to use it. RE: Amazon Echo skill for Kodi - evil-error - 2018-04-13 (2018-04-09, 04:58)m0ngr31 Wrote: What region do you have selected?Sorry for the delayed answer : Region is Frankfurt, Germany. RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-04-13 Use Ireland instead: https://lexigr.am/docs/aws-lambda.html#upload-to-aws-lambda |