Skip to content

error (e)

moiSentineL edited this page Aug 3, 2024 · 1 revision

TL;DR

"flomo isn't working for me / showing a bunch of errors / glitchy or something/ etc."

CHECK THE LOG and LET US KNOW!

You can do that by flomo error or flomo er

This will print the file path of the error.log file which you can refer to.

Example.

If I run the command, it shows something like:

File Path: /home/nibir/.config/flomo/error.log

You can go there and see what is wrong.

More Options

You can also clear the log using flomo er -c or flomo er --clean

Pro Tip for Linux users

You can run:

cat $(flomo er)

and it will just output the log in the terminal itself.


Back to Commands