Skip to content

Basic Trouble Shooting

Claude Pageau edited this page Nov 14, 2017 · 29 revisions

Basic Trouble Shooting Steps

Verify if pi-timolo.py runs without issues

Check if pi-timolo.py will Run from command prompt with config.py variable
verbose=True

From a logged in Putty SSH (secure shell) or desktop terminal session run the following commands

cd ~/pi-timolo
./pi-timolo.py

Trigger motion or wait for timelapse and monitor screen messages. If it fails please note console error message(s). Also note version of Raspbian you are running and RPI model. Note pi-timolo.py has been tested and will run under all recent versions of Raspbian as long as the pi-camera firmware is current. Also note you cannot run pi-timolo.py from both /etc/rc.local and crontab although you can run pi-timolo.sh from both since it checks if process is already running and will not try to rerun.

Some trouble shooting suggestions

Raise a new github issue with specific error messages or problem description and conditions if you still have problems https://github.com/pageauc/pi-timolo/issues

Clone this wiki locally