[...]
File "./dump_scielo.py", line 73, in run_article_ids
for ident in cl.documents_by_identifiers(only_identifiers=True):
File "/home/bnewbold/scratch/ingests/scielo/.venv/lib/python3.7/site-packages/articlemeta/client.py", line 496, in documents_by_identifiers
identifiers = self._do_request(url, params=params).get('objects', [])
AttributeError: 'NoneType' object has no attribute 'get'
Python version: 3.7
articlemetaapi version: 1.26.6
This error happens after many timeouts. Maybe due to HTTP 429 back-off responses? The self._do_request(url, params=params) statement should perhaps be called first and then status checked.