Catch error in serializing unknown boosts
This commit is contained in:
parent
1f4b3e9586
commit
919b166241
4 changed files with 25 additions and 7 deletions
|
@ -244,7 +244,7 @@ def get_data(url):
|
|||
"User-Agent": settings.USER_AGENT,
|
||||
},
|
||||
)
|
||||
except (RequestError, SSLError) as e:
|
||||
except (RequestError, SSLError, ConnectionError) as e:
|
||||
logger.exception(e)
|
||||
raise ConnectorException()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue