retorquere / zotero-better-bibtex

Make Zotero effective for us LaTeX holdouts
https://retorque.re/zotero-better-bibtex/
MIT License
5.3k stars 284 forks source link

Zotero Freezing After Better Bibtex Installed #3026

Open corygyarmathy opened 1 day ago

corygyarmathy commented 1 day ago

Debug log ID

68UCXI77-fio-g1FpzzKxLyZ9

What happened?

While the Better Bibtex plugin in Zotero was working on my system for quite some time, at some point Zotero just froze after launch. After eliminating the variables, I found that the Better Bibtex plugin was causing the freezing.

After installing the Better Bibtex plugin into Zotero, the application immediately freezes. After forcibly closing and re-opening Zotero, it will respond for ~5 seconds, and then freeze.

This seems somewhat similar to issue #2994, but it seems their issue was with Zotero 6, but mine is happening with Zotero 6 and 7.

It's entirely possible that it's just an issue with my machine, but I've tried all the troubleshooting steps I can think of and am now stuck. Would appreciate any input!

Troubleshooting Steps

System

Logs ``` Crash Annotation GraphicsCriticalError: |[0][GFX1-]: vaapitest: ERROR (t=0.693021) [GFX1-]: vaapitest: ERROR Crash Annotation GraphicsCriticalError: |[0][GFX1-]: vaapitest: ERROR (t=0.693021) |[1][GFX1-]: vaapitest: VA-API test failed: failed to initialise VAAPI connection. (t=0.693162) [GFX1-]: vaapitest: VA-API test failed: failed to initialise VAAPI connection. zotero(3)(+0000000): Using data directory /home/coryg/Zotero zotero(3)(+0000003): Asynchronously opening database 'zotero' zotero(3)(+0000000): /home/coryg/Zotero/zotero.sqlite zotero(4)(+0000003): PRAGMA main.locking_mode=EXCLUSIVE zotero(4)(+0000058): Registering notifier observer 'paneHeader_NG' for [item] zotero(4)(+0000004): Registering notifier observer 'itemBox_05' for [item] zotero(4)(+0000010): Registering notifier observer 'abstractBox_lm' for [item] zotero(4)(+0000001): Registering notifier observer 'attachmentsBox_48' for [item] zotero(4)(+0000001): Registering notifier observer 'notesBox_2G' for [item] zotero(4)(+0000006): Registering notifier observer 'tagsBox_a3' for [item-tag,setting] with priority 101 zotero(4)(+0000001): Registering notifier observer 'relatedbox_Ye' for [item] zotero(4)(+0000000): Registering notifier observer 'noteEditor_r7' for [item,file] zotero(4)(+0000000): Registering notifier observer 'attachmentbox_ZE' for [item] zotero(4)(+0000001): Registering notifier observer 'attachmentAnnotationsBox_ug' for [item] zotero(4)(+0000002): Registering notifier observer 'librariesCollectionsBox_Ih' for [item,collection] zotero(4)(+0000001): Registering notifier observer 'tagsBox_I8' for [item-tag,setting] with priority 101 zotero(4)(+0000001): Registering notifier observer 'relatedbox_L5' for [item] zotero(4)(+0000000): Registering notifier observer 'ItemDetails_m5' for [item,itempane,tab] zotero(4)(+0000004): Registering notifier observer 'tagsBox_jY' for [item-tag,setting] with priority 101 zotero(4)(+0000001): Registering notifier observer 'relatedbox_Bq' for [item] zotero(4)(+0000000): Registering notifier observer 'noteEditor_x1' for [item,file] zotero(4)(+0000003): Registering notifier observer 'itemBox_qA' for [item] zotero(4)(+0000002): Registering notifier observer '9s' for [item] zotero(4)(+0000001): Registering notifier observer 'contextPane_vp' for [item,tab] zotero(4)(+0000001): PRAGMA page_size zotero(4)(+0000002): PRAGMA cache_size=2000 zotero(4)(+0000011): PRAGMA foreign_keys=true zotero(4)(+0000003): SELECT version FROM version WHERE schema='system' zotero(3)(+0000001): Proxy not required for https://zoteroproxycheck.s3.amazonaws.com/test zotero(4)(+0000000): SELECT version FROM version WHERE schema='userdata' zotero(4)(+0000001): SELECT version FROM version WHERE schema='compatibility' zotero(4)(+0000000): SELECT value FROM settings WHERE setting='db' AND key='integrityCheck' zotero(3)(+0000001): HTTP GET resource://zotero/schema/global/schema.json zotero(3)(+0000002): HTTP GET resource://zotero/schema/global/schema.json succeeded with 200 zotero(4)(+0000001): SELECT version FROM version WHERE schema='globalSchema' zotero(3)(+0000001): Database is up to date with global schema version 32 -- skipping update zotero(3)(+0000000): HTTP GET resource://zotero/schema/userdata.sql zotero(3)(+0000001): HTTP GET resource://zotero/schema/userdata.sql succeeded with 200 zotero(4)(+0000000): PRAGMA foreign_keys = false zotero(3)(+0000018): HTTP GET resource://zotero/schema/userdata.sql zotero(3)(+0000010): HTTP GET resource://zotero/schema/userdata.sql succeeded with 200 zotero(4)(+0000000): SELECT 1 FROM itemDataValues WHERE value=0 LIMIT 1 zotero(4)(+0000001): Beginning DB transaction VP9hRMBI zotero(3)(+0000002): HTTP GET resource://zotero/schema/system.sql zotero(3)(+0000003): HTTP GET resource://zotero/schema/system.sql succeeded with 200 zotero(3)(+0000000): Updating custom tables zotero(4)(+0000000): PRAGMA foreign_keys zotero(4)(+0000000): SELECT COUNT(*) FROM sqlite_master WHERE type='table' AND tbl_name=? ['customItemTypes'] zotero(4)(+0000001): DELETE FROM itemTypesCombined zotero(4)(+0000006): DELETE FROM fieldsCombined zotero(4)(+0000004): DELETE FROM itemTypeFieldsCombined zotero(4)(+0000001): DELETE FROM baseFieldMappingsCombined zotero(4)(+0000000): INSERT INTO itemTypesCombined SELECT itemTypeID, typeName, display, 0 AS custom FROM itemTypes UNION SELECT customItemTypeID + 10000 AS itemTypeID, typeName, display, 1 AS custom FROM customItemTypes zotero(4)(+0000000): INSERT INTO fieldsCombined SELECT fieldID, fieldName, NULL AS label, fieldFormatID, 0 AS custom FROM fields UNION SELECT customFieldID + 10000 AS fieldID, fieldName, label, NULL, 1 AS custom FROM customFields zotero(4)(+0000001): INSERT INTO itemTypeFieldsCombined SELECT itemTypeID, fieldID, hide, orderIndex FROM itemTypeFields UNION SELECT customItemTypeID + 10000 AS itemTypeID, COALESCE(fieldID, customFieldID + 10000) AS fieldID, hide, orderIndex FROM customItemTypeFields zotero(4)(+0000001): INSERT INTO baseFieldMappingsCombined SELECT itemTypeID, baseFieldID, fieldID FROM baseFieldMappings UNION SELECT customItemTypeID + 10000 AS itemTypeID, baseFieldID, customFieldID + 10000 AS fieldID FROM customBaseFieldMappings zotero(3)(+0000000): HTTP GET resource://zotero/schema/userdata.sql zotero(3)(+0000001): HTTP GET resource://zotero/schema/userdata.sql succeeded with 200 zotero(4)(+0000000): SELECT version FROM version WHERE schema='triggers' zotero(3)(+0000000): HTTP GET resource://zotero/schema/triggers.sql zotero(3)(+0000001): HTTP GET resource://zotero/schema/triggers.sql succeeded with 200 zotero(3)(+0000000): Updating custom tables zotero(4)(+0000000): PRAGMA foreign_keys zotero(4)(+0000000): DELETE FROM itemTypesCombined zotero(4)(+0000000): DELETE FROM fieldsCombined zotero(4)(+0000000): DELETE FROM itemTypeFieldsCombined zotero(4)(+0000000): DELETE FROM baseFieldMappingsCombined zotero(4)(+0000000): INSERT INTO itemTypesCombined SELECT itemTypeID, typeName, display, 0 AS custom FROM itemTypes UNION SELECT customItemTypeID + 10000 AS itemTypeID, typeName, display, 1 AS custom FROM customItemTypes zotero(4)(+0000001): INSERT INTO fieldsCombined SELECT fieldID, fieldName, NULL AS label, fieldFormatID, 0 AS custom FROM fields UNION SELECT customFieldID + 10000 AS fieldID, fieldName, label, NULL, 1 AS custom FROM customFields zotero(4)(+0000000): INSERT INTO itemTypeFieldsCombined SELECT itemTypeID, fieldID, hide, orderIndex FROM itemTypeFields UNION SELECT customItemTypeID + 10000 AS itemTypeID, COALESCE(fieldID, customFieldID + 10000) AS fieldID, hide, orderIndex FROM customItemTypeFields zotero(4)(+0000001): INSERT INTO baseFieldMappingsCombined SELECT itemTypeID, baseFieldID, fieldID FROM baseFieldMappings UNION SELECT customItemTypeID + 10000 AS itemTypeID, baseFieldID, customFieldID + 10000 AS fieldID FROM customBaseFieldMappings zotero(4)(+0000008): Committed DB transaction VP9hRMBI zotero(4)(+0000001): PRAGMA foreign_keys = true zotero(4)(+0000006): Beginning DB transaction 9CheF0sO zotero(4)(+0000001): SELECT value FROM settings WHERE setting='client' AND key='lastVersion' zotero(4)(+0000001): Committed DB transaction 9CheF0sO zotero(4)(+0000003): SELECT key, value FROM settings WHERE setting='account' zotero(4)(+0000000): SELECT userID, name FROM users zotero(4)(+0000000): SELECT L.libraryID, L.type AS _libraryType, L.editable AS _libraryEditable, L.filesEditable AS _libraryFilesEditable, L.version AS _libraryVersion, L.storageVersion AS _libraryStorageVersion, L.lastSync AS _libraryLastSync, L.archived AS _libraryArchived, (SELECT COUNT(*)>0 FROM collections C WHERE C.libraryID=L.libraryID) AS hasCollections, (SELECT COUNT(*)>0 FROM savedSearches S WHERE S.libraryID=L.libraryID) AS hasSearches FROM libraries L WHERE type NOT IN (?,?) ['feed', 'group'] zotero(4)(+0000001): SELECT L.libraryID, L.type AS _libraryType, L.editable AS _libraryEditable, L.filesEditable AS _libraryFilesEditable, L.version AS _libraryVersion, L.storageVersion AS _libraryStorageVersion, L.lastSync AS _libraryLastSync, L.archived AS _libraryArchived, (SELECT COUNT(*)>0 FROM collections C WHERE C.libraryID=L.libraryID) AS hasCollections, (SELECT COUNT(*)>0 FROM savedSearches S WHERE S.libraryID=L.libraryID) AS hasSearches, F.name AS _feedName, F.url AS _feedUrl, F.lastUpdate AS _feedLastUpdate, F.lastCheck AS _feedLastCheck, F.lastCheckError AS _feedLastCheckError, F.cleanupUnreadAfter AS _feedCleanupUnreadAfter, F.cleanupReadAfter AS _feedCleanupReadAfter, F.refreshInterval AS _feedRefreshInterval, (SELECT COUNT(*) FROM items I JOIN feedItems FI USING (itemID) WHERE I.libraryID=F.libraryID AND FI.readTime IS NULL) AS _feedUnreadCount FROM feeds F JOIN libraries L USING (libraryID) zotero(4)(+0000000): SELECT L.libraryID, L.type AS _libraryType, L.editable AS _libraryEditable, L.filesEditable AS _libraryFilesEditable, L.version AS _libraryVersion, L.storageVersion AS _libraryStorageVersion, L.lastSync AS _libraryLastSync, L.archived AS _libraryArchived, (SELECT COUNT(*)>0 FROM collections C WHERE C.libraryID=L.libraryID) AS hasCollections, (SELECT COUNT(*)>0 FROM savedSearches S WHERE S.libraryID=L.libraryID) AS hasSearches, G.groupID, G.name AS _groupName, G.description AS _groupDescription, G.version AS _groupVersion FROM groups G JOIN libraries L USING (libraryID) zotero(4)(+0000000): SELECT COALESCE(MAX(collectionID) + 1, 1) FROM collections zotero(4)(+0000000): SELECT COALESCE(MAX(creatorID) + 1, 1) FROM creators zotero(4)(+0000001): SELECT COALESCE(MAX(creatorTypeID) + 1, 1) FROM creatorTypes zotero(4)(+0000000): SELECT COALESCE(MAX(customFieldID) + 1, 1) FROM customFields zotero(4)(+0000000): SELECT COALESCE(MAX(customItemTypeID) + 1, 1) FROM customItemTypes zotero(4)(+0000000): SELECT COALESCE(MAX(fieldID) + 1, 1) FROM fields zotero(4)(+0000000): SELECT COALESCE(MAX(valueID) + 1, 1) FROM itemDataValues zotero(4)(+0000000): SELECT COALESCE(MAX(itemTypeID) + 1, 1) FROM itemTypes zotero(4)(+0000000): SELECT COALESCE(MAX(itemID) + 1, 1) FROM items zotero(4)(+0000001): SELECT COALESCE(MAX(libraryID) + 1, 1) FROM libraries zotero(4)(+0000000): SELECT COALESCE(MAX(proxyID) + 1, 1) FROM proxies zotero(4)(+0000000): SELECT COALESCE(MAX(savedSearchID) + 1, 1) FROM savedSearches zotero(4)(+0000000): SELECT COALESCE(MAX(tagID) + 1, 1) FROM tags zotero(4)(+0000000): SELECT itemTypeID AS id, typeName AS name, custom FROM itemTypesCombined zotero(4)(+0000001): SELECT itemTypeID AS id, typeName AS name, custom FROM itemTypesCombined WHERE typeName IN ('webpage', 'attachment', 'note', 'annotation') zotero(4)(+0000000): SELECT customItemTypeID AS id, label, icon FROM customItemTypes zotero(4)(+0000000): SELECT * FROM fieldFormats zotero(4)(+0000001): SELECT * FROM fieldsCombined zotero(4)(+0000000): SELECT fieldID, itemTypeID FROM itemTypeFieldsCombined zotero(4)(+0000004): SELECT DISTINCT baseFieldID FROM baseFieldMappingsCombined zotero(4)(+0000003): SELECT IT.itemTypeID, F.fieldID AS baseFieldID, BFM.fieldID FROM itemTypesCombined IT LEFT JOIN fieldsCombined F LEFT JOIN baseFieldMappingsCombined BFM ON (IT.itemTypeID=BFM.itemTypeID AND F.fieldID=BFM.baseFieldID) zotero(4)(+0000014): SELECT DISTINCT baseFieldID FROM baseFieldMappingsCombined zotero(4)(+0000024): SELECT itemTypeID, baseFieldID, fieldID, fieldName FROM baseFieldMappingsCombined JOIN fieldsCombined USING (fieldID) zotero(4)(+0000052): SELECT DISTINCT fieldID FROM baseFieldMappingsCombined zotero(4)(+0000016): SELECT itemTypeID, fieldID FROM itemTypeFieldsCombined ORDER BY orderIndex zotero(4)(+0000004): SELECT creatorTypeID AS id, creatorType AS name FROM creatorTypes zotero(4)(+0000001): SELECT itemTypeID, creatorTypeID AS id, creatorType AS name, primaryField FROM itemTypeCreatorTypes NATURAL JOIN creatorTypes zotero(4)(+0000001): Registering notifier observer 'tab_5U' for [tab] zotero(4)(+0000003): SELECT itemTypeID, creatorTypeID FROM itemTypeCreatorTypes WHERE primaryField=1 zotero(4)(+0000005): SELECT fileTypeID AS id, fileType AS name FROM fileTypes zotero(4)(+0000000): SELECT charsetID AS id, charset AS name FROM charsets zotero(4)(+0000001): SELECT predicateID AS id, predicate AS name FROM relationPredicates zotero(3)(+0000000): Getting contents of /home/coryg/.zotero/zotero/4vhkv5xu.default/session.json zotero(3)(+0000000): Running unlock callbacks zotero(3)(+0000000): HTTP server listening on 127.0.0.1:23119 zotero(4)(+0000000): ATTACH ':memory:' AS 'indexing' zotero(4)(+0000001): CREATE TABLE indexing.fulltextWords (word NOT NULL) zotero(4)(+0000000): Registering notifier observer 'tags_JI' for [setting] zotero(4)(+0000000): SELECT version FROM version WHERE schema='lastsync' zotero(4)(+0000000): SELECT version FROM version WHERE schema='lastlocalsync' zotero(4)(+0000001): SELECT name, syncObjectTypeID AS id FROM syncObjectTypes zotero(4)(+0000000): Registering notifier observer 'storageLocal_mv' for [group] zotero(4)(+0000000): Registering notifier observer 'deleteLog_Qd' for [collection,item,search,setting] zotero(4)(+0000000): Registering notifier observer 'autosync_ON' for all types zotero(3)(+0000000): Registering auto-sync idle observer zotero(4)(+0000000): Registering notifier observer 'storageFileOpen_jS' for [file] zotero(4)(+0000000): Registering notifier observer 'streamer_pT' for [api-key] zotero(3)(+0000000): Registering nsIObserver zotero(4)(+0000000): SELECT * FROM proxies zotero(3)(+0000038): Refreshing item box zotero(2)(+0000000): No item to refresh zotero(4)(+0000001): SELECT ROWID AS id, libraryID, key FROM collections zotero(3)(+0000000): Getting contents of /home/coryg/Zotero/locate/engines.json zotero(4)(+0000001): SELECT ROWID AS id, libraryID, key FROM items zotero(4)(+0000000): SELECT ROWID AS id, libraryID, key FROM savedSearches zotero(4)(+0000001): SELECT fieldName FROM fieldsCombined WHERE fieldName NOT IN ('accessDate', 'date', 'pages', 'section','seriesNumber','issue') zotero(1)(+0000001): Unknown item type 'nsfReviewer' zotero(1)(+0000000): Unknown item type 'nsfReviewer' zotero(1)(+0000000): Localized string not available for searchConditions.dateAdded zotero(1)(+0000001): Localized string not available for searchConditions.title zotero(1)(+0000000): Localized string not available for searchConditions.abstractNote zotero(1)(+0000000): Localized string not available for searchConditions.medium zotero(1)(+0000000): Localized string not available for searchConditions.artworkSize zotero(1)(+0000000): Localized string not available for searchConditions.language zotero(1)(+0000000): Localized string not available for searchConditions.shortTitle zotero(1)(+0000000): Localized string not available for searchConditions.archive zotero(1)(+0000000): Localized string not available for searchConditions.archiveLocation zotero(1)(+0000000): Localized string not available for searchConditions.libraryCatalog zotero(1)(+0000000): Localized string not available for searchConditions.callNumber zotero(1)(+0000000): Localized string not available for searchConditions.url zotero(1)(+0000000): Localized string not available for searchConditions.rights zotero(1)(+0000000): Localized string not available for searchConditions.extra zotero(1)(+0000000): Localized string not available for searchConditions.seriesTitle zotero(1)(+0000000): Localized string not available for searchConditions.volume zotero(1)(+0000000): Localized string not available for searchConditions.numberOfVolumes zotero(1)(+0000000): Localized string not available for searchConditions.place zotero(1)(+0000000): Localized string not available for searchConditions.publisher zotero(1)(+0000000): Localized string not available for searchConditions.runningTime zotero(1)(+0000000): Localized string not available for searchConditions.ISBN zotero(1)(+0000000): Localized string not available for searchConditions.number zotero(1)(+0000000): Localized string not available for searchConditions.code zotero(1)(+0000000): Localized string not available for searchConditions.authority zotero(1)(+0000000): Localized string not available for searchConditions.session zotero(1)(+0000000): Localized string not available for searchConditions.history zotero(1)(+0000001): Localized string not available for searchConditions.publicationTitle zotero(1)(+0000000): Localized string not available for searchConditions.type zotero(1)(+0000000): Localized string not available for searchConditions.series zotero(1)(+0000000): Localized string not available for searchConditions.edition zotero(1)(+0000000): Localized string not available for searchConditions.numPages zotero(1)(+0000000): Localized string not available for searchConditions.reporter zotero(1)(+0000000): Localized string not available for searchConditions.versionNumber zotero(1)(+0000000): Localized string not available for searchConditions.system zotero(1)(+0000000): Localized string not available for searchConditions.conferenceName zotero(1)(+0000000): Localized string not available for searchConditions.DOI zotero(1)(+0000000): Localized string not available for searchConditions.citationKey zotero(1)(+0000000): Localized string not available for searchConditions.committee zotero(1)(+0000000): Localized string not available for searchConditions.seriesText zotero(1)(+0000000): Localized string not available for searchConditions.journalAbbreviation zotero(1)(+0000000): Localized string not available for searchConditions.ISSN zotero(1)(+0000000): Localized string not available for searchConditions.scale zotero(1)(+0000000): Localized string not available for searchConditions.country zotero(1)(+0000000): Localized string not available for searchConditions.assignee zotero(1)(+0000000): Localized string not available for searchConditions.filingDate zotero(1)(+0000000): Localized string not available for searchConditions.applicationNumber zotero(1)(+0000000): Localized string not available for searchConditions.priorityNumbers zotero(1)(+0000000): Localized string not available for searchConditions.references zotero(1)(+0000000): Localized string not available for searchConditions.status zotero(1)(+0000000): Localized string not available for searchConditions.meetingName zotero(1)(+0000000): Localized string not available for searchConditions.codeNumber zotero(1)(+0000000): Localized string not available for searchConditions.accessDate zotero(1)(+0000000): Localized string not available for searchConditions.date zotero(1)(+0000000): Localized string not available for searchConditions.pages zotero(1)(+0000000): Localized string not available for searchConditions.section zotero(1)(+0000000): Localized string not available for searchConditions.seriesNumber zotero(1)(+0000000): Localized string not available for searchConditions.issue zotero(4)(+0000001): SELECT tagID, name FROM tags zotero(4)(+0000001): SELECT * FROM creators zotero(3)(+0000000): Loading collection relations zotero(4)(+0000000): SELECT * FROM collectionRelations JOIN relationPredicates USING (predicateID) zotero(3)(+0000001): Loaded collection relations in 1 ms zotero(3)(+0000000): Loading item relations zotero(4)(+0000000): SELECT * FROM itemRelations JOIN relationPredicates USING (predicateID) zotero(3)(+0000000): Loaded item relations in 0 ms zotero(4)(+0000000): SELECT itemID AS id, fieldID, value FROM itemData JOIN itemDataValues USING (valueID) WHERE fieldID IN (?, ?) [59, 16] zotero(4)(+0000001): Registering notifier observer 'retractions_Lb' for [item,group] with priority 20 zotero(3)(+0000000): Getting contents of /home/coryg/.zotero/zotero/4vhkv5xu.default/retractions.json zotero(4)(+0000057): SELECT libraryID, itemID, DI.itemID IS NOT NULL AS deleted, RI.flag FROM items JOIN retractedItems RI USING (itemID) LEFT JOIN deletedItems DI USING (itemID) zotero(3)(+0000002): Loading synced settings for library 1 zotero(4)(+0000000): SELECT setting, value, synced, version FROM syncedSettings WHERE libraryID=? [1] zotero(3)(+0000001): Loading all collections in My Library zotero(3)(+0000000): Loading primaryData for collections in My Library zotero(4)(+0000000): SELECT O.collectionID, O.collectionName AS name, O.libraryID, O.key, O.version, O.synced, DC.collectionID IS NOT NULL AS deleted, O.parentCollectionID AS parentID, CP.key AS parentKey, (SELECT COUNT(*) FROM collections WHERE parentCollectionID=O.collectionID) != 0 AS hasChildCollections, (SELECT COUNT(*) FROM collectionItems WHERE collectionID=O.collectionID) != 0 AS hasChildItems FROM collections O LEFT JOIN deletedCollections DC ON (O.collectionID=DC.collectionID)LEFT JOIN collections CP ON (O.parentCollectionID=CP.collectionID) WHERE 1 AND O.libraryID=? [1] zotero(3)(+0000000): Loaded primaryData in My Library in 0 ms zotero(3)(+0000000): Loading childCollections for collections in My Library zotero(4)(+0000000): SELECT C1.collectionID, C2.collectionID AS childCollectionID FROM collections C1 LEFT JOIN collections C2 ON (C1.collectionID=C2.parentCollectionID) WHERE C1.libraryID=? [1] zotero(3)(+0000001): Loaded childCollections in My Library in 1 ms zotero(3)(+0000000): Loading childItems for collections in My Library zotero(4)(+0000000): SELECT collectionID, itemID FROM collections LEFT JOIN collectionItems USING (collectionID) WHERE libraryID=? [1] zotero(3)(+0000000): Loaded childItems in My Library in 0 ms zotero(3)(+0000000): Loading relations for collections in My Library zotero(4)(+0000000): SELECT collectionID, predicate, object FROM collections LEFT JOIN collectionRelations USING (collectionID) LEFT JOIN relationPredicates USING (predicateID) WHERE libraryID=? [1] zotero(3)(+0000000): Loaded relations in My Library in 0 ms zotero(3)(+0000000): Loaded collections in My Library in 2 ms zotero(3)(+0000001): Loading all searches in My Library zotero(3)(+0000000): Loading primaryData for searches in My Library zotero(4)(+0000000): SELECT O.savedSearchID, O.savedSearchName AS name, O.libraryID, O.key, O.version, O.synced, DS.savedSearchID IS NOT NULL AS deleted FROM savedSearches O LEFT JOIN deletedSearches DS ON (O.savedSearchID=DS.savedSearchID) WHERE 1 AND O.libraryID=? [1] zotero(3)(+0000000): Loaded primaryData in My Library in 0 ms zotero(3)(+0000000): Loading conditions for searches in My Library zotero(4)(+0000000): SELECT savedSearchID, searchConditionID, condition, operator, value, required FROM savedSearches LEFT JOIN savedSearchConditions USING (savedSearchID) WHERE libraryID=?ORDER BY savedSearchID, searchConditionID [1] zotero(3)(+0000000): Loaded conditions in My Library in 0 ms zotero(3)(+0000000): Loaded searches in My Library in 1 ms zotero(4)(+0000001): SELECT COUNT(*) FROM settings WHERE setting='globalSchema' AND key='migrateExtra' zotero(3)(+0000000): Initializing Quick Copy zotero(4)(+0000000): Registering notifier observer 'feedsUpdate_MT' for [sync] zotero(3)(+0000000): Running initialization callbacks zotero(3)(+0000000): Triggering "zotero-loaded" event zotero(3)(+0000000): Initializing Word Processor plugins zotero(3)(+0000003): PluginInstaller LibreOffice: Fetching addon info zotero(3)(+0000000): HTTP GET resource://zotero-libreoffice-integration/version.txt zotero(3)(+0000005): Initializing Zotero pane zotero(3)(+0000006): Creating boolean pref 'extensions.zotero.tempStackedMode' zotero(3)(+0000019): Initializing React CollectionTree zotero(3)(+0000007): LibreOfficePlugin: Communication server listening on 127.0.0.1:23116 zotero(3)(+0000001): LibreOfficePlugin: Registering shutdown listener zotero(4)(+0000006): Registering notifier observer 'collectionTree_5A' for [collection,search,feed,share,group,trash,bucket] with priority 25 zotero(3)(+0000003): Refreshing collections pane zotero(4)(+0000001): SELECT savedSearchID FROM savedSearches WHERE libraryID=? [1] zotero(3)(+0000000): React CollectionTree initialized zotero(3)(+0000008): Initializing React ItemTree main zotero(3)(+0000002): HTTP GET resource://zotero-libreoffice-integration/version.txt succeeded with 200 zotero(3)(+0000001): PluginInstaller LibreOffice: Addon info fetched. version: 7.0.1.SOURCE, file version: 7.0.1pre, installed version: attempted: 7.0.1.SOURCE zotero(3)(+0000000): PluginInstaller LibreOffice: New version since last successful install. Attempting to install silently. zotero(4)(+0000001): SELECT itemID FROM items JOIN deletedItems USING (itemID) WHERE libraryID=? [1] zotero(1)(+0000000): DOMException: Could not get children of file(/opt) because it does not exist goUpdateCommand@chrome://global/content/globalOverlay.js:110:28 goUpdateGlobalEditMenuItems@chrome://zotero/content/editMenuOverlay.js:25:18 @chrome://zotero/content/editMenuOverlay.js:68:5 MozSearchTextbox/this[method]@chrome://global/content/elements/search-textbox.js:26:60 ZoteroPane } startup orchestrator started: APP_STARTUP zotero(3)(+0000000): {better-bibtex <6.7.240 36G8UNP8> startup: [start+12]} orchestrator: starting start [waiting for zotero] zotero(4)(+0000009): SELECT parentItemID, IAn.itemID, text || ' - ' || comment AS title, CASE WHEN DI.itemID IS NULL THEN 0 ELSE 1 END AS trashed FROM itemAnnotations IAn JOIN items I ON (IAn.parentItemID=I.itemID) LEFT JOIN deletedItems DI USING (itemID) WHERE libraryID=? ORDER BY parentItemID, sortIndex [1] zotero(3)(+0000001): Rendering tag selector zotero(3)(+0000000): Rendering tag list zotero(3)(+0000001): Tag selector updated zotero(4)(+0000005): SELECT itemID FROM items I WHERE libraryID=? [1] zotero(3)(+0000001): Loaded childItems in My Library in 1308 ms zotero(3)(+0000000): Loading tags for items in My Library zotero(4)(+0000000): SELECT itemID, name, type FROM items LEFT JOIN itemTags USING (itemID) LEFT JOIN tags USING (tagID) WHERE libraryID=? [1] zotero(3)(+0000000): Loaded tags in My Library in 0 ms zotero(3)(+0000000): Loading collections for items in My Library zotero(4)(+0000000): SELECT itemID, collectionID FROM items LEFT JOIN collectionItems USING (itemID) WHERE libraryID=? [1] zotero(3)(+0000001): Loaded collections in My Library in 1 ms zotero(3)(+0000000): Loading relations for items in My Library zotero(4)(+0000000): SELECT itemID, predicate, object FROM items LEFT JOIN itemRelations USING (itemID) LEFT JOIN relationPredicates USING (predicateID) WHERE libraryID=? [1] zotero(3)(+0000000): Loaded relations in My Library in 0 ms zotero(3)(+0000001): Loaded items in My Library in 1346 ms zotero(3)(+0000000): itemTree.changeCollectionTreeRow(): D1 zotero(3)(+0000000): Getting contents of /home/coryg/.zotero/zotero/4vhkv5xu.default/treePrefs.json zotero(3)(+0000000): React CollectionTree loaded zotero(3)(+0000003): Writing column prefs of length 2 to file /home/coryg/.zotero/zotero/4vhkv5xu.default/treePrefs.json zotero(3)(+0000001): Getting contents of /home/coryg/.zotero/zotero/4vhkv5xu.default/treePrefs.json zotero(3)(+0000001): Refreshing items list for item-tree-main-default zotero(3)(+0000000): Finding duplicates zotero(4)(+0000000): SELECT itemID, value FROM items JOIN itemData USING (itemID) JOIN itemDataValues USING (valueID) WHERE libraryID=? AND itemTypeID=? AND fieldID=? AND itemID NOT IN (SELECT itemID FROM deletedItems) [1, 7, 25] zotero(4)(+0000001): SELECT itemID, value FROM items JOIN itemData USING (itemID) JOIN itemDataValues USING (valueID) WHERE libraryID=? AND fieldID=? AND value LIKE ? AND itemID NOT IN (SELECT itemID FROM deletedItems) [1, 59, '10.%'] zotero(4)(+0000000): SELECT itemID, SUBSTR(value, 1, 4) AS year FROM items JOIN itemData USING (itemID) JOIN itemDataValues USING (valueID) WHERE libraryID=? AND fieldID IN (?,?,?,?) AND SUBSTR(value, 1, 4) != '0000' AND itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY value [1, 6, 48, 91, 109] zotero(4)(+0000000): SELECT itemID, value FROM items JOIN itemData USING (itemID) JOIN itemDataValues USING (valueID) WHERE libraryID=? AND fieldID IN (46, 66, 106, 1) AND itemTypeID NOT IN (3, 28) AND itemID NOT IN (SELECT itemID FROM deletedItems) [1] zotero(3)(+0000000): Found duplicates in 1 ms zotero(4)(+0000001): CREATE TEMPORARY TABLE tmpDuplicates_9JOiwkE0 (id INTEGER PRIMARY KEY) zotero(3)(+0000004): No duplicates found zotero(4)(+0000000): CREATE TEMPORARY TABLE tmpSearchResults_YjPtxPJv AS SELECT COALESCE(IA.parentItemID, itemID) AS itemID FROM items LEFT JOIN itemAnnotations IA USING (itemID) WHERE (itemID NOT IN (SELECT itemID FROM deletedItems UNION SELECT itemID FROM itemNotes WHERE parentItemID IS NOT NULL AND parentItemID IN (SELECT itemID FROM deletedItems) UNION SELECT itemID FROM itemAttachments WHERE parentItemID IS NOT NULL AND parentItemID IN (SELECT itemID FROM deletedItems)UNION SELECT itemID FROM itemAnnotations WHERE parentItemID IN (SELECT itemID FROM deletedItems)UNION SELECT itemID FROM itemAnnotations WHERE parentItemID IN (SELECT itemID FROM itemAttachments WHERE parentItemID IN (SELECT itemID FROM deletedItems)))) AND (itemID IN (SELECT itemID FROM items WHERE libraryID=?)) AND itemID IN (SELECT id FROM tmpDuplicates_9JOiwkE0) [1] zotero(4)(+0000002): SELECT fileName, metadataJSON FROM translatorCache WHERE fileName IN ('Better BibLaTeX.js','Better BibTeX Citation Key Quick Copy.js','Better BibTeX.js','Better CSL JSON.js','Better CSL YAML.js','BetterBibTeX JSON.js','Citation graph.js','Collected notes.js') zotero(4)(+0000000): CREATE INDEX tmpSearchResults_YjPtxPJv_itemID ON tmpSearchResults_YjPtxPJv(itemID) zotero(4)(+0000000): SELECT GROUP_CONCAT(itemID) FROM items WHERE itemID IN (SELECT COALESCE(IA.parentItemID, itemID) AS itemID FROM items LEFT JOIN itemAnnotations IA USING (itemID) WHERE (itemID NOT IN (SELECT itemID FROM deletedItems UNION SELECT itemID FROM itemNotes WHERE parentItemID IS NOT NULL AND parentItemID IN (SELECT itemID FROM deletedItems) UNION SELECT itemID FROM itemAttachments WHERE parentItemID IS NOT NULL AND parentItemID IN (SELECT itemID FROM deletedItems)UNION SELECT itemID FROM itemAnnotations WHERE parentItemID IN (SELECT itemID FROM deletedItems)UNION SELECT itemID FROM itemAnnotations WHERE parentItemID IN (SELECT itemID FROM itemAttachments WHERE parentItemID IN (SELECT itemID FROM deletedItems)))) AND (itemID IN (SELECT itemID FROM items WHERE libraryID=?))) AND (itemID IN (SELECT itemID FROM tmpSearchResults_YjPtxPJv)) [1] zotero(3)(+0000001): {better-bibtex <6.7.240 36G8UNP8> startup: [start+12]} translator install: new translator Better BibLaTeX zotero(4)(+0000000): DROP TABLE IF EXISTS tmpSearchResults_YjPtxPJv zotero(3)(+0000001): Refreshed open parents in 0 ms zotero(3)(+0000000): Updating tag selector from current view zotero(3)(+0000000): Creating tmpSearchResults_dx0Hatk3 with 0 items zotero(3)(+0000001): {better-bibtex <6.7.240 36G8UNP8> startup: [start+12]} translator install: new translator Better BibTeX Citation Key Quick Copy zotero(3)(+0000002): Rendering tag selector zotero(3)(+0000000): Rendering tag list zotero(3)(+0000001): Tag selector updated zotero(3)(+0000000): itemTree.render(). Displaying Item Tree zotero(2)(+0000002): Storing itemTree item-tree-main-default column prefs zotero(3)(+0000000): Columns title width 848 zotero(3)(+0000000): Columns firstCreator width 200 zotero(4)(+0000008): SELECT DISTINCT tagID || ':' || type FROM itemTags JOIN tags USING (tagID) WHERE 1 AND itemID IN (SELECT itemID FROM tmpSearchResults_dx0Hatk3 UNION SELECT itemID FROM itemAnnotations WHERE parentItemID IN (SELECT itemID FROM tmpSearchResults_dx0Hatk3)) ORDER BY name COLLATE NOCASE zotero(3)(+0000001): {better-bibtex <6.7.240 36G8UNP8> startup: [start+12]} translator install: new translator Better BibTeX zotero(3)(+0000000): Tags haven't changed zotero(3)(+0000000): Rendering tag selector zotero(3)(+0000001): Rendering tag list zotero(3)(+0000000): Tag selector updated zotero(3)(+0000001): {better-bibtex <6.7.240 36G8UNP8> startup: [start+12]} translator install: new translator Better CSL JSON zotero(3)(+0000000): {better-bibtex <6.7.240 36G8UNP8> startup: [start+12]} translator install: new translator Better CSL YAML zotero(3)(+0000001): {better-bibtex <6.7.240 36G8UNP8> startup: [start+12]} translator install: new translator BetterBibTeX JSON zotero(3)(+0000004): {better-bibtex <6.7.240 36G8UNP8> startup: [start+12]} translator install: new translator Citation graph zotero(3)(+0000006): {better-bibtex <6.7.240 36G8UNP8> startup: [start+12]} translator install: new translator Collected notes zotero(3)(+0000264): itemTree.render(). Displaying Item Tree zotero(3)(+0000256): itemTree.render(). Displaying Item Tree zotero(3)(+0000085): itemTree.render(). Displaying Item Tree zotero(3)(+0000208): itemTree.render(). Displaying Item Tree zotero(3)(+0000303): WebSocket connection opened zotero(3)(+0000000): WebSocket message: {"event":"connected","retry":10000} zotero(3)(+0000002): WebSocket message send: {"action":"createSubscriptions","subscriptions":[{"topics":["styles","translators"]}]} zotero(3)(+0000053): itemTree.render(). Displaying Item Tree zotero(3)(+0000276): WebSocket message: {"event":"subscriptionsCreated","subscriptions":[{"topics":["styles","translators"]}],"errors":[]} zotero(3)(+0001504): No general proxy or PAC file found -- assuming direct connection zotero(4)(+0000001): Sync not enabled -- skipping auto-sync zotero(3)(+0001000): Updating bundled files zotero(3)(+0000000): Initializing translators zotero(4)(+0000001): SELECT rowid, fileName, metadataJSON, lastModifiedTime FROM translatorCache zotero(3)(+0000140): Cached 726 translators in 140 ms zotero(3)(+0000000): HTTP GET resource://zotero/schema/repotime.txt zotero(3)(+0000000): HTTP GET resource://zotero/schema/repotime.txt succeeded with 200 zotero(4)(+0000002): SELECT version FROM version WHERE schema='delete' zotero(3)(+0000000): Getting contents of input stream zotero(4)(+0000001): SELECT version FROM version WHERE schema=? ['translators'] zotero(3)(+0000000): Installed translators are up-to-date with XPI zotero(3)(+0000000): Initializing styles zotero(3)(+0000001): Getting contents of /home/coryg/Zotero/styles/american-chemical-society.csl zotero(3)(+0000001): Getting contents of /home/coryg/Zotero/styles/american-sociological-association.csl zotero(3)(+0000002): Getting contents of /home/coryg/Zotero/styles/ieee.csl zotero(3)(+0000001): Getting contents of /home/coryg/Zotero/styles/american-medical-association.csl zotero(3)(+0000001): Getting contents of /home/coryg/Zotero/styles/chicago-fullnote-bibliography.csl zotero(3)(+0000003): Getting contents of /home/coryg/Zotero/styles/chicago-author-date.csl zotero(3)(+0000002): Getting contents of /home/coryg/Zotero/styles/modern-humanities-research-association.csl zotero(3)(+0000001): Getting contents of /home/coryg/Zotero/styles/apa.csl zotero(3)(+0000005): Getting contents of /home/coryg/Zotero/styles/nature.csl zotero(3)(+0000000): Getting contents of /home/coryg/Zotero/styles/modern-language-association.csl zotero(3)(+0000002): Getting contents of /home/coryg/Zotero/styles/chicago-note-bibliography.csl zotero(3)(+0000003): Getting contents of /home/coryg/Zotero/styles/vancouver.csl zotero(3)(+0000001): Getting contents of /home/coryg/Zotero/styles/harvard-cite-them-right.csl zotero(3)(+0000001): Getting contents of /home/coryg/Zotero/styles/elsevier-harvard.csl zotero(3)(+0000001): Getting contents of /home/coryg/Zotero/styles/american-political-science-association.csl zotero(3)(+0000001): Cached 15 styles in 26 ms zotero(3)(+0000000): HTTP GET chrome://zotero/content/locale/csl/locales.json zotero(3)(+0000001): HTTP GET chrome://zotero/content/locale/csl/locales.json succeeded with 200 zotero(3)(+0000000): HTTP GET resource://zotero/schema/renamed-styles.json zotero(3)(+0000000): HTTP GET resource://zotero/schema/renamed-styles.json succeeded with 200 zotero(3)(+0000001): HTTP GET resource://zotero/schema/repotime.txt zotero(3)(+0000001): HTTP GET resource://zotero/schema/repotime.txt succeeded with 200 zotero(4)(+0000001): SELECT version FROM version WHERE schema='delete' zotero(3)(+0000000): Getting contents of input stream zotero(4)(+0000000): SELECT version FROM version WHERE schema=? ['styles'] zotero(3)(+0000001): Installed styles are up-to-date with XPI zotero(3)(+0000000): HTTP GET https://api.zotero.org/retractions/list zotero(3)(+0000847): HTTP GET https://api.zotero.org/retractions/list succeeded with 304 zotero(3)(+0000001): Retraction list is up to date zotero(4)(+0000000): SELECT version FROM version WHERE schema='repository' zotero(3)(+0000001): Checking repository for translator and style updates zotero(3)(+0000003): HTTP POST "styles=%5B%7B%22id%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Famerican-chemical-society%22%2C%22updated%22%3A1668307231%2C%22url%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Famerican-chemical-society%22%7D%2C%7B%22id%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Famerican-sociological-association%22%2C%22updated%22%3A1708104612%2C%22url%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Famerican-sociological-association%22%7D%2C%7B%22id%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Fieee%22%2C%22updated%22%3A1721053807%2C%22url%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Fieee%22%7D%2C%7B%22id%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Famerican-medical-association%22%2C%22updated%22%3A1722808110%2C%22url%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Famerican-medical-association%22%7D%2C%7B%22id%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Fchicago-fullnote-bibliography%22%2C%22updated%22%3A1710702120%2C%22url%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Fchicago-fullnote-bibliography%22%7D%2C%7B%22…" (2966 chars) to https://repo.zotero.org/repo/updated?last=1729340413&version=7.0.7&m=3 zotero(3)(+0000345): HTTP POST https://repo.zotero.org/repo/updated?last=1729340413&version=7.0.7&m=3 succeeded with 200 zotero(4)(+0000001): Beginning DB transaction ZzcuUHqy zotero(4)(+0000001): REPLACE INTO version (schema,version) VALUES (?,?) ['repository', 1729340489] zotero(4)(+0000001): REPLACE INTO version (schema,version) VALUES (?,?) ['lastcheck', 1729340490] zotero(4)(+0000010): Committed DB transaction ZzcuUHqy zotero(3)(+0000001): All translators and styles are up-to-date zotero(3)(+0000000): Initializing DB backup idle observer zotero(4)(+0000002): Beginning DB transaction HN8RMlQl zotero(3)(+0000002): Preloading 1412e9e2-51e1-42ec-aa35-e036a895534b for Quick Copy zotero(3)(+0000001): Getting contents of /home/coryg/Zotero/translators/Note Markdown.js zotero(3)(+0000002): Preloading 897a81c2-9f60-4bec-ae6b-85a5030b8be5 for Quick Copy zotero(3)(+0000001): Getting contents of /home/coryg/Zotero/translators/Note HTML.js zotero(4)(+0000000): Committed DB transaction HN8RMlQl zotero(4)(+0000001): Beginning DB transaction wzPY5XOI zotero(4)(+0000003): Registering notifier observer 'Better BibTeX_BF' for [item] with priority 1 zotero(4)(+0000000): Registering notifier observer 'Better BibTeX_Hw' for [item-tag] with priority 1 zotero(4)(+0000000): Registering notifier observer 'Better BibTeX_Od' for [collection] with priority 1 zotero(4)(+0000000): Registering notifier observer 'Better BibTeX_w1' for [collection-item] with priority 1 zotero(4)(+0000000): Registering notifier observer 'Better BibTeX_Nq' for [group] with priority 1 zotero(4)(+0000001): SELECT MAX(dateModified) FROM items zotero(4)(+0000001): SELECT key AS domainPath, value AS format FROM settings WHERE setting='quickCopySite' zotero(3)(+0000001): better-bibtex: <6.7.240 36G8UNP8>::cache: open 10 zotero(4)(+0000002): Committed DB transaction wzPY5XOI zotero(4)(+0000002): Beginning DB transaction g4oBs2SO zotero(4)(+0000001): Committed DB transaction g4oBs2SO zotero(3)(+0000001): Purged data tables in 20 ms zotero(3)(+0000006): better-bibtex: <6.7.240 36G8UNP8>::cache: {"Zotero":"7.0.7","BetterBibTeX":"6.7.240","lastUpdated":""} + {"Zotero":"7.0.7","BetterBibTeX":"6.7.240","lastUpdated":null} => [{"reason":"Zotero version changed from 7.0.7 to 7.0.7","test":false},{"reason":"Better BibTeX version changed from 6.7.240 to 6.7.240","test":false},{"reason":"cache gap found => null","test":false},{"reason":"marked for deletion","test":false}] => false zotero(3)(+0000002): {better-bibtex <6.7.240 36G8UNP8> startup: [start+12]} orchestrator: start took 00:00:05.429 zotero(3)(+0000001): {better-bibtex <6.7.240 36G8UNP8> startup: [TeXstudio+11]} orchestrator: starting TeXstudio [TeXstudio support] zotero(3)(+0000000): {better-bibtex <6.7.240 36G8UNP8> startup: [TeXstudio+11]} path-search: looking for texstudio in /run/wrappers/bin:/usr/bin:/usr/sbin:/run/wrappers/bin:/run/wrappers/bin:$PATH:/home/coryg/go/bin:/home/coryg/.nix-profile/bin:/nix/profile/bin:/home/coryg/.local/state/nix/profile/bin:/etc/profiles/per-user/coryg/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/home/coryg/go/bin:/home/coryg/.nix-profile/bin:/nix/profile/bin:/home/coryg/.local/state/nix/profile/bin:/etc/profiles/per-user/coryg/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/nix/store/l7n97992gd5piaw8phkxzsz176gfk1yj-binutils-wrapper-2.43.1/bin:/nix/store/ya4x0vaszprj27dg7zhx444hqq2riwin-pciutils-3.13.0/bin:/nix/store/a1x3xrh8nc85i88f4x1mzxkpg3vrxq8w-pkgconf-wrapper-2.3.0/bin ```
github-actions[bot] commented 1 day ago

:robot: this is your friendly neighborhood build bot announcing test build 6.7.241.7182 ("log path resolution")

This update may name other issues, but the build just dropped here is for you; it just means problems already fixed in other issues have been folded into the work we are doing here. Install in Zotero by downloading test build 6.7.241.7182, opening the Zotero "Tools" menu, selecting "Add-ons", open the gear menu in the top right, and select "Install Add-on From File...".

retorquere commented 1 day ago

Can you generate a new log from build 7182 (and attach the log as a txt file rather than pasting it in please)?

corygyarmathy commented 13 hours ago

Hello! Thanks for the swift reply.

I downloaded and installed build 7182 - and Zotero is no longer freezing! However, I do get a popup saying 'TypeError: this.cache is undefined' in Zotero. I don't get the Better Bibtex options in the preference menu, and I don't believe the plugin is working.

Debug ID: 99WIRYJF-fio-iwmOa7VvWKKl

Log file (zotero -ZoteroDebugText > zotero.log): zotero.log

retorquere commented 12 hours ago

A new build will drop in 10 minutes, please install and submit a new log

github-actions[bot] commented 12 hours ago

:robot: this is your friendly neighborhood build bot announcing test build 6.7.241.7204 ("Merge branch 'master' into gh-3026")

This update may name other issues, but the build just dropped here is for you; it just means problems already fixed in other issues have been folded into the work we are doing here. Install in Zotero by downloading test build 6.7.241.7204, opening the Zotero "Tools" menu, selecting "Add-ons", open the gear menu in the top right, and select "Install Add-on From File...".

corygyarmathy commented 11 hours ago

All working now! Thanks for all your help, and the work you do on this plugin :)

github-actions[bot] commented 11 hours ago

Thanks for the feedback! Just so you know, GitHub doesn't let me control who can close issues, and @retorquere likes to leave bug reports and enhancements open as a nudge to merge them into the next release.

retorquere commented 11 hours ago

Super. Can you still send a debug log? There's something wrong with your Path variable, and the log will tell me what.

corygyarmathy commented 11 hours ago

Sure thing, here you are: zotero.log

NixOS makes a lot of things on Linux weird, and I wouldn't be surprised if this is one of them.

retorquere commented 9 hours ago

A new build is oncoming, some cleanup on the code I fixed. Can you send a new log after installing that, but send it from the Help menu (Help -> Send BBT debug log) instead of attaching it here? Attaching logs here is a last-result measure, the BBT are more convenient for me.

github-actions[bot] commented 9 hours ago

:robot: this is your friendly neighborhood build bot announcing test build 6.7.241.7208 ("further caching")

This update may name other issues, but the build just dropped here is for you; it just means problems already fixed in other issues have been folded into the work we are doing here. Install in Zotero by downloading test build 6.7.241.7208, opening the Zotero "Tools" menu, selecting "Add-ons", open the gear menu in the top right, and select "Install Add-on From File...".