Skip to content
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

Unexpected keyword argument 'buffering' when syncing #198

Closed
thomwiggers opened this issue Apr 28, 2015 · 2 comments
Closed

Unexpected keyword argument 'buffering' when syncing #198

thomwiggers opened this issue Apr 28, 2015 · 2 comments

Comments

@thomwiggers
Copy link

I'm getting this error when I sync with OwnCloud:

Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/reTraceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 372, in _make_request
    httplib_response = conn.getresponse(buffering=True)
TypeError: getresponse() got an unexpected keyword argument 'buffering'quests/packages/urllib3/connectionpool.py", line 372, in _make_request
    httplib_response = conn.getresponse(buffering=True)
TypeError: getresponse() got an unexpected keyword argument 'buffering'
@untitaker
Copy link
Member

Downgrade requests to 2.6.0, this is urllib3/urllib3#598

@untitaker
Copy link
Member

Closing as duplicate of #195

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants