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 - Bruceway - 2017-12-23 Hi All, Just wanted to say, that I have successfully set all this up, and it works fine. Very happy with it - Thank you so much RE: Amazon Echo skill for Kodi - xp0z3d - 2017-12-23 I am trying to set it up, but encountered en error with Amazon. When I try to save Interaction model so I can move to next step, I get this Error: There was a problem with your request: There are missing slot values in slot type "SHOWS" for slot "Show" in intent "WhatNewEpisodes". How to fix it? RE: Amazon Echo skill for Kodi - jingai - 2017-12-23 (2017-12-23, 18:08)xp0z3d Wrote: I am trying to set it up, but encountered en error with Amazon. When I try to save Interaction model so I can move to next step, I get this Error: There was a problem with your request: There are missing slot values in slot type "SHOWS" for slot "Show" in intent "WhatNewEpisodes".Do you have anything in the SHOWS slot? RE: Amazon Echo skill for Kodi - xp0z3d - 2017-12-23 (2017-12-23, 18:12)jingai Wrote:Yeah, a bunch of different shows are listed(2017-12-23, 18:08)xp0z3d Wrote: I am trying to set it up, but encountered en error with Amazon. When I try to save Interaction model so I can move to next step, I get this Error: There was a problem with your request: There are missing slot values in slot type "SHOWS" for slot "Show" in intent "WhatNewEpisodes".Do you have anything in the SHOWS slot? edit- I deleted everything in there and started with one slot at a time. so it saved without error this time. Another question, what I put in endpoint? RE: Amazon Echo skill for Kodi - jingai - 2017-12-23 (2017-12-23, 18:23)xp0z3d Wrote: edit- I deleted everything in there and started with one slot at a time. so it saved without error this time.I can't tell you without knowing how you're setting it up; i.e., where you're hosting the skill. The README tells you what to put here depending on the hosting provider you choose. RE: Amazon Echo skill for Kodi - xp0z3d - 2017-12-23 (2017-12-23, 18:34)jingai Wrote:I am trying through heroku, and in git guide, all it said was deploy it to heroku and then it says make note of endpoint, but i did not find one.(2017-12-23, 18:23)xp0z3d Wrote: edit- I deleted everything in there and started with one slot at a time. so it saved without error this time.I can't tell you without knowing how you're setting it up; i.e., where you're hosting the skill. The README tells you what to put here depending on the hosting provider you choose. RE: Amazon Echo skill for Kodi - jingai - 2017-12-23 (2017-12-23, 18:36)xp0z3d Wrote:After you hit "Deploy App" on Heroku, there's a button to "View". That's the endpoint. If you missed that, go to the Dashboard and select your app. In "Settings" under "Domains and certificates," the "Domain" there is your endpoint.(2017-12-23, 18:34)jingai Wrote:I am trying through heroku, and in git guide, all it said was deploy it to heroku and then it says make note of endpoint, but i did not find one.(2017-12-23, 18:23)xp0z3d Wrote: edit- I deleted everything in there and started with one slot at a time. so it saved without error this time.I can't tell you without knowing how you're setting it up; i.e., where you're hosting the skill. The README tells you what to put here depending on the hosting provider you choose. RE: Amazon Echo skill for Kodi - xp0z3d - 2017-12-23 (2017-12-23, 18:41)jingai Wrote:Thank you so much, I found that earlier and added. Now when I run test with text input it gives me an error(2017-12-23, 18:36)xp0z3d Wrote:After you hit "Deploy App" on Heroku, there's a button to "View". That's the endpoint. If you missed that, go to the Dashboard and select your app. In "Settings" under "Domains and certificates," the "Domain" there is your endpoint.(2017-12-23, 18:34)jingai Wrote: I can't tell you without knowing how you're setting it up; i.e., where you're hosting the skill. The README tells you what to put here depending on the hosting provider you choose.I am trying through heroku, and in git guide, all it said was deploy it to heroku and then it says make note of endpoint, but i did not find one. "The remote endpoint could not be called, or the response it returned was invalid." And when I ask my echo, it says "skill took too long to respond or something" I have checked my port and its open. RE: Amazon Echo skill for Kodi - jingai - 2017-12-23 Will need logs from the skill. RE: Amazon Echo skill for Kodi - xp0z3d - 2017-12-23 (2017-12-23, 18:49)jingai Wrote: Will need logs from the skill.Where do I get logs from? RE: Amazon Echo skill for Kodi - jingai - 2017-12-23 (2017-12-23, 18:54)xp0z3d Wrote:Heroku Dashboard, More->View logs.(2017-12-23, 18:49)jingai Wrote: Will need logs from the skill.Where do I get logs from? RE: Amazon Echo skill for Kodi - xp0z3d - 2017-12-23 (2017-12-23, 18:57)jingai Wrote:2017-12-23T16:49:06.575530+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/requests/api.py", line 58, in request(2017-12-23, 18:54)xp0z3d Wrote:Heroku Dashboard, More->View logs.(2017-12-23, 18:49)jingai Wrote: Will need logs from the skill.Where do I get logs from? 2017-12-23T16:49:06.575530+00:00 app[web.1]: return session.request(method=method, url=url, **kwargs) 2017-12-23T16:49:06.575531+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/requests/sessions.py", line 508, in request 2017-12-23T16:49:06.575531+00:00 app[web.1]: resp = self.send(prep, **send_kwargs) 2017-12-23T16:49:06.575531+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/requests/sessions.py", line 618, in send 2017-12-23T16:49:06.575532+00:00 app[web.1]: r = adapter.send(request, **kwargs) 2017-12-23T16:49:06.575532+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/requests/adapters.py", line 496, in send 2017-12-23T16:49:06.575533+00:00 app[web.1]: raise ConnectTimeout(e, request=request) 2017-12-23T16:49:06.575534+00:00 app[web.1]: ConnectTimeout: HTTPConnectionPool(host='10.0.0.9', port=3721): Max retries exceeded with url: /jsonrpc (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f6078dd1290>, 'Connection to 10.0.0.9 timed out. (connect timeout=10)')) 2017-12-23T16:49:06.680384+00:00 heroku[router]: at=info method=POST path="/" host=kodiskill.herokuapp.com request_id=36e74548-0795-46d5-abd3-20cbabd89b00 fwd="72.21.217.129" dyno=web.1 connect=1ms service=34ms status=200 bytes=161 protocol=https 2017-12-23T16:49:06.578053+00:00 heroku[router]: at=info method=POST path="/" host=kodiskill.herokuapp.com request_id=313b50c5-3403-474a-938b-ba1f21c04ce5 fwd="72.21.217.129" dyno=web.1 connect=1ms service=10087ms status=500 bytes=456 protocol=https RE: Amazon Echo skill for Kodi - jingai - 2017-12-23 Code: Connection to 10.0.0.9 timed out. (connect timeout=10) 10.0.0.9 is not a valid IP. You have to use your public/internet IP address. Even better, use a dynamic DNS service if your IP address is not static -- most residential ISPs don't give static IPs. This section in the README explains what you need to do. RE: Amazon Echo skill for Kodi - xp0z3d - 2017-12-23 (2017-12-23, 19:04)jingai Wrote:I got a dynamic DNS, where should I replace IP with it? RE: Amazon Echo skill for Kodi - jingai - 2017-12-23 Heroku dashboard->Settings->Config Variables->Reveal config vars. Click the pencil icon next to KODI_ADDRESS and change it there. |