mchozhang / SinsOnTwitter

4 stars 3 forks source link

fix the Incomplete Read Error for streaming #24

Open Arufu opened 5 years ago

Arufu commented 5 years ago

Currently the streaming.py from tweepy might crash (for a probability of ~1%?) on Incomplete Read Error when velocity of incoming tweets exceeds a certain threshold. Test: crashed after collecting 1490 tweets. The error is from bugs in httplib.