Same issue as explained in kevin1024/vcrpy#293 and boto/botocore#1079.
MRQ does not support the new keyword argument of encode_chunked in Python 3.6 http.client.HTTPConnection.request.
FYI: I started getting the error as I integrated Sentry in my project.
Same issue as explained in kevin1024/vcrpy#293 and boto/botocore#1079.
MRQ does not support the new keyword argument of
encode_chunkedin Python 3.6 http.client.HTTPConnection.request.FYI: I started getting the error as I integrated Sentry in my project.