Sync Error "Error processing uploaded data"
I am getting a sync error "Error processing uploaded data". Here is the ID 1771872737. Just started Zotero Standalone (4.0.17) and tried to sync. Thanks!
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
This has implications for all sorts of things — folders in 'storage', files on Zotero File Storage, files on WebDAV, maybe full-text indexing/sync, attachments in groups (where linked files aren't currently allowed), and quite possibly other things... I assume ZotFile takes cares of the 'storage' folder itself, but the core code can't count on that, and I don't think it's worth adding lots of extra code to deal with all those other issues. So I think delete-and-recreate is the best we can do here.
But remember that full-text indexing in the 4.0.18 beta is now much faster, so hopefully those hangs are mostly a thing of the past anyway.
By the way, I came across a tiny bug in a feature that is not used by Zotero, I think. In this.ItemProgress.prototype.setProgress, the variable nArcs is not set. So when someone calls progress.setProgress with a value that is not 0 or 100, you get an error. I think nArcs should be set to 20.