diff options
Diffstat (limited to 'fatcat_scholar/work_pipeline.py')
-rw-r--r-- | fatcat_scholar/work_pipeline.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fatcat_scholar/work_pipeline.py b/fatcat_scholar/work_pipeline.py index 2b09821..b9c8d33 100644 --- a/fatcat_scholar/work_pipeline.py +++ b/fatcat_scholar/work_pipeline.py @@ -409,6 +409,9 @@ class WorkPipeline: except requests.exceptions.ReadTimeout as e: print(str(e), file=sys.stderr) continue + except requests.exceptions.ChunkedEncodingError as e: + print(str(e), file=sys.stderr) + continue if sim_fulltext: break |