I am trying to work on bot development in Google wave. I followed the
instructions as given in the tutorial. I am under an authenticated
http proxy with ubuntu box and python 2.6.4 Whenever, I try to deploy
the bot, the following error occurs. Can anybody give me an idea as to
why this error is occuring and suggest some measures to rectify the
same?
Initiating update.
2010-04-13 19:34:51,344 ERROR appcfg.py:1568 An unexpected error
occurred. Aborting.
Traceback (most recent call last):
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appcfg.py", line 1535, in DoUpload
missing_files = self.Begin()
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appcfg.py", line 1305, in Begin
version=self.version, payload=self.config.ToYAML())
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appengine_rpc.py", line 346, in Send
f = self.opener.open(req)
File "/usr/lib/python2.6/urllib2.py", line 389, in open
response = self._open(req, data)
File "/usr/lib/python2.6/urllib2.py", line 407, in _open
'_open', req)
File "/usr/lib/python2.6/urllib2.py", line 367, in _call_chain
result = func(*args)
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/https_wrapper.py", line 136, in https_open
return self.do_open(http_class_wrapper, req)
File "/usr/lib/python2.6/urllib2.py", line 1121, in do_open
raise URLError(err)
URLError: <urlopen error [Errno -5] No address associated with
hostname>
Traceback (most recent call last):
File "./google_appengine/appcfg.py", line 68, in <module>
run_file(__file__, globals())
File "./google_appengine/appcfg.py", line 64, in run_file
execfile(script_path, globals_)
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appcfg.py", line 2709, in <module>
main(sys.argv)
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appcfg.py", line 2700, in main
result = AppCfgApp(argv).Run()
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appcfg.py", line 1763, in Run
self.action(self)
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appcfg.py", line 2580, in __call__
return method()
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appcfg.py", line 2070, in Update
lambda path: open(os.path.join(basepath, path), 'rb'))
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appcfg.py", line 1535, in DoUpload
missing_files = self.Begin()
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appcfg.py", line 1305, in Begin
version=self.version, payload=self.config.ToYAML())
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appengine_rpc.py", line 346, in Send
f = self.opener.open(req)
File "/usr/lib/python2.6/urllib2.py", line 389, in open
response = self._open(req, data)
File "/usr/lib/python2.6/urllib2.py", line 407, in _open
'_open', req)
File "/usr/lib/python2.6/urllib2.py", line 367, in _call_chain
result = func(*args)
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/https_wrapper.py", line 136, in https_open
return self.do_open(http_class_wrapper, req)
File "/usr/lib/python2.6/urllib2.py", line 1121, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno -5] No address associated with
hostname>
--
You received this message because you are subscribed to the Google Groups
"Google Wave API" 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-wave-api?hl=en.