Posts: 10
Joined: Jan 2012
Reputation:
0
Sorry guys, I'm sure I'm being rubbish but I'm lost.
I'm having the same error as others where I get "No region specified". You've answered loads of times that I need to copy the. Env.lamda file before editing the copy, but Windows does not allow me to copy the file and name it .env
Windows needs a filename so it is impossible to just name the copy .env
I can't create a copy with the same name so I don't understand the instruction.
Can someone give detailed instructions on how to copy the env file in Windows so that I have a copy to edit?
Thanks,
-P[/align]
Posts: 27
Joined: Oct 2011
Reputation:
0
2017-01-08, 03:54
(This post was last modified: 2017-01-08, 03:57 by thatoneguy99.)
If you open the original .env.lambda in Notepad and then File -> Save As -> Write .env as filename and choose "All Files" as the type - then it will create the .env file for you.
ANOTHER WAY:
When you hit rename just rename the file ".env." there will be a dot before and after the words env and it will create a .env file for you without giving you the "need a filename error"
Posts: 327
Joined: Feb 2011
Reputation:
3
Or go old skool and do it at the dos prompt
QNAP TS670 NAS - 4x4TB Raided with NFS Support & Central MySQL DB
Pi 3 [Xbian] - Samsung 46" ES7000 Smart TV & HT-E5550 3D BD Sound System
Pi 3 [Xbian] + Hyperion Ambilight- Samsung 48" Curved UE48JS9000 4k
PowerEthernet T1502 Powerline adapters
Posts: 3
Joined: Jan 2017
Reputation:
0
After much head scratching I finally got everything set up on aws but when I test or use Alexa I'm getting the following error. Can anyone point me in the right direction on where to start looking to fix this?
{
"version": "1.0",
"response": {
"outputSpeech": {
"type": "PlainText",
"text": "Error parsing results"
},
"card": {
"content": "Error parsing results",
"title": "Playing the movie star wars",
"type": "Simple"
},
"reprompt": {
"outputSpeech": {
"type": "PlainText",
"text": " "
}
},
"shouldEndSession": true
},
"sessionAttributes": {}
Thanks
Posts: 16
Joined: Dec 2012
Reputation:
0
Can anyone explain how to get this to work on different Kodi boxes?
I have Kodi in the living room and in the basement.
I ran through the set up and had it working just fine in the living room, then tried to set it up in the basement by adding a second app to Amazon per the instructions. However now when I ask Alexa to play a movie in the living room it plays it in the basement and when I ask Alexa to play a movie in the basement it also plays it on the basement.
What steps do I need to do to make it work on each Kodi box?
Any help would be appreciated.
Posts: 327
Joined: Feb 2011
Reputation:
3
Different port numbers on each kodi install, 2 port forward rules on your router / firewall to each box, 2 .env files, 1 for each install two build the 2 apps...
QNAP TS670 NAS - 4x4TB Raided with NFS Support & Central MySQL DB
Pi 3 [Xbian] - Samsung 46" ES7000 Smart TV & HT-E5550 3D BD Sound System
Pi 3 [Xbian] + Hyperion Ambilight- Samsung 48" Curved UE48JS9000 4k
PowerEthernet T1502 Powerline adapters
Posts: 9
Joined: Jan 2017
Reputation:
0
hi all...4th time of trying this skill...now in the service simulator using the utterance 'stop' i get - The remote endpoint could not be called, or the response it returned was invalid.
any help to resolve this issue would be much appreciated.
leone
Posts: 15
Joined: Jun 2015
Reputation:
0
2017-01-09, 15:33
(This post was last modified: 2017-01-09, 15:45 by Gibsarno.)
can someone help please I've set up my .env file been using aws method and now I'm stuck on this part
Now, go back to the console and make sure you are in the directory with this code in it. Run the following commands:
pip install lambda-deploy
python deploy-to-lambda.py
If you edited the .env file correctly, this should have successfully sent the code to AWS. Let's go look at your Lambda functions and finish setting up the function. Browse back to the AWS console and click on Lambda. There you should see your function. Click on it and go to the triggers tab. Click on "Add Trigger" and select "Alexa Skills Kit". At the top right of this page, you'll see text that will say something like "ARN - arn:aws:lambda:us-east-1:11111111111:function:kodi-alexa". Copy this, as we'll need it in when you setup the skill.
what console is it talking about? any help would be great as I'm new to this stuff and I'm using a mac.