google / taqo-paco

Desktop and new mobile client apps for the Paco user behavior research platform (https://www.pacoapp.com/).
Apache License 2.0
12 stars 10 forks source link

`taqo_daemon` does not work when `${HOME}/.local/share/taqo/` does not exist (linux) #182

Closed rundong08 closed 1 year ago

rundong08 commented 1 year ago

Expected Behavior

taqo_daemon start should start the taqo_server after a fresh installation

Actual Behavior

taqo_daemon start does not start the taqo_server when the folder ${HOME}/.local/share/taqo/ does not exist

Steps to Reproduce the Problem

  1. Install Taqo on a linux machine without ${HOME}/.local/share/taqo/ folder
  2. Run taqo_daemon start
  3. Run taqo_daemon status, and it will say Taqo server is not running.