Startup Error Zotero 7.0.6 MacOS Sequoia
I keep my zotero library on a synology network drive. I upgraded both macbook and desktop to sequoia recently then upgraded to zotero 7.0.6. Macbook works fine (using synology drive), but when I open zotero on my desktop (synology NAS directly mounted) I get a startup error. Debug info below. Any idea how to get zotero up and running?
I have a fiull debug report but it is too long to paste here.
--------------
[Exception... "Could not open connection to /Volumes/homes/andyfield/documents/academic/library/zotero/zotero.sqlite: 2153971714" nsresult: "0x80630002 (NS_ERROR_STORAGE_IOERR)" location: "JS frame :: resource://gre/modules/Sqlite.sys.mjs :: openConnection/</< :: line 1336" data: no]
openConnection/</<@resource://gre/modules/Sqlite.sys.mjs:1336:23
From previous event:
Zotero.DBConnection.prototype._getConnectionAsync@chrome://zotero/content/xpcom/db.js:1197:45
openWindowPrompt@resource://gre/modules/Prompter.sys.mjs:1231:17
openPrompt@resource://gre/modules/Prompter.sys.mjs:1052:12
openPromptSync@resource://gre/modules/Prompter.sys.mjs:1031:10
confirmEx@resource://gre/modules/Prompter.sys.mjs:1465:10
confirmEx@resource://gre/modules/Prompter.sys.mjs:297:14
@chrome://zotero/content/zotero.mjs:360:21
I have a fiull debug report but it is too long to paste here.
--------------
[Exception... "Could not open connection to /Volumes/homes/andyfield/documents/academic/library/zotero/zotero.sqlite: 2153971714" nsresult: "0x80630002 (NS_ERROR_STORAGE_IOERR)" location: "JS frame :: resource://gre/modules/Sqlite.sys.mjs :: openConnection/</< :: line 1336" data: no]
openConnection/</<@resource://gre/modules/Sqlite.sys.mjs:1336:23
From previous event:
Zotero.DBConnection.prototype._getConnectionAsync@chrome://zotero/content/xpcom/db.js:1197:45
openWindowPrompt@resource://gre/modules/Prompter.sys.mjs:1231:17
openPrompt@resource://gre/modules/Prompter.sys.mjs:1052:12
openPromptSync@resource://gre/modules/Prompter.sys.mjs:1031:10
confirmEx@resource://gre/modules/Prompter.sys.mjs:1465:10
confirmEx@resource://gre/modules/Prompter.sys.mjs:297:14
@chrome://zotero/content/zotero.mjs:360:21
-
dstillmanThat's a generic error trying to access the database on the network drive. The best we can suggest is moving the data directory to the local disk if that's an option. Network drives should generally work, but they don't always behave normally. (That's always been the case — not just with Zotero 7.)
-
profandyfieldOk, that's useful to know. Not had a problem before, but I sync to zotero storage anyway, so I could keep my library off of the network drive because local copies will sync anyway. Thanks.