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

requests.compat.IncompleteRead not available in requests >= 2.4.0 #501

Closed
justinlittman opened this issue Oct 30, 2014 · 1 comment
Closed
Labels
Bug This is regarding a bug with the library

Comments

@justinlittman
Copy link

c841a09 adds catching a requests.compat.IncompleteRead.

requests.compat.IncompleteRead was removed in requests 2.4.0. This results in:

  File "/Users/justinlittman/Data/socialfeedharvester/ENV/lib/python2.7/site-packages/tweepy/streaming.py", line 233, in _run
    except (Timeout, ssl.SSLError, requests.compat.IncompleteRead) as exc:
AttributeError: 'module' object has no attribute 'IncompleteRead'
@Aaron1011
Copy link
Contributor

Fixed in 34af675

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This is regarding a bug with the library
Projects
None yet
Development

No branches or pull requests

3 participants