Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting connection refused #1

Open
yashasvigirdhar opened this issue Apr 13, 2014 · 0 comments
Open

getting connection refused #1

yashasvigirdhar opened this issue Apr 13, 2014 · 0 comments

Comments

@yashasvigirdhar
Copy link

I am getting connection refused error after running the script :

Here is the error:

Traceback (most recent call last):
File "install.py", line 255, in
main()
File "install.py", line 240, in main
download_tweets( fetch_list, user_params['rawDir'] )
File "install.py", line 148, in download_tweets
data = oauth_get_tweet(item[2])
File "install.py", line 122, in oauth_get_tweet
headers=http_headers
File "/usr/local/lib/python2.7/dist-packages/oauth2-1.5.211-py2.7.egg/oauth2/init.py", line 682, in request
connection_type=connection_type)
File "/usr/lib/python2.7/dist-packages/httplib2/init.py", line 1569, in request
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "/usr/lib/python2.7/dist-packages/httplib2/init.py", line 1316, in _request
(response, content) = self._conn_request(conn, request_uri, method, body, headers)
File "/usr/lib/python2.7/dist-packages/httplib2/init.py", line 1251, in _conn_request
conn.connect()
File "/usr/lib/python2.7/dist-packages/httplib2/init.py", line 1059, in connect
raise socket.error, msg
socket.error: [Errno 111] Connection refused

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant