Just spent a good few hours debugging an issue in a request which was reported as:
Error when contacting https://....
but was actually some AsyncIO error due to blocking calls within a async loop.
This should only catch underlying HTTP errors
|
except Exception as error: |