I took the sd card out of the Raspberry Pi and mounted it on a Linux box, and grepped for "ekoslive" in /var/log/syslog. This revealed the following endlessly repeating pattern:

May  6 20:30:26 stellarmate ekoslive[1106]: 2022-05-06T20:30:26.802Z info: my@email.adress: Authenticating...
May  6 20:30:26 stellarmate ekoslive[1106]: 2022-05-06T20:30:26.805Z error: SQLITE_ERROR: no such table: user
May  6 20:30:30 stellarmate ekoslive[1106]: 2022-05-06T20:30:30.846Z warn: No internet, switching to offline mode.
May  6 20:30:30 stellarmate ekoslive[1106]: 2022-05-06T20:30:30.846Z info: my@email.adress: Authenticating...
May  6 20:30:30 stellarmate ekoslive[1106]: 2022-05-06T20:30:30.849Z error: SQLITE_ERROR: no such table: user
May  6 20:30:33 stellarmate ekoslive[1106]: 2022-05-06T20:30:33.775Z warn: No internet, switching to offline mode.
May  6 20:30:33 stellarmate ekoslive[1106]: 2022-05-06T20:30:33.776Z info: my@email.adress: Authenticating...
May  6 20:30:33 stellarmate ekoslive[1106]: 2022-05-06T20:30:33.779Z error: SQLITE_ERROR: no such table: user
May  6 20:30:40 stellarmate ekoslive[1106]: 2022-05-06T20:30:40.670Z warn: No internet, switching to offline mode.
May  6 20:30:40 stellarmate ekoslive[1106]: 2022-05-06T20:30:40.670Z info: my@email.adress: Authenticating...
May  6 20:30:40 stellarmate ekoslive[1106]: 2022-05-06T20:30:40.673Z error: SQLITE_ERROR: no such table: user
May  6 20:30:48 stellarmate ekoslive[1106]: 2022-05-06T20:30:48.174Z warn: No internet, switching to offline mode.
May  6 20:30:48 stellarmate ekoslive[1106]: 2022-05-06T20:30:48.174Z info: my@email.adress: Authenticating...
May  6 20:30:48 stellarmate ekoslive[1106]: 2022-05-06T20:30:48.177Z error: SQLITE_ERROR: no such table: user
Is this a bug?

Read More...