urschrei / pyzotero

Pyzotero: a Python client for the Zotero API
https://pyzotero.readthedocs.org
Other
908 stars 99 forks source link

The first 9 items repeat themselves #176

Closed zeynepdirier closed 5 months ago

zeynepdirier commented 7 months ago

While printing items with a basic for loop & item['data'] I get the first 9 items and then the whole item list from the beginning as an output. So if I have 36 entries, I get 45. If I add any more publications to the collection, the duplicating 9 items change but the duplicating ones are still the first 9 entries.

Example Output:

Entry-1 Entry-2 Entry-3 Entry-4 Entry-5 Entry-6 Entry-7 Entry-8 Entry-9 Entry-1 Entry-2 Entry-3 Entry-4 Entry-5 Entry-6 Entry-7 Entry-8 Entry-9 Entry-10 Entry-12

for 12 publications in total.

urschrei commented 7 months ago

Please post a reproducible example showing the problem.