Posts: 9
Joined: Mar 2021
Reputation:
0
2021-04-29, 16:43
(This post was last modified: 2021-05-01, 15:31 by flos06.)
I am completely stuck at the self host page. I've created the docker container and it runs fine but I need some help setting up the reverse proxy. I'm kind of clueless where to put the files and how to get them to run etc. Using lambda i get an error deploying skill
This is my error when deploying:
Error: Command failed: /usr/lib/node_modules/lexigram-cli/dist/../node_modules/.bin/ask deploy -t skill
Invalid json: /root/.ask/cli_config
edit: got it deployed next issue. alexa saying there is a problem with the skills response
Last edit: got it working fine.
Posts: 5
Joined: May 2014
Reputation:
1
I don't suppose anyone can help me.
I think my issue is a double nat as I have a really weird ISP where I live.
I've ran traceroutes to confirm this and no matter what I do I cannot get around it. I can view kodi on a web browser on my LAN but not on WAN.
Is there any hope for me? They're most unhelpful and refuse to open ports for me.
Posts: 5
Joined: Oct 2021
Reputation:
0
I am looking to move to Kodi for my video and music collection. Does this add on work with the most recent versions of Kodi?
Posts: 1
Joined: Mar 2022
Reputation:
0
Hello Folks,
I just have installed the Kanzi skill on AWS Lambda (I also have created an S3 bucket).
I can successfully logon to my Kodi installation on my Fire TV Cube via internet with myFritz!-network-address on port 8080 in FireFox browser,
the logon screen appears and I can logon with id Kodi and password. This works fine. I installed Kanzi as per the Lexigram documentation
on AWS Lambda, I ran all Lexigram commands with success, did upload of zip-file and deployed kanzi. After successfull deployment I can see
the kanzi skill appears in my phone's Alexa app under "development". So everything looks fine. However, when I issue a command to Alexa
on my Fire TV Cube, like "Alexa tell Kodi to play armageddon", then it obviously does not contact Kodi at all, but directs me to the film "Armageddon"
on Amazon prime. Also the command "Alexa tell Kodi open movies" does not interact with Kodi. My impression is, there is no interaction at all with
Kodi. I am using the skill with german language setting in the codi.config.
When I logon to theAmazon Alexa console I see the skill kanzi in my account. When I edit the kanzi skill and look into invocation name I can see
that the invocation name is "kodi" only and there is a red error statement saying that an invocation name needs to be minimum 2 words.
I changed invocation to "call kodi" and rebuilt the skill from the developer console. However, no change, no interaction between Alexa and
my Kodi implementation on the Fire TV Cube. When I test the skill within the alexa deleoper page and enter a command "call kodi play armageddon"
then I get the prompt "call k.o.d.i play armageddon" so I thought that Alexa for whatever reason has a problem with the invocation name "Kodi"
which it replaces by "k.o.d.i". I re-deployed the skill using option "1" for "Kanzi" as invocation. However, this also gives no interaction with Kodi...
On AWS Lambda, i created the kanzi skill using Python 3.9 and option ARM64 and Alexa Skills Kit trigger.
Can anyone point me in a direction where to search how to fix the problem?
Any suggestions are highly appreciated.
Thanks in advance,
Helmut
Cologne/Germany
Posts: 26
Joined: Mar 2018
Reputation:
0
my system clock was a bit slow adjusted the time and boom
Posts: 2
Joined: Jun 2021
Reputation:
0
Kanzi on docker. Can't get past this step: "docker exec -itw /config kanzi lexigram login --no-browser true" When I paste the resulting url back into the browser I get an Amazon account login (url beings with "https://na.account.amazon.com/ap") page, I enter my amazon credentials, and then this response from "https://s3.amazonaws.com/ask-cli/response_parser.html..."
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>P7E48BQHZRWFQ98W</RequestId>
<HostId>
rEzJO1asIhFncLnws1KMA5qZvAj38U1AowhYJ4RHNjsGHggws23Y0mUGYXOuB63cihg6QE4Iw88=
</HostId>
</Error>
Yes, I have a developer account which I can log into using "https://developer.amazon.com". The "funny" thing is that this error is relatively new. I have tried the docker kanzi deployment successfully prior, but got sidetracked elsewhere.
Posts: 1
Joined: May 2022
Reputation:
0
2022-05-18, 14:17
(This post was last modified: 2022-05-18, 14:22 by mapomme1108.)
Hello,
I have the exact same error on new installation.
I am using latest Kodi on a Windows 11 pc with the Alexa application.
I have an Amazon Developer account
Posts: 1
Joined: Jul 2022
Reputation:
0
2022-07-19, 18:48
(This post was last modified: 2022-07-19, 20:19 by Sunimod.)
I have a Problem with "lexigram login" i get the error "Der Befehl "C:\Users\Raimund" ist entweder falsch geschrieben oder konnte nicht gefunden werden.". ("The command "C:\Users\Raimund" is either misspelled or could not be found.")
I think it's the spaces in the name of the userfolder. Is there a "simple" solution for an amateur?
Sunimod
PS: Its on Windows :-)
PPS: Found a Solution with DOS shorts
Posts: 26
Joined: Mar 2018
Reputation:
0
not used docker inside kodi. can you not ssh in to the box and use the command line, or install something like portainer to give you a web management page for the docker engine