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: Kanzi: Amazon Alexa skill for Kodi - Searon - 2020-04-15 Hey, I think I got pretty far, Kanzi skill deployed and all, visible in my Alexa skills. But when I try to use a Kanzi command I get the error from Alexa "Request access violation, some long string amzn.1.............." do you have any idea what I did wrong in the process? Does the forwarded port has to be 8080 or are other ports allowed aswell? I added the Amazon app ID to my config file aswell but no change. Thanks in advance. RE: Kanzi: Amazon Alexa skill for Kodi - Andrajos - 2020-04-26 For thouse who got "configuration file not valid" message, at validating point, check special chars in Kodi password at kodi.config file. I'm getting this error when deploying D:\Proyectos\Lexigram>lexigram deploy koko √ Check config file √ Validate config file √ Check skill directory √ Remove old repo code √ Download latest source code √ Extract source code √ Extract source code - Part 2 √ Update skill data √ Update slot values × Deploy skill → Error deploying. Please try again And at 'errorlog.txt' Call update-skill error. Error code: 404 { "message": "Resource not found." } Any clue? Many thnanks. EDIT: it seems my problem was because of not fill the skill id at adding the Alexa trigger (it default selects to check it). Now i success deploying koko, and could deploy again filling the right Skill id (until first deploy i havent it) Now i got an error deploying kanzi, but it works. EDIT2: today I successfully deploy kanzi after second attempt, first with a bussy network error, and second success. And I haven't changed anything, just login again and launch deploy. RE: Kanzi: Amazon Alexa skill for Kodi - cryonic90 - 2020-04-30 (2020-04-26, 19:33)Andrajos Wrote: For thouse who got "configuration file not valid" message, at validating point, check special chars in Kodi password at kodi.config file.Do you have your kodi device on? That was it for me the first time, it got stuck because it couldn't connect to it. RE: Kanzi: Amazon Alexa skill for Kodi - Andrajos - 2020-05-05 (2020-04-30, 19:51)cryonic90 Wrote:Yes, if not, or if the password is wrong, it fails at step(2020-04-26, 19:33)Andrajos Wrote: For thouse who got "configuration file not valid" message, at validating point, check special chars in Kodi password at kodi.config file.Do you have your kodi device on? √ Update slot values RE: Kanzi: Amazon Alexa skill for Kodi - ausvette - 2020-05-07 I've done the deploy. Went though all looked good. I enabled the Kanzi Developer skill in my Alexa phone app. When I ask Kanzi to do something I get an activity showing in the Alexa phone app like: Protocol Violation Kanzi Request Identifier: amzn1.echo-api.request.5d1cf98c-21b4-4ae9-9356-f686f54f78fa The application response did not conform to the specification. Please ensure that you are using the latest client library and that your responses comply with the Application Service Interface. Alexa heard: "alexa ask kanzi to play bad boys" Voice feedback How do I troubleshoot this? Thanks I would very much appreciate some assistance on how to go about resolving this problem. My kodi.config is: # Global configuration # [global] # Currently supported languages: en, de, fr, it language = en # By default, if you ask to play media without specifying the type, the skill # will search through the entire library to find a match. # # For example, if you ask, "Alexa, ask Kodi to play ninety nine red balloons," # the skill will search library items in the following order to find the song: # # Movies -> Shows -> Artists -> Songs -> Albums # # If your library is really large, this can take some time to complete. While # it will eventually execute, Alexa may report that the skill timed out. If # this behavior bothers you, you can disable deep searches. # # When disabled, Alexa will simply provide help in the response directing you # to issue a play command that includes the media type of the item. deep_search = yes # Limit number of items we add to playlists. # # Some requests will cause the skill to create a temporary playlist in Kodi # before executing your command. This operation is expensive in Kodi, so we # provide the option here to limit the number of items added. # # The default is 100 to match Kodi's own 'party mode.' Higher values will # make these operations slower, but if your setup can handle it, you're free # to set this to whatever you like. # # Set to an empty string for unlimited. playlist_max_items = 100 # Search result limits for new (unwatched) Movies and Episodes. # # By default we ask kodi to return a max of 100 results per JSON request. # Here you can set this figure to optimize the system for you. # Results are always retrieved in order of newest episodes and movies first. # # Lower figures will produce faster results and limit them to only media that # you've recently added to the library. unwatched_shows_max_results = 100 unwatched_episodes_max_results = 100 unwatched_movies_max_results = 100 # Set logging level. Possible values are: # # CRITICAL # ERROR # WARNING # INFO # DEBUG loglevel = INFO # Log sensitive or personally identifying information. # # Disabling this prevents the skill from logging the target address for Kodi # and your device IDs. # # It is enabled by default to make it easy for you to identify your Echo # devices for mapping to specific instances of Kodi. logsensitive = yes # Global Alexa skill configuration # [alexa] # Set skill_id to enable verification of requests by Flask-Ask. skill_id = # Maximum number of items to generate per slot. # # If the skill is failing to save, you may need to reduce this. Conversely, # if Alexa is having problems distinguishing your requests (executing the # wrong Intent, for instance), you may need to increase this. slot_items_max = 100 # # Default parameters common to all Alexa devices and the web simulator # [DEFAULT] # The Kodi webserver only supports HTTP, but if you've set up a reverse HTTPS # proxy you can change this to https. scheme = http address = ausvette1.theworkpc.com port = 8080 # If using a reverse proxy you might need to add an extra bit to the url # before "jsonrpc" (don't use slashes before or after). subpath = username = kodi password = ******** # Caching of Kodi responses. # # Provide an Amazon S3 bucket or a directory name here and provide credentials # for one of the cache backends below to enable. cache_bucket = ausvette # Amazon S3 cache backend. # # Provide an AWS user key and key ID here to enable. s3_cache_aws_access_key_id = AKIA4BTMG7QWR4ENTFEZ s3_cache_aws_secret_access_key = q+xXqxIAvKUj1B+NxDSpdLmJrcYxTiDZzG96EGjo # ownCloud/nextCloud cache backend. # # Provide the base URL for your ownCloud server and a valid user and password # combination to enable. owncloud_cache_url = owncloud_cache_user = owncloud_cache_password = # Read timeout -- how long to wait for responses from Kodi before giving up. # # Normally there is no need to change this. read_timeout = 120 # For some commands, we don't care about the response from Kodi, so we send # them "fire-and-forget." If you've got a proxy server in the middle, though, # it's possible the command might not make it to Kodi before the skill exits. # # If Alexa is telling you she has completed a command but it sometimes does # not actually execute on Kodi, you may need to increase this. read_timeout_async = 0.01 # Set shutdown to 'quit' if you'd like "Alexa, tell Kodi to shut down" # to quit Kodi instead of shutting down the system. shutdown = quit # Your local time zone for responses that include absolute times. # See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones # # For example, if you are in the Eastern US time zone, you would use: # timezone = US/Eastern # # Leave empty if you don't need or want absolute time responses. An example # is asking when the currently playing item will end. If you have this # defined, it will also tell you the wall-clock time when the item will # conclude. timezone = Australia/Queensland # Setup MongoDB to handle playing music from Kodi to your Alexa device # Must accept agreement saying I'm not liable for stolen information # since your username and password for Kodi will be stored in plaintext # in a database and will be transferred over the internet to a HTTPS # proxy server for you to have this functionality. # # mongodb_uri will look like: `mongodb://user:[email protected]:port/database` # If you're using alternative proxy from Heroku, alt_proxty looks like: # `https://my-kodi-proxy.herokuapp.com/proxy?file=` mongodb_uri= use_proxy= alt_proxy= accept_music_warning= # Override default values by specifying them below for individual devices. # # The usual reason to do this is to associate a given Echo device with a # particular instance of Kodi in your house, but you can override any of # the other configuration variables from the DEFAULT section here too. # # Device IDs can be found in the skill server / lambda log. RE: Kanzi: Amazon Alexa skill for Kodi - ausvette - 2020-05-08 When I use the Alexa Simulator on the Alexa Developer Console - typing in the manual commands gives " The requested skill did not provide a valid response" How do I trouble shoot this? I haven't been able to find any logs for this. Also is the url for the skills server the address for the herokuapp.com server - something like https://xxxx.herokuapp.com? Thanks! RE: Kanzi: Amazon Alexa skill for Kodi - 1981mattwilson - 2020-05-09 Can anyone who has this working please post their json for the intent section? The json and utterance samples are in a format that now isn't valid in the dev interface so it's really beefing me out. Thanks in advance Matt RE: Kanzi: Amazon Alexa skill for Kodi - Andrajos - 2020-05-21 (2020-05-09, 20:35)1981mattwilson Wrote: Can anyone who has this working please post their json for the intent section? The json and utterance samples are in a format that now isn't valid in the dev interface so it's really beefing me out.If you tell me where to find it, I can post it. RE: Kanzi: Amazon Alexa skill for Kodi - ausvette - 2020-05-22 (2020-05-09, 20:35)1981mattwilson Wrote: Can anyone who has this working please post their json for the intent section? The json and utterance samples are in a format that now isn't valid in the dev interface so it's really beefing me out. Is Kanzi still working? I am not sure if I should keep troubleshooting what I have setup, or if it just doesn't work now? RE: Kanzi: Amazon Alexa skill for Kodi - Andrajos - 2020-05-22 (2020-05-22, 09:37)ausvette Wrote:(2020-05-09, 20:35)1981mattwilson Wrote: Can anyone who has this working please post their json for the intent section? The json and utterance samples are in a format that now isn't valid in the dev interface so it's really beefing me out. It works for me, but not fully (some artist and albums doesn't recognize) RE: Kanzi: Amazon Alexa skill for Kodi - plains203 - 2020-06-04 I can't get Kanzi to deploy fully when using the docker container. I have it working with nginx for reverse proxy setup. I can access my kanzi server which I used docker for. I get a 405 error when hitting that. Here are the log excerpts. Has anyone resolved this issue before? ::: 2020-06-04 19:21:21 ::: Error: Command failed: /usr/lib/node_modules/lexigram-cli/dist/../node_modules/.bin/ask deploy -t model [Error]: Invalid response for interactionModel status from get-skill-status request. [18:54:54] → Error deploying. Please try again, [18:54:51] → Deploying skill slot data and intents., [18:54:54] Deploy skill [failed], [18:54:49] Deploy skill [started], [18:54:49] → Deploying skill information., Kanzi 01.24.2020-dXXXXXab successfully deployed with invocation name kanzi at https://kanzi.XXXXXX.com/kanzi/ RE: Amazon Echo skill for Kodi - plains203 - 2020-06-05 (2018-05-03, 00:56)m0ngr31 Wrote: Yeah, it looked like it finished with that part, just got stuck on uploading the model. I'm not sure what the issue is, but there is a way to figure it out.This solved my problem! I used the en-AU.json file and it will now do some of my bidding. Thanks for all the dev work you have done here. Still not sure why my model fails to deploy through the cli though. RE: Kanzi: Amazon Alexa skill for Kodi - masinad - 2020-06-27 (2020-04-12, 05:34)serv Wrote: It fails to deploy the Kanzi skill with the self-hosted linuxserver docker. Fails on Lambda as well. Failed on a clean build new server with npm. Tried rebuilding several times and have ensured the endpoint is reachable. RE: Kanzi: Amazon Alexa skill for Kodi - masinad - 2020-06-27 Atleast I got it working. I got always Utterance Conflicts every language what I tryed. The fix was for me, that I set alexa location to settings -> device settings -> my alexa -> Time zone Easter daylight time (new york) and language English united kingtom. In alexa dev console I set language to English (US) in the left right. Then Interaction Model -> JSON Editor and pasted there en-US.json. It is located in /app/kanzi/kanzi/models/ in docker setup. RE: Kanzi: Amazon Alexa skill for Kodi - JonnyDunk - 2020-07-07 My Kanzi skill has been deploying for over an hour now. Anyone have any idea how to resolve? https://imgur.com/12xwOv1 |