ushahidi / SwiftRiver-Core

SwiftRiver Core Applications
6 stars 3 forks source link

Twitter Timeout #8

Closed 69mb closed 12 years ago

69mb commented 12 years ago

Tweepy seems to be timing out on the below:

Exception in thread Thread-3: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 552, in bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 505, in run self.__target(_self.args, *_self.__kwargs) File "/usr/local/lib/python2.7/dist-packages/tweepy/streaming.py", line 118, in _run self._read_loop(resp) File "/usr/local/lib/python2.7/dist-packages/tweepy/streaming.py", line 146, in _read_loop c = resp.read(1) File "/usr/lib/python2.7/httplib.py", line 541, in read return self._read_chunked(amt) File "/usr/lib/python2.7/httplib.py", line 586, in _read_chunked raise IncompleteRead(''.join(value)) IncompleteRead: IncompleteRead(0 bytes read)