You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2023. It is now read-only.
René Kliment edited this page Oct 26, 2016
·
5 revisions
If your AlexaPi isn't running on startup you can check the log for errors.
If you're on systemd, run
sudo journalctl -u AlexaPi.service,
if you've stuck to the classic, run
sudo less /var/log/AlexaPi.log.
For better debugging, stop the AlexaPi service and run AlexaPi interactively in debug mode like this:
/opt/AlexaPi/src/main.py -d
You can set various things in the configuration file.
If you installed into /opt as recommended, it is /etc/opt/AlexaPi/config.yaml.
If you installed elsewhere, the file config.yaml is in your AlexaPi/src directory.