summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crawler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawler.py b/crawler.py
index 7ef83d7..ab1f11d 100644
--- a/crawler.py
+++ b/crawler.py
@@ -48,6 +48,7 @@ class Crawler(object):
aiohttp.errors.ServerDisconnectedError,
aiohttp.errors.ClientResponseError,
aiohttp.errors.ClientOSError,
+ LookupError,
json.decoder.JSONDecodeError):
# API bug?
logging.warning("API error, retrying")