-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTPResponse object has no attribute 'chunked' #137
Comments
@MonkeySecurity I believe this is due to a new version of requests. I'm pretty sure @sigmavirus24 might have hit it as well. I unfortunately don't have time to dig into it at the moment. @sigmavirus24 Did you have a fix for this already related to another PR / Issue? |
I have a fix somewhere. Just need some time to dig it up. I suspect, however, that this is a problem with older versions of requests (which use older versions of urllib3 which didn't have this attribute). |
@ionrock would you be amenable to a larger Travis CI testing matrix to test against older versions of requests? |
@sigmavirus24 That sounds like a great idea to me! |
Any update on this? |
The fix is trivial: edit |
Until this is fixed: urllib3 supports HTTPResponse.chunked since urllib3/urllib3@f21c2a2 (1.10.3), and Requests vendors that version of urllib3 since psf/requests@5fcd843 (2.6.1). So, installing/depending on |
The issue still persists on master adapter.py. Some really have problems with it and there's not much solutions on the internet. I can say elnuno's PR works. I just changed the line and it works. Will it be merged yet? |
Is this a known issue? Any workarounds?
The text was updated successfully, but these errors were encountered: