Chad Barraford
unread,Sep 30, 2011, 11:39:41 PM9/30/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tweepy
I suddenly started getting the following error when streaming tweets.
Any ideas?
Traceback (most recent call last):
File "path..", line 272, in <module>
if __name__ == '__main__': main()
File "path..", line 61, in main
stream.sample()
File "build/bdist.macosx-10.7-intel/egg/tweepy/streaming.py", line
195, in sample
File "build/bdist.macosx-10.7-intel/egg/tweepy/streaming.py", line
161, in _start
File "build/bdist.macosx-10.7-intel/egg/tweepy/streaming.py", line
107, in _run
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/
python2.7/httplib.py", line 740, in connect
self.timeout, self.source_address)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/
python2.7/socket.py", line 571, in create_connection
raise err
socket.error: [Errno 61] Connection refused