-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Matt H is working on a fix. Here's the error output:
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-1.11-py2.7.egg/tweepy/streaming.py", line 228, in filter
self._start(async)
File "/usr/local/lib/python2.7/dist-packages/tweepy-1.11-py2.7.egg/tweepy/streaming.py", line 172, in _start
self._run()
File "/usr/local/lib/python2.7/dist-packages/tweepy-1.11-py2.7.egg/tweepy/streaming.py", line 117, in _run
self._read_loop(resp)
File "/usr/local/lib/python2.7/dist-packages/tweepy-1.11-py2.7.egg/tweepy/streaming.py", line 150, 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 574, in _read_chunked
line = self.fp.readline(_MAXLINE + 1)
File "/usr/lib/python2.7/socket.py", line 476, in readline
data = self._sock.recv(self._rbufsize)
File "/usr/lib/python2.7/ssl.py", line 241, in recv
return self.read(buflen)
File "/usr/lib/python2.7/ssl.py", line 160, in read
return self._sslobj.read(len)
error: [Errno 104] Connection reset by peer