Debug ID: D574298752 Error when adding citation in Word
When trying to add any citation in word, I get an error message. I had Zotero 5.0.8 installed but downgraded to stable, 5.0.7 (Win 10 x64).
And also reinstalled all the connectors (Chrome) and the ZoteroWinWordIntegration plugin.
Below you see the relevant section where things break.
It seems to be missing things from the return request: (1)(+0000009): Error: Creator data must contain either 'name' or 'firstName'/'lastName' properties
But in the debug output I only see: "author":[{"family":"Brunner","given":"Paul H."},{"family":"Rechberger","given":"Helmut"}] in the JSON no other fields that have the aforementioned properties.
Not being a developer I cannot go any further then this, and I do not even know if this is the problem.
Thanks for any pointers to resolve the issues.
And also reinstalled all the connectors (Chrome) and the ZoteroWinWordIntegration plugin.
Below you see the relevant section where things break.
It seems to be missing things from the return request: (1)(+0000009): Error: Creator data must contain either 'name' or 'firstName'/'lastName' properties
But in the debug output I only see: "author":[{"family":"Brunner","given":"Paul H."},{"family":"Rechberger","given":"Helmut"}] in the JSON no other fields that have the aforementioned properties.
Not being a developer I cannot go any further then this, and I do not even know if this is the problem.
Thanks for any pointers to resolve the issues.
https://www.zotero.org/support/reporting_problems
(given/family is correct for the JSON -- I think the error you're picking up there is from sync and may suggest a problem in your database, which may or may not be related to the Word error).
The text i'm working on now was written one year ago. Old references are working, but I can not add new.
The solution I've found is to create a new document, copy only text from the old document and add all references manually again.
Could you follow the debugging broken docs instructions, specifically #8, isolate the broken citation and send it to support@zotero.org with a link to this thread?
1641442135
@paulbrous: You probably figured this out, but it was a reference from 2002 with a second author with a first name but no last name. This error occurred when refreshing an citation that had a missing first or last name and that didn't exist in the Zotero database.
It does seem like we should be able to do a better job at making #8 unnecessary, though, whether by validating the data or, more importantly, by catching errors in more places and giving proper feedback. Even though this was a bug, this shouldn't have been an uncaught exception — it should've displayed a message that that specific citation was invalid (even though it technically wasn't).
Somewhat related, do you rely on csl-citation.json and csl-data.json in Zotero? I was wondering if I could safely update our current schemas at https://github.com/citation-style-language/schema, which are still JSON Schema draft 3, whereas the latest draft is version 6 (http://json-schema.org/specification-links.html). See also https://github.com/citation-style-language/schema/issues/127