m0ngr31 / kanzi

Alexa skill for controlling Kodi
https://lexigr.am
MIT License
427 stars 149 forks source link

zappa logs #231

Closed jouster1974 closed 6 years ago

jouster1974 commented 6 years ago

Sorry to be a pain...Alexa skill is working well enough now but as I have multiple Dots and have them in rooms with multiple Kodi installs, it would be great to use them all with the skill....

That said, I don't seem to be able to even create the logs let alone know where to find them.

I am using the AWS route .... when I issue the" zappa tail dev" command, I get the following response

C:\Python27\Scripts\venv\Scripts>zappa tail dev (six 1.10.0 (c:\python27\scripts\venv\lib\site-packages), Requirement.parse('six>=1.11.0'), set([u'zappa'])) Oh no! An error occurred! :(

==============

Traceback (most recent call last): File "c:\python27\scripts\venv\lib\site-packages\zappa\cli.py", line 2610, in handle sys.exit(cli.handle()) File "c:\python27\scripts\venv\lib\site-packages\zappa\cli.py", line 484, in handle self.load_settings_file(self.vargs.get('settings_file')) File "c:\python27\scripts\venv\lib\site-packages\zappa\cli.py", line 2073, in load_settings_file settings_file = self.get_json_or_yaml_settings() File "c:\python27\scripts\venv\lib\site-packages\zappa\cli.py", line 2053, in get_json_or_yaml_settings raise ClickException("Please configure a zappa_settings file or call zappa init.") ClickException: Please configure a zappa_settings file or call zappa init.

Im sure Im doing something wrong so thought I would ask here first