Error notifications #747
redstormsju
started this conversation in
General
Replies: 3 comments 4 replies
-
Hi @redstormsju , These can show up if the DB is locked. In general, these specific ones are only to set the default order of the tables, so this shouldn't cause any issues in the app. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This should not be an issue. You could try increasing the delay between
scans to minimise the amount of DB operations. You could try to move the DB
on a faster drive if you have one, such as a ssd.
…On Sun, 4 Aug 2024, 03:44 Joel, ***@***.***> wrote:
How do I unlock the database? This began occurring out of nowhere…meaning,
I didn’t change any settings!!
—
Reply to this email directly, view it on GitHub
<#747 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW5URDDCYV46XC6GR7WE6KTZPUJGHAVCNFSM6AAAAABLK6XK6CVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRTGE3TINI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
3 replies
-
I've been getting this as well on a brand new install with the default docker config, seems like maybe something else is going on. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I’ve just noticed the following error notifications…can’t figure out the issue…anyone else experiencing similar?
"Error executing query (attempts: 10), query: UPDATE Parameters SET par_Value="[]"\n WHERE par_ID="Front_Devices_Order""
Or
"Error executing query (attempts: 10), query: INSERT INTO Parameters (par_ID, par_Value)\n VALUES ("Front_Devices_Rows",\n "50")"
Beta Was this translation helpful? Give feedback.
All reactions