You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
every now and then I can see below error in my logs. It seems to be related to the caching of Azuracast autocue data. Usually it happens aver the station is up for 1-2 weeks only. During the first days no such errors are occuring. But once it starts, they appear quite frequently.
2024/12/14 05:36:32 [autocue:2] Error while processing autocue: error(kind="sqlite",message="Command failed (READONLY): attempt to write a readonly database. Statement: INSERT INTO cache (key, value) VALUES (?, ?).",positions="at /usr/share/liquidsoap/libs/autocue.liq, line 964 char 4 - line 1047 char 7, at /usr/share/liquidsoap/libs/autocue.liq, line 974, char 25-80, at /usr/share/liquidsoap/libs/autocue.liq, line 828 char 2 - line 949 char 5, at /usr/share/liquidsoap/libs/autocue.liq, line 840 char 6 - line 857 char 9")
Steps to reproduce
Run latest Azuracast Rolling Release with autocue enabled or use the Azuracast cache script running a native LS instance.
No error message while trying to insert a new cache record to the database
Liquidsoap version
Liquidsoap 2.3.1+git@6e56d1362
Copyright (c) 2003-2024 Savonet team
Liquidsoap is open-source software, released under GNU General Public License.
See <http://liquidsoap.info> for more information.
Which is a bit strange as the same (Azuracast) script works fine for days, or even weeks, before it starts to report those issues. I will open an issue in the Azuracast Git in addition - let's see whether Buster or someone else from the Azuracast Community is able to find out what's going on here...
Description
Hi Romain,
every now and then I can see below error in my logs. It seems to be related to the caching of Azuracast autocue data. Usually it happens aver the station is up for 1-2 weeks only. During the first days no such errors are occuring. But once it starts, they appear quite frequently.
2024/12/14 05:36:32 [autocue:2] Error while processing autocue: error(kind="sqlite",message="Command failed (READONLY): attempt to write a readonly database. Statement: INSERT INTO cache (key, value) VALUES (?, ?).",positions="at /usr/share/liquidsoap/libs/autocue.liq, line 964 char 4 - line 1047 char 7, at /usr/share/liquidsoap/libs/autocue.liq, line 974, char 25-80, at /usr/share/liquidsoap/libs/autocue.liq, line 828 char 2 - line 949 char 5, at /usr/share/liquidsoap/libs/autocue.liq, line 840 char 6 - line 857 char 9")
Steps to reproduce
Run latest Azuracast Rolling Release with autocue enabled or use the Azuracast cache script running a native LS instance.
https://github.com/AzuraCast/AzuraCast/blob/main/util/docker/stations/liquidsoap/azuracast.liq
https://github.com/AzuraCast/AzuraCast/blob/main/util/docker/stations/liquidsoap/cache.liq
Expected behavior
No error message while trying to insert a new cache record to the database
Liquidsoap version
Liquidsoap build config
Installation method
From official packages in the release artifacts
Additional Info
No response
The text was updated successfully, but these errors were encountered: