You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/remram/twitter_colormap_bot/twitter_colormap/__main__.py", line 2, in <module>
main()
File "/home/remram/twitter_colormap_bot/twitter_colormap/main.py", line 81, in main
get_twitter_statuses(handle_status_wrapper, track=['python', 'matplotlib', 'dataviz', 'heatmap'])
File "/home/remram/twitter_colormap_bot/twitter_colormap/twitter_stream.py", line 45, in get_twitter_statuses
stream.filter(**kwargs)
File "/home/remram/twitter_colormap_bot/venv/local/lib/python2.7/site-packages/tweepy/streaming.py", line 449, in filter
self._start(async)
File "/home/remram/twitter_colormap_bot/venv/local/lib/python2.7/site-packages/tweepy/streaming.py", line 363, in _start
self._run()
File "/home/remram/twitter_colormap_bot/venv/local/lib/python2.7/site-packages/tweepy/streaming.py", line 263, in _run
self._read_loop(resp)
File "/home/remram/twitter_colormap_bot/venv/local/lib/python2.7/site-packages/tweepy/streaming.py", line 313, in _read_loop
line = buf.read_line()
File "/home/remram/twitter_colormap_bot/venv/local/lib/python2.7/site-packages/tweepy/streaming.py", line 179, in read_line
self._buffer += self._stream.read(self._chunk_size)
File "/home/remram/twitter_colormap_bot/venv/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py", line 320, in read
flush_decoder = True
File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "/home/remram/twitter_colormap_bot/venv/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py", line 246, in _error_catcher
raise ProtocolError('Connection broken: %r' % e, e)
requests.packages.urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(0 bytes read)', IncompleteRead(0 bytes read))
It seems that the exceptions caught in Stream#_run are not wide enough.
The text was updated successfully, but these errors were encountered:
benfei
pushed a commit
to benfei/tweepy
that referenced
this issue
Oct 16, 2016
I got this traceback:
It seems that the exceptions caught in
Stream#_run
are not wide enough.The text was updated successfully, but these errors were encountered: