Troubleshooting

Teclada is a new product. There's a good chance it has bugs. If you run into trouble, please email [email protected] or contact us on Discord and we'd be happy to help. In fact, please do email us! Your feedback helps us make the product better.

Rebooting

You can reboot Teclada with:

sudo teclada restart

We also offer stop and start options.

Running Status

To see whether Teclada is running, try the following:

Linux:

Systemd:

sudo systemctl status teclada.service

Manual check:

ps -aux | grep "bin/teclada"

Mac:

Launchd:

sudo launchctl print system/com.teclada

And look for the "active count".

Manual check:

ps aux | grep bin/teclada

Logs

When running the teclada CLI, add --logtostderr to see detailed logs.

When running as a service, Teclada records logs to default locations:

Linux:

/var/log/teclada.log

Mac:

/var/log/teclada.err.log  # stderr
/var/log/teclada.out.log  # stdout