Sync Error
When I tried to sync, "Conflict Resolution" window appeared. So I clicked the "Next" button to proceed. However, in the 10th item, the window disappeared, and sync process was stopped.
Error message was "getFileName() can only be called on attachment items in Zotero.Item.getFilename()", and Repot ID is 835957066. The Debug ID is D1416345621.
Please help!
Error message was "getFileName() can only be called on attachment items in Zotero.Item.getFilename()", and Repot ID is 835957066. The Debug ID is D1416345621.
Please help!
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Report ID 1385941326
Report ID: 47678644
Debug ID: D728269177
Any help would be greatly appreciated as a group is trying to collaborate with a shared library.
Report ID: 1628591081
Debug ID: D536805937
Most likely, the error is due to a change of type (e.g., from attachment to note) that the wizard does not detect. If you can access and change zotero/chrome/content/zotero/bindings/merge.xml
you can try to change
if (this._leftpane.ref == 'deleted' && this.type == 'item') {
into
if (this._leftpane.ref == 'deleted') {
But keep in mind that you do it at your own risk, I have a very limited knowledge of Zotero code. Hopefully we will get some feedback on this.
I also sent a debug log, D1384252709, although I see now that debug logs are generally done at the request of a zotero developer, so sorry for that.
I do hope there is a fix for this problem.