Zotero Firefox connector stopped havesting reference details
For the last couple of weeks, I have had some trouble with Zotero. When I click on the Zotero connector, as I find a ref I want to record from the web, my Zotero library only stocks the title of the ref, forcing me to manually fill all other fields (authors name, edition, etc.) to complete the ref. Anyone has an idea what causes this ? Anyone has experienced the same issue ?
I work on MacOS 10.15.4 and Firefox 75.
Thanks !
PG
I work on MacOS 10.15.4 and Firefox 75.
Thanks !
PG
Thanks for checking it !
PG
Cheers !
PG
1) Go to
about:addons
in the Firefox address bar, click the three dots next to Zotero Connector, and click Preferences. In the Advanced pane of the Zotero Connector preferences, under Debug Output Logging, enable "Show in Console".2) In a new Firefox window, paste
about:devtools-toolbox?type=extension&id=zotero%40chnm.gmu.edu
into the address bar. Once it loads, click the Console tab.3) In another window, go to about:addons and disable the Zotero Connector. The Console pane in the first window should clear.
4) Re-enable the Zotero Connector. The Console should then log some lines, and possibly some errors.
If you see any obvious errors (in red), you can paste those here. Otherwise, if you don't mind, select the full output with the mouse, starting at the top, and email it to support@zotero.org with a link to this thread. (You can x out any URLs or private information.)
You can then return to the Zotero Connector preferences and disable "Show in Console", and you can close the Toolbox window.
Just a thought : can it be related to Better BibTex ?
Cheers !
It looks like some of the info was disabled in your console output you sent, so see my email to you for instructions for turning on all the types of output we need.
If it does fix the problem, the underlying issue may still exist, so we'd be curious to know if you're still able to, say, change a preference in the Zotero Connector, restart the browser, and have that preference still be set properly.
----
Overview:
Storage is broken. This is your first visit or all storage was automatically cleared.
Specific Subsystem Statuses:
LocalStorage
Good: Totally Working. (fullyOperational)
QuotaManager
Bad: Totally Broken. (fullyBroken)
IndexedDB
Bad: Totally Broken. (fullyBroken)
Cache API
Bad: Totally Broken. (fullyBroken)
Debug Info:
storage.estimate() threw: Internal error while estimating storage usage
Failed to create "persistent" IDB.
Failed to create "transient" IDB.
{
"v": 1,
"curVersion": 75,
"prevVersion": 0,
"ls": {},
"qm": {
"lastWorkedIn": 0
},
"idb": {
"persistentCreatedIn": 0,
"persistentLastOpenedIn": 0,
"clearDetectedIn": 0
},
"cache": {
"firstCacheCreatedIn": 0,
"unpaddedOpaqueCreatedIn": 0,
"paddedOpaqueCreatedIn": 0
}
}
----
It will create a backup of the original profile on your desktop. Please hold on to it for now, we are reporting this issue to Mozilla and they might be able to use your broken profile to debug the issue.
Thanks !
Thanks !
Thanks !
----
Overview:
Storage is working. This is your first visit or all storage was automatically cleared.
Specific Subsystem Statuses:
LocalStorage
Good: Totally Working. (fullyOperational)
QuotaManager
Good: Totally Working. (fullyOperational)
IndexedDB
Good: Totally Working. (fullyOperational)
Cache API
Good: Totally Working. (fullyOperational)
Debug Info:
{
"v": 1,
"curVersion": 75,
"prevVersion": 0,
"ls": {},
"qm": {
"lastWorkedIn": 75
},
"idb": {
"persistentCreatedIn": 75,
"persistentLastOpenedIn": 75,
"clearDetectedIn": 0
},
"cache": {
"firstCacheCreatedIn": 75,
"unpaddedOpaqueCreatedIn": 0,
"paddedOpaqueCreatedIn": 75
}
}
----
Thanks to both !
If so, could you do the following?
1) Open Terminal via Spotlight.
2) Type
find
followed by a space.3) In the old profile folder, open the 'storage' folder and drag the 'default' folder to the terminal window. Depending on the location of the folder, the line should turn into something like
find /Users/username/Desktop/Old\ Firefox\ Data/storage/default
.4) Continuing on the same line, enter
| grep moz-extension
. The full line should be something likefind /Users/username/Desktop/Old\ Firefox\ Data/storage/default | grep moz-extension
5) Press Return.
You should get a list of files underneath 'storage/default'. Paste that here.
-----
[list removed — D.S.]
-----
Cheers !
find ~/Desktop/Anciennes\ données\ de\ Firefox/jlfhi3sh.default-1448892245747-1576590833446/storage | grep idb/ | grep -v .sqlite | grep -v .files
You can post the results here or email to support@zotero.org with a link to this thread. (If a website name appears, you can also just x that part out.)
Thanks !