Home How to debug TerrariumPI
Faq
Cancel

How to debug TerrariumPI

  1. Stop the TerrariumPI service: sudo service terrariumpi stop.
  2. Enter the TerrariumPI folder: cd /home/pi/TerrariumPI/
  3. Enable Python3 virtual environment: source venv/bin/activate
  4. Manual start TerrariumPI: python terrariumPI.py

This should start the TerrariumPI in console mode. So all errors should now be visible to the console.

When you are done debugging, you can press Ctrl+C once to stop TerrariumPI.

This post is licensed under CC BY 4.0 by the author.