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 - Paranoid247 - 2018-05-05 (2018-05-05, 03:20)m0ngr31 Wrote: I'll take a look at this over the weekend and see if I can replicate it.It seems to have settled down now and I'm getting any 500 server errors. Here's a trace of the skip command (which works) and the back command (which doesn't) Code: ask kodi to skip Thanks for your help and for a great product. PS. Is there any simple way to turn on logging in the self-host code? Reconstructing the AMZN <-> HOST communications from the Apache logs is a real pain! RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-05-06 It does log a bit on its own, but you can change the verbosity in your kodi.config file. RE: Amazon Echo skill for Kodi - Coolzero - 2018-05-07 Hello, I also wanted to test the kanzi skill and followed this tutorial https://lexigr.am/docs/ I did the steps on my OpenSuse Leap 42.3 machine, and Kodi runs on CoreElec 8.90.1. All steps worked, except for the deploying, because I get this error: Code: lexigram deploy kanzi Thank you RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-05-07 Check the error log in the current directory RE: Amazon Echo skill for Kodi - ElCid - 2018-05-07 hi, i am having issues with kodi alexa skill, i keep getting errors i've hunted for fixes but with no luck. i'm hoping this forum can help. i get the error after lexigram deploy kanzi. i have added the results. i have deleted every thing and reinstalled python v2.7.15 and nvm. im running windows 10. ok have managed to get to the lexigram deploy and I get an error. i'm new to this so any advice would be greatfully received. Code: What would you like your invocation name to be? [1, 2, 0]: 2 RE: Amazon Echo skill for Kodi - Coolzero - 2018-05-08 (2018-05-07, 21:50)m0ngr31 Wrote: Check the error log in the current directoryHi, in the Log shows that Code: ::: 2018-05-07 21:33:28 ::: All steps before shows no error, what can i do? RE: Amazon Echo skill for Kodi - mace08 - 2018-05-10 Hello all, A couple questions: 1. What options are there besides opening ports or self hosting? So far I'm leaning towards MQTT. 2. Does someone have, or know of, a current guide to self hosting the Kanzi skill to only serve locally? Not the secure server part, just loading the web app with the correct dependicies and what they use? What I'd like to do is host the skill locally on a RPi and use MQTT to take care of over the web part. Has anyone tried this with the new version of the skill? How does it work? Cheers RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-05-10 (2018-05-07, 21:52)ElCid Wrote: hi, I sent you an email. (2018-05-08, 06:34)Coolzero Wrote: Hi, in the Log shows that I sent you a PM. (2018-05-10, 16:39)mace08 Wrote: Hello all,A few people have gotten it working, but it's not something that I've tried yet: https://github.com/m0ngr31/kanzi/issues/117 RE: Amazon Echo skill for Kodi - ElCid - 2018-05-10 mongr31 thanks for email. i stop using windows and switched to android using dory nodejs and qpython all went smooth. thanks for help RE: Amazon Echo skill for Kodi - Robl1966 - 2018-05-11 I am having problems regarding the CMD. When I input for instance C:\Python27\Scripts\pip.exe install awscli it responds by saying the system cannot find the path specified. I have tried multiple times but no luck, any help please? RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-05-11 You don't need python anymore. Just follow the new instructions here: https://lexigr.am RE: Amazon Echo skill for Kodi - Robl1966 - 2018-05-11 I have stuck with Python for the moment and have progressed but have this error: pip install -r requirements.txt Collecting gunicorn (from -r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/55/cb/09fe80bddf30be86abfc06ccb1154f97d6c64bb87111de066a5fc9ccb937/gunicorn-19.8.1-py2.py3-none-any.whl Collecting pytz (from -r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/dc/83/15f7833b70d3e067ca91467ca245bae0f6fe56ddc7451aa0dc5606b120f2/pytz-2018.4-py2.py3-none-any.whl Collecting flask-ask>=0.9.8 (from -r requirements.txt (line 3)) Using cached https://files.pythonhosted.org/packages/6a/f5/d4709ae94584a0b1541e9b52b2d25a8a1bdb6e2da9d6870f23fdd0523a30/Flask-Ask-0.9.8.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "c:\users\rob\appdata\local\temp\pip-install-_ykoxo\flask-ask\setup.py", line 8, in <module> from pip.req import parse_requirements ImportError: No module named req ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in c:\users\rob\appdata\local\temp\pip-install-_ykoxo\flask-ask\ any ideas please? RE: Amazon Echo skill for Kodi - m0ngr31 - 2018-05-13 It's an issue with how the flask-ask package installs its requirements and pip 10. It'll work if you downgrade to pip 9. RE: Kanzi: Amazon Alexa skill for Kodi - Robl1966 - 2018-05-13 Thanks RE: Kanzi: Amazon Alexa skill for Kodi - Robl1966 - 2018-05-13 Encountered another issue..... (venv) C:\Users\rob\Desktop\Kodi Alexa Code>zappa init Oh no! An error occurred! ==============Traceback (most recent call last): File "c:\users\rob\desktop\kodial~1\venv\lib\site-packages\zappa\cli.py", line 2610, in handle sys.exit(cli.handle()) File "c:\users\rob\desktop\kodial~1\venv\lib\site-packages\zappa\cli.py", line 476, in handle self.init() File "c:\users\rob\desktop\kodial~1\venv\lib\site-packages\zappa\cli.py", line 1496, in init raise ClickException("This project already has a " + click.style("{0!s} file".format(settings_file), fg="red", bold=True) + "!") ClickException: This project already has a [31m[1mzappa_settings.json file[0m!==============Need help? Found a bug? Let us know! File bug reports on GitHub here: https://github.com/Miserlou/Zappa And join our Slack channel here: https://slack.zappa.io Love!, ~ Team Zappa! |