Posts: 4
Joined: Feb 2017
Reputation:
0
Also posted on Github, apologies if this causes any inconvenience. I wasn't sure where was the best place to post. I'm new to this/trying to get it going and also having the "playing videos is not supported on this device" response when using the correct syntax outlined above. On the lambda console, I get the following:
START RequestId: bd2b1e79-e831-11e6-b516-ad1ede9dd614 Version: $LATEST
Handler 'lambda_handler' missing on module 'wsgi': 'module' object has no attribute 'lambda_handler'
END RequestId: bd2b1e79-e831-11e6-b516-ad1ede9dd614
And when I ask to play music "Tell Kodi to play the album Teenager of the Year", it plays me a sample of what I ask for on the Echo from Amazon Music instead of the Kodi. I also get "there was a problem with the selected skill's response" message if I ask what flim is currently playing, for example.
In the Alexa app, the error I see is: Skill response was marked as failure; Kodi; Request identifier amzn1.echo.api....
The target lambda application returned a failure response.
I did not do the 'docker' section in the walkthrough, so maybe it's related? The last python script I ran was deploy-to-lambda.py. Not sure if there's another script required to be running/executing?
Sorry, lots of questions. I'm attacking from many different angles but lost at the moment.
Posts: 4
Joined: Feb 2017
Reputation:
0
Further question in reviewing install guide for anything I may have overlooked - is Python 2.7 required or can a later version (3.x) be used?
Posts: 1
Joined: Feb 2017
Reputation:
0
Is there any progress update on the German Translation? I have just set up the English version on my German Echo and it sounds rather funny. I am happy to help, have already found the responses in wsgi and will start on the translation.
Posts: 4
Joined: Feb 2017
Reputation:
0
Thanks, Jingai. So if I uninstall Python 3 and install 2.7, do I then have to go through the entire procedure with pip/lambda deploy/etc again? Hopefully that solves all the other little problems I seem to be having!
Posts: 2,441
Joined: Mar 2010
Reputation:
54
jingai
Skilled Skinner
Posts: 2,441
I would suggest reinstalling, yes, though I'm not positive.
Posts: 104
Joined: Nov 2012
Reputation:
0
dazz87
Senior Member
Posts: 104
2017-02-02, 02:13
(This post was last modified: 2017-02-02, 02:33 by dazz87.)
Custom Slots is a nightmare!!!!!! I am trying to fix a title for a tv show and Amazon keeps on tell me: "Error: There was a problem with your request: Unknown slot type 'VIDEOPLAYLISTS' for slot 'VideoPlaylist'
but the issue is I dont even have a VIDEOPLAYLIST in any of my slots. I am just trying to edit a tv show name and cant save it cause it keeps on telling to correct this issue...How could I correct it if there slot is not even there.........? Is there anyway to bypass this and save my edit?
Nevermind. Went out of the site and came back in and the error for VIDEOPLAYLIST is gone...Weird.
Posts: 2,441
Joined: Mar 2010
Reputation:
54
jingai
Skilled Skinner
Posts: 2,441
You need to add all slots listed in the README even if you don't use them.
Posts: 225
Joined: Nov 2015
Reputation:
0
I just got the Kodi skill running on Alex. This was obviously a lot of work. Thanks.
I do have one question. It does look like this project is still being updated and upgraded. Good. Should there be an update how to I update the skill?
Rerun:
pip install lambda-deploy
python deploy-to-lambda.py
Replace:
alexa.intents
akexa.utterances
??
As a Newbe it is very confusing.
Bill - AB6OR