'preprint' is not a valid itemType"
Hi, a user has posted this issue on Github where I have found the same problem.
Issue: https://github.com/zotero/zotero/issues/3458
Description of issue: When trying to upload paper from https://arxiv.org/ the Zotero 6 generates error:
https://user-images.githubusercontent.com/26146469/277160672-15cd1a13-8fb4-41bd-84b0-30e30adaae52.png
Checking file https://github.com/zotero/utilities/blob/master/resource/zoteroTypeSchemaData.js there is preprint
But no preprint in https://github.com/zotero/zotero/blob/main/resource/schema/system-107.sql as well as no such the in dataserver's itemsType https://github.com/zotero/dataserver/blob/master/misc/coredata.sql
Issue: https://github.com/zotero/zotero/issues/3458
Description of issue: When trying to upload paper from https://arxiv.org/ the Zotero 6 generates error:
https://user-images.githubusercontent.com/26146469/277160672-15cd1a13-8fb4-41bd-84b0-30e30adaae52.png
Checking file https://github.com/zotero/utilities/blob/master/resource/zoteroTypeSchemaData.js there is preprint
But no preprint in https://github.com/zotero/zotero/blob/main/resource/schema/system-107.sql as well as no such the in dataserver's itemsType https://github.com/zotero/dataserver/blob/master/misc/coredata.sql
This discussion has been closed.
Upgrade Storage
Make sure you're running a current version of Zotero.
Steps to reproduce:
- install Zotero
- Create user
- Create group
- Associate user to the group
- Log in to the user
- Add hard copy of Arxiv PDF file
- Synchronize --> KO
--> Got the error "preprint' is not a valid itemType", nothing more.
Preprint schema is avalaible here: chrome/content/zotero/xpcom/translate/modules/utilities/resource/zoteroTypeSchemaData.js but it is missing in coredata.sql and system-107.sql which should add it in the database.
If I had to guess, it sounds like server and local schema versions are out of sync.