Essi Alizadeh
Essi Alizadeh
Thanks for your quick reply. I further looked at this issue. Zotero **beta** stores annotations and highlights in their database as opposed to saving them in the PDF files itself....
How can I retrieve all annotations? Calling `items(itemType="annotation")` returns 100 items only. Even passing `limit` with a higher number than 100 still returns 100 annotations. When calling `count_items()`, I can...
Thanks a lot. `all_annotations = zot.everything(zot.items(itemType="annotation"))` seems to return all annotations as you suggested. I was not using `everything()` func properly before.
I have this issue on the latest version (1.3.2) too.
Hi @schanzerman. It's definitely possible. I will add it to my next release. Thanks for trying out the library.
@bvendsel Can you run follow instructions on running the script through a Python terminal as shown [here](https://github.com/e-alizadeh/Zotero2Readwise#approach-2-through-python-terminal) to generate a local json file of highlights that were failed. You can...
@bvendsel Based on your description, there seems to be something wrong with your new setup, because I haven't updated the library, nor I see a Readwise API change that may...
@alibrack I got a chance to look at this. The issue comes from the fact that I only export Responses from Readwise (https://github.com/e-alizadeh/Zotero2Readwise/blob/142f8eb417da9e365d20ad391b25a3362b932f61/zotero2readwise/readwise.py#L71). If you still have the issue I...
Thanks for flagging this. This is most likely a bug. Based on the error message, it seems there is at least one item that doesn't have a parent item and...
Glad to hear your issue is resolved. I've opened two tickets: one for skipping failed items and one for handling items with no parent. Thanks again for flagging the issue.