aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/sim_pipeline.py
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat_scholar/sim_pipeline.py')
-rw-r--r--fatcat_scholar/sim_pipeline.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/fatcat_scholar/sim_pipeline.py b/fatcat_scholar/sim_pipeline.py
index d602edf..aa6f4da 100644
--- a/fatcat_scholar/sim_pipeline.py
+++ b/fatcat_scholar/sim_pipeline.py
@@ -211,6 +211,9 @@ class SimPipeline:
except requests.exceptions.ReadTimeout as e:
print(str(e), file=sys.stderr)
return
+ except requests.exceptions.ChunkedEncodingError as e:
+ print(str(e), file=sys.stderr)
+ return
if not full_issue:
return
pages = self.full_issue_to_pages(full_issue)