I see posts telling me that I just need to set the http_proxy variable
in my shell and then run the googlecl but it never worked for me. What
else am I missing:
$ export http_proxy='
http://hostname:80'
$ google picasa create 'iPhone2' ~/Pictures/iPhone2/*
Please specify title: iPhone2
Please specify user:
user...@gmail.com
Traceback (most recent call last):
File "/usr/bin/google", line 577, in <module>
main()
File "/usr/bin/google", line 571, in main
run_once(options, args)
File "/usr/bin/google", line 392, in run_once
if client.RequestAccess(domain, options.hostid):
File "/usr/lib/python2.6/site-packages/googlecl/service.py", line
303, in request_access
extra_parameters=fetch_params)
File "/usr/lib/python2.6/site-packages/gdata/service.py", line 416,
in FetchOAuthRequestToken
response = self.http_client.request('GET', str(request_token_url))
File "/usr/lib/python2.6/site-packages/atom/http.py", line 163, in
request
connection.endheaders()
File "/usr/lib/python2.6/httplib.py", line 868, in endheaders
self._send_output()
File "/usr/lib/python2.6/httplib.py", line 740, in _send_output
self.send(msg)
File "/usr/lib/python2.6/httplib.py", line 699, in send
self.connect()
File "/usr/lib/python2.6/httplib.py", line 1072, in connect
sock = socket.create_connection((self.host, self.port),
self.timeout)
File "/usr/lib/python2.6/socket.py", line 512, in create_connection
raise error, msg
socket.error: [Errno 110] Connection timed out