This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Description
File "/app/.heroku/src/hellosign-python-sdk/hellosign_sdk/utils/request.py" in _check_error
261. raise err_cls("%s error: %s" % (response.status_code, json_response["error_description"]), response.status_code)
Exception Value: 'NoneType' object is not subscriptable
HTTP error responses which do not contain json data trigger the above scenario.