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
Error: DatabaseError: SqliteError
update SingleValue set value = 5, modifiedBy = 'SYSTEM', modified = '2025-02-18T12:10:32.081Z' where parent = 'Misc' and fieldname = 'openCount' - attempt to write a readonly database
Stack:
SqliteError: update `SingleValue` set `value` = 5, `modifiedBy` = '__SYSTEM__', `modified` = '2025-02-18T12:10:32.081Z' where `parent` = 'Misc' and `fieldname` = 'openCount' - attempt to write a readonly database
at Client_BetterSQLite3._query (C:\Program Files\Frappe Books\resources\app.asar\node_modules\knex\lib\dialects\better-sqlite3\index.js:39:38)
at executeQuery (C:\Program Files\Frappe Books\resources\app.asar\node_modules\knex\lib\execution\internal\query-executioner.js:37:17)
at Client_BetterSQLite3.query (C:\Program Files\Frappe Books\resources\app.asar\node_modules\knex\lib\client.js:146:12)
at Runner.query (C:\Program Files\Frappe Books\resources\app.asar\node_modules\knex\lib\execution\runner.js:123:36)
at ensureConnectionCallback (C:\Program Files\Frappe Books\resources\app.asar\node_modules\knex\lib\execution\internal\ensure-connection-callback.js:13:17)
at Runner.ensureConnection (C:\Program Files\Frappe Books\resources\app.asar\node_modules\knex\lib\execution\runner.js:300:20)
at Runner.run (C:\Program Files\Frappe Books\resources\app.asar\node_modules\knex\lib\execution\runner.js:30:19)
at _DatabaseCore.
The text was updated successfully, but these errors were encountered:
Description
Add some description...Steps to Reproduce
Add steps to reproduce the error...Info
Error: DatabaseError: SqliteError
update
SingleValue
setvalue
= 5,modifiedBy
= 'SYSTEM',modified
= '2025-02-18T12:10:32.081Z' whereparent
= 'Misc' andfieldname
= 'openCount' - attempt to write a readonly databaseStack:
The text was updated successfully, but these errors were encountered: