Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export fails with some items [BUG] #39

Open
cobblepot1 opened this issue Dec 12, 2020 · 0 comments
Open

Export fails with some items [BUG] #39

cobblepot1 opened this issue Dec 12, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@cobblepot1
Copy link

Describe the bug
Some items export as expected. For other items, after selecting "Export items to Roam", nothing happens. The filepicker does not appear.

About the items you are exporting
This happens with items of all types. I tried a bunch for troubleshooting.

Debug output (to access, follow the instructions here: https://www.zotero.org/support/debug_output)
Please paste as a code block


(4)(+0000652): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=1) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [46636, 'https://doi.org/10.1080/1047840X.2017.1275207']

(3)(+0001221): TypeError: relatedItem.getField is not a function getItemRelatedItems@chrome://zoteroroamexport/content/roamexport.js:109:32 getItemMetadata@chrome://zoteroroamexport/content/roamexport.js:247:29 gatherItemData@chrome://zoteroroamexport/content/roamexport.js:321:24 getAllItemsData@chrome://zoteroroamexport/content/roamexport.js:336:28 exportItems@chrome://zoteroroamexport/content/roamexport.js:346:28

Version of zotero-roam-export:
11.1

Additional context
Zotero 5.0.93, Win 10 x64.

@cobblepot1 cobblepot1 added the bug Something isn't working label Dec 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant