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 - thismustbeok - 2017-02-22 so if i get the slot generator to work then all i need to do is update the .env file to the same details? RE: Amazon Echo skill for Kodi - jingai - 2017-02-22 Uh, maybe? I couldn't possibly tell you if you'll run into other issues or not lol RE: Amazon Echo skill for Kodi - thismustbeok - 2017-02-22 thanks anyway RE: Amazon Echo skill for Kodi - jingai - 2017-02-22 Ok, here's what you need to do: read the official README in its entirety, and if you encounter an issue, pause. Search the thread here for help with whatever you're stuck on, and/or post here with your question. Don't just press on. Next, you need to provide a bit more information. If you're entering an IP address, it needs to be your WAN IP, not the local IP your router gives the device on which Kodi is running. Your router should be configured to port forward to this address. I'm not asking you to divulge your IP address here, but I am asking you to at least give us a 'yes' or 'no' answer to this question: are you providing your WAN IP and the forwarded port to the slot generator and the skill itself (in the .env file)? Third, what does this mean: Quote:if this helps i am trying to do this on a fire tv box and i have 2 ip addresses There should not be two IP addresses involved in this. You are trying to get the slot generator and the skill to connect to Kodi -- both of which are connecting from the internet (i.e., not from inside your LAN/house/whatever). So point them at your WAN IP and whatever port you've opened and forwarded on your router. RE: Amazon Echo skill for Kodi - thismustbeok - 2017-02-22 jingai, i was putting in the wrong ip address. I can't thank you enough you are a star!! RE: Amazon Echo skill for Kodi - thismustbeok - 2017-02-22 update!!! all i had to do was update to the WAN ip address and it is all working RE: Amazon Echo skill for Kodi - shaunnadan - 2017-02-22 hi everyone so i have had this previously working with heroku but the delays were horrible and i was not getting any response in regards to movie and tv shows. i have gone through my drive and made sure that i have 100% metadata correct and my kodi is looking much better i have tried to use the AWS method but im having a problem deploying to the lambda function this is the code when i attempt to update it using unbuntu. it just freezes at this point[/code] [code] 2017-02-19 18:15:02:INFO:botocore.credentials: Found credentials in environment variables. 2017-02-19 18:15:02:INFO:lambda_deploy: Packaging lambda kodi-alexa 2017-02-19 18:15:02:WARNING:lambda_deploy: A .env file exists in your Lambda directory - be careful that it does not contain any secrets you don't want uploaded to AWS! 2017-02-19 18:15:02:WARNING:lambda_deploy: Skipping inclusion of of .env file - use LAMBDA_ENV_VARS instead (see documentation for more information) RE: Amazon Echo skill for Kodi - shaunnadan - 2017-02-22 so an update. after leaving it for a while the terminal finally updated ! but when i go back to the lambda management console i cant see my function. the only option is to click on the "get started now" button an manually create a function really would like some advise to where im going wrong here here is the code Code: 2017-02-22 19:59:55:INFO:botocore.credentials: Found credentials in environment variables. RE: Amazon Echo skill for Kodi - digiltd - 2017-02-22 @shaunnadan in AWS check that you are working in the correct region (top right between "your name" and "support") RE: Amazon Echo skill for Kodi - HartzF34R - 2017-02-22 Has anyone managed to get the "flask-ask" branch working (for the german version)? Setting up this seems to be successful, but when I test my skill, I get "There was an error calling the remote endpoint, which returned HTTP 500 : Internal Server Error" as skill response. I know, it is a testing branch with an unfinished version, but maybe you got some tips to get it working? RE: Amazon Echo skill for Kodi - Camillej - 2017-02-23 Hello all, I have read the instructions and even viewed a step by step youtube video. I have set up all in AWS. However, when I go to download the zip file, it doesn't download all the files. .env.lambda, .env.wsgi and .gitignore are missing. I need the env file to edit so I can get to the next step. I am downloading to a mac os x. Can someone please help me? RE: Amazon Echo skill for Kodi - shaunnadan - 2017-02-23 (2017-02-23, 05:57)Camillej Wrote: Hello all, I have read the instructions and even viewed a step by step youtube video. I have set up all in AWS. However, when I go to download the zip file, it doesn't download all the files. .env.lambda, .env.wsgi and .gitignore are missing. I need the env file to edit so I can get to the next step. I am downloading to a mac os x. Can someone please help me? Check that you have show hidden files in your folder settings. I also thought I was missing files RE: Amazon Echo skill for Kodi - shaunnadan - 2017-02-23 (2017-02-22, 22:17)digiltd Wrote: @shaunnadan in AWS check that you are working in the correct region (top right between "your name" and "support") i am using the correct region on the AWS console. looking through the terminal results i seem to have a "time" problem. i have run sudo apt-get install ntp which installs successfully. is there any way to activate it after installation ? i still get the same error after i indtalled ntp can i manually set the time zone using - sudo timedatectl set-timezone America/New_York what would i replace America/New_York with to be in US-EAST-1 RE: Amazon Echo skill for Kodi - Camillej - 2017-02-23 (2017-02-23, 06:25)shaunnadan Wrote:(2017-02-23, 05:57)Camillej Wrote: Hello all, I have read the instructions and even viewed a step by step youtube video. I have set up all in AWS. However, when I go to download the zip file, it doesn't download all the files. .env.lambda, .env.wsgi and .gitignore are missing. I need the env file to edit so I can get to the next step. I am downloading to a mac os x. Can someone please help me? Thank you!!! I feel like a dummy now. Ran intoanother issue but will post separately. Amazon Echo skill for Kodi - digiltd - 2017-02-23 (2017-02-23, 07:31)shaunnadan Wrote:(2017-02-22, 22:17)digiltd Wrote: @shaunnadan in AWS check that you are working in the correct region (top right between "your name" and "support") Have you tried manually changing the time? I don't think the time zone change will fix the 5min gap. It is taking 5+ min each time you try to deploy? Does this help: sudo ntpdate ntp.ubuntu.com |