Error on request: TypeError: can only concatenate str (not "NoneType") to str
Closed this issue · 3 comments
zhavir commented
Describe the bug
The error occurs on failed connection between backend and recurly.
To Reproduce
It is randomly raised during requests
Expected behavior
Expecting to raise ApiError
here is the error recurly.base_client.BaseClient._make_request on
raise ApiError( "Unknown Error. Recurly Request Id: " + resp.request_id, None)
- Which version of this library are you using? recurly 3.4
- Which version of the language are you using? python 3.7
bhelx commented