After some time of normal working on my Linux system (Ubuntu 18.04), now I can’t start insync-headless
without any output in console or in logs database:
$ insync-headless start
$ insync-headless get_status
Insync doesn't seem to be running. Start it first.
$ insync-headless get_errors
Insync doesn't seem to be running. Start it first.
Even if I delete all config files (whole ~/.config/Insync
directory) - I have the same problem:
$ insync-headless start
To add accounts in headless mode, use the "insync-headless add_account" command. Run "insync-headless help add_account" for more details.
$ insync-headless add_account -a [code]
Insync doesn't seem to be running. Start it first.
After this commands it creates new Insync directory, but file ~/.config/Insync/out.txt
is empty, ~/.config/Insync/logs.db
is missing.
How can I enable verbose mode to see what happens and why it can’t start?