Skip to content
Jenna edited this page Sep 27, 2016 · 4 revisions

Troubleshooting:

Setup.sh

  • If nothing happens when you press a button during setup, your buttons may already be setup. Alternatively it could mean your buttons are not being picked up by the client.. this could be an issue with bluetooth on the device or the buttons themselves.
  • To check whether your buttons are already setup, run ./start.sh -c to run the client in config mode. If the button address comes up in the terminal when you click it, your button is already setup.

Start.sh

  • When running the start script a second terminal should pop up and stay open for the duration of the program. If this terminal pops up and disappears immediately, it may mean you need to turn the bluetooth on on your device before running the program.
  • There isn't much error handling implemented in the client so you need to ensure your config file is in the correct format (check the config file wiki page) and your internet connection is working. If you can't figure out what's going wrong feel free to get in contact.
Clone this wiki locally