fabiobatalha / crossrefapi

A python library that implements the Crossref API.
BSD 2-Clause "Simplified" License
265 stars 44 forks source link

works.filter() and more than 1000 results #21

Closed tdbowman closed 3 years ago

tdbowman commented 5 years ago

I'm using the filter ('for i in works.filter()') and selecting journal (using ISSN) and one month date period to gather articles (using from-pub-date and until-pub-date) from same issue/volume of journal. This seems to work, but when there are more than 1000 records I receive error "Expecting value: line 1 column 1 (char 0)" when using 'json.dumps(i)' and it kills my code.

I can't figure out why this is happening? Any ideas?

fabiobatalha commented 5 years ago

Hello @tdbowman

Can you include in this issue the filter you are attempting to do?