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 - newoski - 2016-11-01 (2016-11-01, 19:55)jingai Wrote: Well, I think if you really want to diagnose the problem, executing the command remotely is the next step.I'll start with the port. That's something I understand Sent from my HTC6535LVW RE: Amazon Echo skill for Kodi - newoski - 2016-11-01 (2016-11-01, 19:55)jingai Wrote: Well, I think if you really want to diagnose the problem, executing the command remotely is the next step. Crap. Since I didn't create the AWS, I enlisted help there, I can't easily change the port. With that said, would a better workaround to this entire problem to create a VM on my Unraid server and host the app locally on my network? What would the best Unraid VM container type be for this kind of thing? RE: Amazon Echo skill for Kodi - jingai - 2016-11-01 (2016-11-01, 20:31)newoski Wrote:(2016-11-01, 19:55)jingai Wrote: Well, I think if you really want to diagnose the problem, executing the command remotely is the next step. Well, probably not easier to host it yourself.. and I can't really help you with Unraid as I'm not at all familiar with it. There is a Docker file present in the package though, so that may be one way to go. For me, personally, to help you further you'll either need to acquaint yourself with the AWS Lamba deployment process (the README for the skill does a decent job of getting you there) so we can change things to debug the problem, and/or run the curl command I gave you remotely. RE: Amazon Echo skill for Kodi - newoski - 2016-11-01 (2016-11-01, 20:38)jingai Wrote:(2016-11-01, 20:31)newoski Wrote:(2016-11-01, 19:55)jingai Wrote: Well, I think if you really want to diagnose the problem, executing the command remotely is the next step. Can you give me a quick overview of what you mean by running it remotely? Would I just curl my external IP:port with the commands you outlined? RE: Amazon Echo skill for Kodi - jingai - 2016-11-01 I mean from outside your LAN, pointing the command at your DDNS. If you can use your mobile data, for instance, that would work. Or take a machine to a coffee shop/friends house.. or SSH into a machine off-site.. etc. RE: Amazon Echo skill for Kodi - newoski - 2016-11-01 (2016-11-01, 20:44)jingai Wrote: I mean from outside your LAN, pointing the command at your DDNS. If you can use your mobile data, for instance, that would work. Or take a machine to a coffee shop/friends house.. or SSH into a machine off-site.. etc. OK, installed cURL on my Android phone and disconnected from my house WiFi. Connected via 4G, if I use the time curl command, with "time" removed, it processes all the movies pretty much instantly... RE: Amazon Echo skill for Kodi - jingai - 2016-11-01 Then we need to isolate which call is causing the delay, but that will require you have the ability to deploy new code. RE: Amazon Echo skill for Kodi - newoski - 2016-11-01 (2016-11-01, 22:25)jingai Wrote: Then we need to isolate which call is causing the delay, but that will require you have the ability to deploy new code.Looking into it Sent from my HTC6535LVW RE: Amazon Echo skill for Kodi - jingai - 2016-11-01 Since it sounds like you're running an older version of the skill, the first thing you might try is simply updating to the latest. RE: Amazon Echo skill for Kodi - newoski - 2016-11-01 (2016-11-01, 23:00)jingai Wrote: Since it sounds like you're running an older version of the skill, the first thing you might try is simply updating to the latest.did my git pull yesterday Sent from my HTC6535LVW RE: Amazon Echo skill for Kodi - newoski - 2016-11-01 After restarting from scratch with Heroku, I somehow got it working. 6th time is the charm? No idea what I did differently this time, but very happy to have it working. About a second delay now, which is much better. My sincere thanks for all the effort today to get me squared away. Not sure what I did differently this time with Heroku, but very happy to have everything working! RE: Amazon Echo skill for Kodi - jingai - 2016-11-02 I'm happy you got it working, though I have to admit I'm genuinely curious what was wrong lol RE: Amazon Echo skill for Kodi - Rickt1962 - 2016-11-02 WOW Cant wait to try it !! RE: Amazon Echo skill for Kodi - BDPNA - 2016-11-02 Is there any way to have this running on 2 different Kodi installations with 2 different wake words? RE: Amazon Echo skill for Kodi - jingai - 2016-11-02 Just set up two copies of the skill with different names. |