I'm trying to automate the uploading of a zip file to my repository
using googlecode_upload.py
python googlecode_upload.py -u=bsautner -p=nimbits-server -w=removed -
s=nightly_build ./nimbits-server-nightly.zip
and i'm getting:
socket.gaierror: [Errno -2] Name or service not known
A little help?
Traceback (most recent call last):
File "./support-read-only/scripts/googlecode_upload.py", line 248,
in <module>
sys.exit(main())
File "./support-read-only/scripts/googlecode_upload.py", line 236,
in main
options.user, options.password)
File "./support-read-only/scripts/googlecode_upload.py", line 187,
in upload_find_auth
summary, labels)
File "./support-read-only/scripts/googlecode_upload.py", line 99, in
upload
server.request('POST', upload_uri, body, headers)
File "/usr/lib/python2.6/httplib.py", line 910, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python2.6/httplib.py", line 947, in _send_request
self.endheaders()
File "/usr/lib/python2.6/httplib.py", line 904, in endheaders
self._send_output()
File "/usr/lib/python2.6/httplib.py", line 776, in _send_output
self.send(msg)
File "/usr/lib/python2.6/httplib.py", line 735, in send
self.connect()
File "/usr/lib/python2.6/httplib.py", line 1108, in connect
sock = socket.create_connection((self.host, self.port),
self.timeout)
File "/usr/lib/python2.6/socket.py", line 500, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
--
You received this message because you are subscribed to the Google Groups
"Project Hosting on Google Code" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-code-hosting?hl=en.