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 - bill_orange - 2017-02-14 (2017-02-13, 23:46)popy Wrote: Update: Currently i cant create a new skill, when ill updating the custom slots it takes very long at "Please wait while this Alexa skill is updated..." and the an error pops up. I am not sure if your problem is the same as mine but I was also stuck in "Please wait while this Alexa skill is updated..." . In my case it was a browser issue. I was using IE11. I switched to Google Chrome and was then able to go quickly go through the screen that you are stuck on. FireFox also worked okay. RE: Amazon Echo skill for Kodi - deboyd - 2017-02-14 (2017-02-11, 03:25)digiltd Wrote:(2017-02-10, 23:38)deboyd Wrote:(2017-02-10, 22:49)digiltd Wrote: The .env won't deploy/upload itself to lambda like the other files. The lambda-deploy command reads the file locally and sets the environment variables directly on the server. This is a security measure. @digiltd Thank you for the video link, I will check it out. Yes, my mind is also boggling! I will attempt to un noob myself and try again. Cheers mate! RE: Amazon Echo skill for Kodi - shaunnadan - 2017-02-14 Hi With the new update is the python portion just required to link Kodi to the AWS or is it something that needs to be running at all times. Has anyone gotten this to work on a android media player ? RE: Amazon Echo skill for Kodi - popy - 2017-02-14 (2017-02-14, 01:12)jingai Wrote: @popy, we have the skill translated to German already, but you'll need to wait for the 2.5 release. Hopefully soon! thx, for the info. Is it possible to get the needed files to test this "not released" version out? (2017-02-14, 04:18)bill_orange Wrote:(2017-02-13, 23:46)popy Wrote: Update: Currently i cant create a new skill, when ill updating the custom slots it takes very long at "Please wait while this Alexa skill is updated..." and the an error pops up. my default browser was chrome. when it stucks i also tried it with IE but with no luck. Maybe it had todo with AWS itself!? Will try it today. Another question: Whats the phrases i have to talk to alexa in german? -> Alexa, sage "kodi wohnzimmer" spiele nächste folge von mythbusters? Is this correct? thx pOpY Amazon Echo skill for Kodi - digiltd - 2017-02-14 (2017-02-14, 08:44)shaunnadan Wrote: Hi The Skill is written in Python and n ends to be running all the time. Bu if using aws you don't really have to worry about this as it is running on their servers. RE: Amazon Echo skill for Kodi - T800 - 2017-02-14 I got an Echo yesterday and it's now doing my Nest, Hue and Harmony. I just looked into Kodi and I can't believe how complicated it is (it's still amazing!). Is this going to get simpler with time? RE: Amazon Echo skill for Kodi - shaunnadan - 2017-02-14 (2017-02-14, 09:34)digiltd Wrote:(2017-02-14, 08:44)shaunnadan Wrote: Hi So I just need to get the .env file from my Kodi system and then use python on my laptop to publish it to AWS? RE: Amazon Echo skill for Kodi - popy - 2017-02-14 Guys, i have setup the skill now and when i am tzesting it on the skill page it recogines my utterance question: Question "Welche serien gibt es" (english: which seriesdo i have) Service request is: Code: { The name is "WhatNewShows" which should be correct, isnt it? Sadly the service resoponse is: Code: The remote endpoint could not be called, or the response it returned was invalid. In the cloud log on this is it: Code: Sending request to http://[host]:[port]/jsonrpc The host is online and i can reach it from the internet! Also the slot generator works, so my port forwarding should be fine. Any hint what i am doing wrong? thanks pOpY Amazon Echo skill for Kodi - digiltd - 2017-02-14 (2017-02-14, 15:12)shaunnadan Wrote:(2017-02-14, 09:34)digiltd Wrote:(2017-02-14, 08:44)shaunnadan Wrote: Hi You create the .env file yourself. Then after using Python to deploy to aws you shouldn't need your laptop. Though best keep Python installed as you need it to update. Amazon Echo skill for Kodi - digiltd - 2017-02-14 (2017-02-14, 15:18)popy Wrote: Guys, i have setup the skill now and when i am tzesting it on the skill page it recogines my utterance question: Sounds like it is not talking to Kodi correctly. I assume you have removed the host and port in the log you posted ? I.e. Sending request to http://[host]:[port]/jsonrpc RE: Amazon Echo skill for Kodi - popy - 2017-02-14 (2017-02-14, 15:43)digiltd Wrote: Sounds like it is not talking to Kodi correctly. you are right, i have remove the host and port from the posted log, but when ill take the complete url out of cloud log and paste it into browser on an client outside my lan i'll get the proper response from kodi. Also when i am using the slot generator linked in the github repo it can get all the slot conents correctly -> kodi & routing setup seems to be ok? What else could be the issue? thx pOpY RE: Amazon Echo skill for Kodi - bill_orange - 2017-02-14 (2017-02-14, 15:18)popy Wrote: Guys, i have setup the skill now and when i am tzesting it on the skill page it recogines my utterance question: There's a cloud log! That would really be helpful. I have made revisions to kodi.py to do a couple of other home automation operations I need. There is a Try / Except structure in a Def that I can not get to work right. A look at the log would be a help. How to you navigate to the log? Bill RE: Amazon Echo skill for Kodi - popy - 2017-02-14 ok guys, my fault, it was an wrong username!!!! Sorry, sorry, sorry, now ill get response and will do testing. thx pOpY RE: Amazon Echo skill for Kodi - elocm2 - 2017-02-14 I try to get all albums from one artist. The Script calls the list of all registered artists. My Kodi answer this request with 12000 artists and the ID end with something about 15000. The answer has 800kByte. Kodi answer in less than a second, but on my pyscript it looks like the answer does not fit in memory or there is something else wrong, anyhow the script timeout and did not move forward. Checked with some additional print inside the wsgi.py that artists = kodi.GetMusicArtists() is the last thing the script is doing RE: Amazon Echo skill for Kodi - jingai - 2017-02-14 (2017-02-14, 16:54)bill_orange Wrote: There's a cloud log! That would really be helpful. I have made revisions to kodi.py to do a couple of other home automation operations I need. There is a Try / Except structure in a Def that I can not get to work right. A look at the log would be a help. I really don't recommend you do this, because we will be unable to provide support for you if you modify the code. Further, when you go to update the code as we release new versions, you will have to merge your own changes back in. Unless you are already familiar with branching and merging in git, this might prove difficult for you. The best route for you would be to either make your own skill for your HA stuff, or use something like ha-bridge (which probably already has what you need anyway). |