urlopen is getting a Connection Refused error. It could be that the appengine server was down when you tried to connect, or you could be having firewall/proxy issues.
On Jan 28, 9:05 am, saintthor <[email protected]> wrote: > 2010-01-28 21:45:35 Running command: "['D:\\Python25\\pythonw.exe', 'D: > \\Program Files\\Google\\google_appengine\\appcfg.py', '--no_cookies', > u'--email=saintthor', '--passin', 'update', 'E:\\gst']" > Application: smarthor; version: 0. > Server: appengine.google.com. > Scanning files on local disk. > Initiating update. > 2010-01-28 21:45:41,315 ERROR appcfg.py:1454 An unexpected error > occurred. Aborting. > Traceback (most recent call last): > File "D:\Program Files\Google\google_appengine\google\appengine\tools > \appcfg.py", line 1425, in DoUpload > missing_files = self.Begin() > File "D:\Program Files\Google\google_appengine\google\appengine\tools > \appcfg.py", line 1223, in Begin > version=self.version, payload=self.config.ToYAML()) > File "D:\Program Files\Google\google_appengine\google\appengine\tools > \appengine_rpc.py", line 344, in Send > f = self.opener.open(req) > File "D:\Python25\lib\urllib2.py", line 381, in open > response = self._open(req, data) > File "D:\Python25\lib\urllib2.py", line 399, in _open > '_open', req) > File "D:\Python25\lib\urllib2.py", line 360, in _call_chain > result = func(*args) > File "D:\Python25\lib\urllib2.py", line 1115, in https_open > return self.do_open(httplib.HTTPSConnection, req) > File "D:\Python25\lib\urllib2.py", line 1082, in do_open > raise URLError(err) > URLError: <urlopen error (10061, 'Connection refused')> > Traceback (most recent call last): > File "D:\Program Files\Google\google_appengine\appcfg.py", line 67, > in <module> > run_file(__file__, globals()) > File "D:\Program Files\Google\google_appengine\appcfg.py", line 63, > in run_file > execfile(script_path, globals_) > File "D:\Program Files\Google\google_appengine\google\appengine\tools > \appcfg.py", line 2548, in <module> > main(sys.argv) > File "D:\Program Files\Google\google_appengine\google\appengine\tools > \appcfg.py", line 2539, in main > result = AppCfgApp(argv).Run() > File "D:\Program Files\Google\google_appengine\google\appengine\tools > \appcfg.py", line 1640, in Run > self.action(self) > File "D:\Program Files\Google\google_appengine\google\appengine\tools > \appcfg.py", line 2427, in __call__ > return method() > File "D:\Program Files\Google\google_appengine\google\appengine\tools > \appcfg.py", line 1935, in Update > lambda path: open(os.path.join(basepath, path), 'rb')) > File "D:\Program Files\Google\google_appengine\google\appengine\tools > \appcfg.py", line 1425, in DoUpload > missing_files = self.Begin() > File "D:\Program Files\Google\google_appengine\google\appengine\tools > \appcfg.py", line 1223, in Begin > version=self.version, payload=self.config.ToYAML()) > File "D:\Program Files\Google\google_appengine\google\appengine\tools > \appengine_rpc.py", line 344, in Send > f = self.opener.open(req) > File "D:\Python25\lib\urllib2.py", line 381, in open > response = self._open(req, data) > File "D:\Python25\lib\urllib2.py", line 399, in _open > '_open', req) > File "D:\Python25\lib\urllib2.py", line 360, in _call_chain > result = func(*args) > File "D:\Python25\lib\urllib2.py", line 1115, in https_open > return self.do_open(httplib.HTTPSConnection, req) > File "D:\Python25\lib\urllib2.py", line 1082, in do_open > raise URLError(err) > urllib2.URLError: <urlopen error (10061, 'Connection refused')> > 2010-01-28 21:45:42 (Process exited with code 1) > > You can close this window now. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
