From cc334ebe8b27dcee2079e258966ed5a40c39df18 Mon Sep 17 00:00:00 2001 From: Florian BEZANNIER <48728684+flobz@users.noreply.github.com> Date: Sat, 1 May 2021 13:55:45 +0200 Subject: [PATCH] Update FAQ.md --- FAQ.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/FAQ.md b/FAQ.md index 090d1d6..09501c3 100644 --- a/FAQ.md +++ b/FAQ.md @@ -13,3 +13,11 @@ Your psa account is locked because you makes 20 sms activation. To unlock do thi ### 3. No data to show The app record your position if "-r" argument is provided. You need to make few trips to be able to see stats in the dashboard. + +### 4. Permission error +It's happen if config file aren't writable by the user that launch the process. +To fix this go to the application directory and execute this command : +``` +# if the user is launched by pi user do +sudo chown pi: -R . +```