2017-02-22, 00:28
so if i get the slot generator to work then all i need to do is update the .env file to the same details?
Quote:if this helps i am trying to do this on a fire tv box and i have 2 ip addresses
1 - the fire tv ip address (this is also the one i used for port forwarding)
2 - the kodi ip address
2017-02-22 19:59:55:INFO:botocore.credentials: Found credentials in environment variables.
2017-02-22 19:59:55:INFO:lambda_deploy: Packaging lambda kodi-alexa
2017-02-22 19:59:55:WARNING:lambda_deploy: A .env file exists in your Lambda directory - be careful that it does not contain any secrets you don't want uploaded to AWS!
2017-02-22 19:59:55:WARNING:lambda_deploy: Skipping inclusion of of .env file - use LAMBDA_ENV_VARS instead (see documentation for more information)
Traceback (most recent call last):
File "/home/shaun/.local/bin/lambda-deploy", line 11, in <module>
sys.exit(main())
File "/home/shaun/.local/lib/python2.7/site-packages/lambda_deploy/lambda_deploy.py", line 376, in main
method()
File "/home/shaun/.local/lib/python2.7/site-packages/lambda_deploy/lambda_deploy.py", line 215, in deploy
Publish=True
File "/home/shaun/.local/lib/python2.7/site-packages/botocore/client.py", line 253, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/home/shaun/.local/lib/python2.7/site-packages/botocore/client.py", line 543, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (InvalidSignatureException) when calling the CreateFunction operation: Signature expired: 20170222T175959Z is now earlier than 20170222T180656Z (20170222T181156Z - 5 min.)
Collecting requests (from -r /home/shaun/kodi-alexa-master/kodi-alexa/requirements.txt (line 1))
Using cached requests-2.13.0-py2.py3-none-any.whl
Collecting gunicorn (from -r /home/shaun/kodi-alexa-master/kodi-alexa/requirements.txt (line 2))
Using cached gunicorn-19.6.0-py2.py3-none-any.whl
Collecting yaep (from -r /home/shaun/kodi-alexa-master/kodi-alexa/requirements.txt (line 3))
Using cached yaep-0.0.6-py2-none-any.whl
Collecting pycountry (from -r /home/shaun/kodi-alexa-master/kodi-alexa/requirements.txt (line 4))
Collecting pytz (from -r /home/shaun/kodi-alexa-master/kodi-alexa/requirements.txt (line 5))
Using cached pytz-2016.10-py2.py3-none-any.whl
Collecting fuzzywuzzy (from -r /home/shaun/kodi-alexa-master/kodi-alexa/requirements.txt (line 6))
Using cached fuzzywuzzy-0.15.0-py2.py3-none-any.whl
Installing collected packages: requests, gunicorn, yaep, pycountry, pytz, fuzzywuzzy
Successfully installed fuzzywuzzy-0.15.0 gunicorn-19.6.0 pycountry-17.1.8 pytz-2016.10 requests-2.13.0 yaep-0.0.6
Starting new HTTPS connection (1): lambda.us-east-1.amazonaws.com
Adding new kodi-alexa lambda
(2017-02-23, 05:57)Camillej Wrote: Hello all, I have read the instructions and even viewed a step by step youtube video. I have set up all in AWS. However, when I go to download the zip file, it doesn't download all the files. .env.lambda, .env.wsgi and .gitignore are missing. I need the env file to edit so I can get to the next step. I am downloading to a mac os x. Can someone please help me?
(2017-02-22, 22:17)digiltd Wrote: @shaunnadan in AWS check that you are working in the correct region (top right between "your name" and "support")
(2017-02-23, 06:25)shaunnadan Wrote:(2017-02-23, 05:57)Camillej Wrote: Hello all, I have read the instructions and even viewed a step by step youtube video. I have set up all in AWS. However, when I go to download the zip file, it doesn't download all the files. .env.lambda, .env.wsgi and .gitignore are missing. I need the env file to edit so I can get to the next step. I am downloading to a mac os x. Can someone please help me?
Check that you have show hidden files in your folder settings. I also thought I was missing files
(2017-02-23, 07:31)shaunnadan Wrote:(2017-02-22, 22:17)digiltd Wrote: @shaunnadan in AWS check that you are working in the correct region (top right between "your name" and "support")
i am using the correct region on the AWS console.
looking through the terminal results i seem to have a "time" problem.
i have run sudo apt-get install ntp which installs successfully. is there any way to activate it after installation ? i still get the same error after i indtalled ntp
can i manually set the time zone using - sudo timedatectl set-timezone America/New_York what would i replace America/New_York with to be in US-EAST-1